library(dplyr)
## 
## Attachement du package : 'dplyr'
## Les objets suivants sont masqués depuis 'package:stats':
## 
##     filter, lag
## Les objets suivants sont masqués depuis 'package:base':
## 
##     intersect, setdiff, setequal, union
library(tidyverse)
## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
## ✔ forcats   1.0.0     ✔ readr     2.1.5
## ✔ ggplot2   3.5.1     ✔ stringr   1.5.1
## ✔ lubridate 1.9.4     ✔ tibble    3.2.1
## ✔ purrr     1.0.2     ✔ tidyr     1.3.1
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag()    masks stats::lag()
## ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
df2 <- read.csv('SO_univrennes_toots_saved.csv')
followers <- read.csv('followers.csv')
print(df2)
##               id
## 1   1.138331e+17
## 2   1.138331e+17
## 3   1.138257e+17
## 4   1.138221e+17
## 5   1.138220e+17
## 6   1.137974e+17
## 7   1.137919e+17
## 8   1.137919e+17
## 9   1.137918e+17
## 10  1.137918e+17
## 11  1.137861e+17
## 12  1.137822e+17
## 13  1.137812e+17
## 14  1.136856e+17
## 15  1.136853e+17
## 16  1.136853e+17
## 17  1.136853e+17
## 18  1.136737e+17
## 19  1.136407e+17
## 20  1.136345e+17
## 21  1.136331e+17
## 22  1.136280e+17
## 23  1.136277e+17
## 24  1.136275e+17
## 25  1.136233e+17
## 26  1.136233e+17
## 27  1.136232e+17
## 28  1.136225e+17
## 29  1.136001e+17
## 30  1.135996e+17
## 31  1.135994e+17
## 32  1.135883e+17
## 33  1.135882e+17
## 34  1.135882e+17
## 35  1.135882e+17
## 36  1.135882e+17
## 37  1.135833e+17
## 38  1.135597e+17
## 39  1.135553e+17
## 40  1.135553e+17
## 41  1.135262e+17
## 42  1.135261e+17
## 43  1.135261e+17
## 44  1.135219e+17
## 45  1.135219e+17
## 46  1.135217e+17
## 47  1.135138e+17
## 48  1.135031e+17
## 49  1.134914e+17
## 50  1.134864e+17
## 51  1.134863e+17
## 52  1.134808e+17
## 53  1.134805e+17
## 54  1.134766e+17
## 55  1.134697e+17
## 56  1.134637e+17
## 57  1.134480e+17
## 58  1.134480e+17
## 59  1.134480e+17
## 60  1.134472e+17
## 61  1.134412e+17
## 62  1.134411e+17
## 63  1.134351e+17
## 64  1.134351e+17
## 65  1.134312e+17
## 66  1.134296e+17
## 67  1.133677e+17
## 68  1.133573e+17
## 69  1.133571e+17
## 70  1.133571e+17
## 71  1.133330e+17
## 72  1.133286e+17
## 73  1.133272e+17
## 74  1.133272e+17
## 75  1.133176e+17
## 76  1.133173e+17
## 77  1.133158e+17
## 78  1.133103e+17
## 79  1.133103e+17
## 80  1.133051e+17
## 81  1.132831e+17
## 82  1.132830e+17
## 83  1.132762e+17
## 84  1.132718e+17
## 85  1.132716e+17
## 86  1.132660e+17
## 87  1.132499e+17
## 88  1.132496e+17
## 89  1.132442e+17
## 90  1.132437e+17
## 91  1.132437e+17
## 92  1.132437e+17
## 93  1.132328e+17
## 94  1.132271e+17
## 95  1.132100e+17
## 96  1.132091e+17
## 97  1.132090e+17
## 98  1.132090e+17
## 99  1.132090e+17
## 100 1.132039e+17
## 101 1.132039e+17
## 102 1.132027e+17
## 103 1.132027e+17
## 104 1.131983e+17
## 105 1.131983e+17
## 106 1.131971e+17
## 107 1.131928e+17
## 108 1.131867e+17
## 109 1.131867e+17
## 110 1.131866e+17
## 111 1.131702e+17
## 112 1.131634e+17
## 113 1.131634e+17
## 114 1.131633e+17
## 115 1.131586e+17
## 116 1.131586e+17
## 117 1.131584e+17
## 118 1.131581e+17
## 119 1.131528e+17
## 120 1.131528e+17
## 121 1.131520e+17
## 122 1.131477e+17
## 123 1.131475e+17
## 124 1.131475e+17
## 125 1.131475e+17
## 126 1.131475e+17
## 127 1.131475e+17
## 128 1.131474e+17
## 129 1.131474e+17
## 130 1.131474e+17
## 131 1.131471e+17
## 132 1.131461e+17
## 133 1.131286e+17
## 134 1.131286e+17
## 135 1.131252e+17
## 136 1.131252e+17
## 137 1.131234e+17
## 138 1.131191e+17
## 139 1.131180e+17
## 140 1.131180e+17
## 141 1.131125e+17
## 142 1.131125e+17
## 143 1.131079e+17
## 144 1.131078e+17
## 145 1.131078e+17
## 146 1.131064e+17
## 147 1.130902e+17
## 148 1.130839e+17
## 149 1.130838e+17
## 150 1.130838e+17
## 151 1.130797e+17
## 152 1.130787e+17
## 153 1.130781e+17
## 154 1.130728e+17
## 155 1.130681e+17
## 156 1.130459e+17
## 157 1.130458e+17
## 158 1.130403e+17
## 159 1.130334e+17
## 160 1.130113e+17
## 161 1.130047e+17
## 162 1.129942e+17
## 163 1.129881e+17
## 164 1.129880e+17
## 165 1.129880e+17
## 166 1.129880e+17
## 167 1.128137e+17
## 168 1.128070e+17
## 169 1.128070e+17
## 170 1.127950e+17
## 171 1.127908e+17
## 172 1.127906e+17
## 173 1.127903e+17
## 174 1.127683e+17
## 175 1.127666e+17
## 176 1.127496e+17
## 177 1.127227e+17
## 178 1.127227e+17
## 179 1.127227e+17
## 180 1.127217e+17
## 181 1.127214e+17
## 182 1.127176e+17
## 183 1.127169e+17
## 184 1.127169e+17
## 185 1.127128e+17
## 186 1.127120e+17
## 187 1.127120e+17
## 188 1.127117e+17
## 189 1.127117e+17
## 190 1.127112e+17
## 191 1.126894e+17
## 192 1.126893e+17
## 193 1.126892e+17
## 194 1.126820e+17
## 195 1.126819e+17
## 196 1.126765e+17
## 197 1.126714e+17
## 198 1.126549e+17
## 199 1.126536e+17
## 200 1.126536e+17
## 201 1.126492e+17
## 202 1.126432e+17
## 203 1.126432e+17
## 204 1.126326e+17
## 205 1.126312e+17
## 206 1.126311e+17
## 207 1.126307e+17
## 208 1.126143e+17
## 209 1.126038e+17
## 210 1.126038e+17
## 211 1.126035e+17
## 212 1.126035e+17
## 213 1.125974e+17
## 214 1.125968e+17
## 215 1.125913e+17
## 216 1.125912e+17
## 217 1.125912e+17
## 218 1.125756e+17
## 219 1.125754e+17
## 220 1.125745e+17
## 221 1.125743e+17
## 222 1.125743e+17
## 223 1.125686e+17
## 224 1.125636e+17
## 225 1.125633e+17
## 226 1.125633e+17
## 227 1.125633e+17
## 228 1.125626e+17
## 229 1.125524e+17
## 230 1.125520e+17
## 231 1.125311e+17
## 232 1.125307e+17
## 233 1.125306e+17
## 234 1.125302e+17
## 235 1.125290e+17
## 236 1.125290e+17
## 237 1.125244e+17
## 238 1.125244e+17
## 239 1.125231e+17
## 240 1.125191e+17
## 241 1.125175e+17
## 242 1.125175e+17
## 243 1.125175e+17
## 244 1.125175e+17
## 245 1.125128e+17
## 246 1.125127e+17
## 247 1.124954e+17
## 248 1.124898e+17
## 249 1.124893e+17
## 250 1.124846e+17
## 251 1.124837e+17
## 252 1.124837e+17
## 253 1.124782e+17
## 254 1.124782e+17
## 255 1.124780e+17
## 256 1.124728e+17
## 257 1.124571e+17
## 258 1.124571e+17
## 259 1.124560e+17
## 260 1.124557e+17
## 261 1.124557e+17
## 262 1.124555e+17
## 263 1.124513e+17
## 264 1.124447e+17
## 265 1.124445e+17
## 266 1.124443e+17
## 267 1.124441e+17
## 268 1.124441e+17
## 269 1.124399e+17
## 270 1.124398e+17
## 271 1.124342e+17
## 272 1.124335e+17
## 273 1.124331e+17
## 274 1.124330e+17
## 275 1.123999e+17
## 276 1.123993e+17
## 277 1.123989e+17
## 278 1.123989e+17
## 279 1.123989e+17
## 280 1.123989e+17
## 281 1.123928e+17
## 282 1.123814e+17
## 283 1.123720e+17
## 284 1.123719e+17
## 285 1.123707e+17
## 286 1.123706e+17
## 287 1.123702e+17
##                                                                                  uri
## 1            https://mastodon.social/users/SO_UnivRennes/statuses/113833143476608960
## 2            https://mastodon.social/users/SO_UnivRennes/statuses/113833110719935969
## 3   https://mastodon.social/users/SO_UnivRennes/statuses/113825668442499262/activity
## 4            https://mastodon.social/users/SO_UnivRennes/statuses/113822063325131413
## 5            https://mastodon.social/users/SO_UnivRennes/statuses/113821973825251310
## 6            https://mastodon.social/users/SO_UnivRennes/statuses/113797394527758678
## 7   https://mastodon.social/users/SO_UnivRennes/statuses/113791886042062292/activity
## 8   https://mastodon.social/users/SO_UnivRennes/statuses/113791865963152398/activity
## 9            https://mastodon.social/users/SO_UnivRennes/statuses/113791823845463279
## 10           https://mastodon.social/users/SO_UnivRennes/statuses/113791816925307517
## 11           https://mastodon.social/users/SO_UnivRennes/statuses/113786129009939660
## 12  https://mastodon.social/users/SO_UnivRennes/statuses/113782229591830858/activity
## 13           https://mastodon.social/users/SO_UnivRennes/statuses/113781221224287981
## 14           https://mastodon.social/users/SO_UnivRennes/statuses/113685576696649073
## 15  https://mastodon.social/users/SO_UnivRennes/statuses/113685340765617138/activity
## 16  https://mastodon.social/users/SO_UnivRennes/statuses/113685336784312709/activity
## 17  https://mastodon.social/users/SO_UnivRennes/statuses/113685334345986850/activity
## 18           https://mastodon.social/users/SO_UnivRennes/statuses/113673711158655265
## 19  https://mastodon.social/users/SO_UnivRennes/statuses/113640670536285277/activity
## 20  https://mastodon.social/users/SO_UnivRennes/statuses/113634547054145525/activity
## 21  https://mastodon.social/users/SO_UnivRennes/statuses/113633145618531860/activity
## 22  https://mastodon.social/users/SO_UnivRennes/statuses/113628039125806195/activity
## 23  https://mastodon.social/users/SO_UnivRennes/statuses/113627699749792420/activity
## 24           https://mastodon.social/users/SO_UnivRennes/statuses/113627498637959169
## 25  https://mastodon.social/users/SO_UnivRennes/statuses/113623272803000026/activity
## 26           https://mastodon.social/users/SO_UnivRennes/statuses/113623264909657891
## 27           https://mastodon.social/users/SO_UnivRennes/statuses/113623223969187473
## 28  https://mastodon.social/users/SO_UnivRennes/statuses/113622549875289250/activity
## 29           https://mastodon.social/users/SO_UnivRennes/statuses/113600083534411096
## 30           https://mastodon.social/users/SO_UnivRennes/statuses/113599614446809396
## 31  https://mastodon.social/users/SO_UnivRennes/statuses/113599398510648981/activity
## 32           https://mastodon.social/users/SO_UnivRennes/statuses/113588288614300067
## 33  https://mastodon.social/users/SO_UnivRennes/statuses/113588247389067199/activity
## 34  https://mastodon.social/users/SO_UnivRennes/statuses/113588246510253177/activity
## 35  https://mastodon.social/users/SO_UnivRennes/statuses/113588239740738083/activity
## 36  https://mastodon.social/users/SO_UnivRennes/statuses/113588201857554592/activity
## 37  https://mastodon.social/users/SO_UnivRennes/statuses/113583339167772794/activity
## 38           https://mastodon.social/users/SO_UnivRennes/statuses/113559695569349501
## 39  https://mastodon.social/users/SO_UnivRennes/statuses/113555327959290573/activity
## 40  https://mastodon.social/users/SO_UnivRennes/statuses/113555317994849581/activity
## 41           https://mastodon.social/users/SO_UnivRennes/statuses/113526162110523920
## 42           https://mastodon.social/users/SO_UnivRennes/statuses/113526077492056802
## 43           https://mastodon.social/users/SO_UnivRennes/statuses/113526069675604490
## 44  https://mastodon.social/users/SO_UnivRennes/statuses/113521947142007843/activity
## 45  https://mastodon.social/users/SO_UnivRennes/statuses/113521945520021113/activity
## 46  https://mastodon.social/users/SO_UnivRennes/statuses/113521719684779512/activity
## 47           https://mastodon.social/users/SO_UnivRennes/statuses/113513815729662926
## 48           https://mastodon.social/users/SO_UnivRennes/statuses/113503086363739593
## 49           https://mastodon.social/users/SO_UnivRennes/statuses/113491393887453920
## 50  https://mastodon.social/users/SO_UnivRennes/statuses/113486368754700344/activity
## 51  https://mastodon.social/users/SO_UnivRennes/statuses/113486341169375080/activity
## 52  https://mastodon.social/users/SO_UnivRennes/statuses/113480759344538283/activity
## 53           https://mastodon.social/users/SO_UnivRennes/statuses/113480452994075547
## 54  https://mastodon.social/users/SO_UnivRennes/statuses/113476553971783617/activity
## 55  https://mastodon.social/users/SO_UnivRennes/statuses/113469654369975288/activity
## 56  https://mastodon.social/users/SO_UnivRennes/statuses/113463659896022118/activity
## 57  https://mastodon.social/users/SO_UnivRennes/statuses/113448025579168740/activity
## 58  https://mastodon.social/users/SO_UnivRennes/statuses/113448016802383111/activity
## 59           https://mastodon.social/users/SO_UnivRennes/statuses/113448008832564309
## 60           https://mastodon.social/users/SO_UnivRennes/statuses/113447156313305193
## 61  https://mastodon.social/users/SO_UnivRennes/statuses/113441152441938703/activity
## 62  https://mastodon.social/users/SO_UnivRennes/statuses/113441139208173153/activity
## 63  https://mastodon.social/users/SO_UnivRennes/statuses/113435134781697905/activity
## 64           https://mastodon.social/users/SO_UnivRennes/statuses/113435099305175362
## 65  https://mastodon.social/users/SO_UnivRennes/statuses/113431165623798338/activity
## 66  https://mastodon.social/users/SO_UnivRennes/statuses/113429622495546065/activity
## 67  https://mastodon.social/users/SO_UnivRennes/statuses/113367694840446266/activity
## 68           https://mastodon.social/users/SO_UnivRennes/statuses/113357253588707315
## 69  https://mastodon.social/users/SO_UnivRennes/statuses/113357092836938735/activity
## 70  https://mastodon.social/users/SO_UnivRennes/statuses/113357082742019108/activity
## 71           https://mastodon.social/users/SO_UnivRennes/statuses/113333003444142052
## 72           https://mastodon.social/users/SO_UnivRennes/statuses/113328643673840125
## 73  https://mastodon.social/users/SO_UnivRennes/statuses/113327210360167592/activity
## 74           https://mastodon.social/users/SO_UnivRennes/statuses/113327199810487221
## 75  https://mastodon.social/users/SO_UnivRennes/statuses/113317557380242345/activity
## 76           https://mastodon.social/users/SO_UnivRennes/statuses/113317265810966955
## 77  https://mastodon.social/users/SO_UnivRennes/statuses/113315841354962547/activity
## 78           https://mastodon.social/users/SO_UnivRennes/statuses/113310331048598432
## 79           https://mastodon.social/users/SO_UnivRennes/statuses/113310299399056504
## 80  https://mastodon.social/users/SO_UnivRennes/statuses/113305104029695744/activity
## 81           https://mastodon.social/users/SO_UnivRennes/statuses/113283075929483266
## 82  https://mastodon.social/users/SO_UnivRennes/statuses/113282996134944641/activity
## 83  https://mastodon.social/users/SO_UnivRennes/statuses/113276221003531461/activity
## 84  https://mastodon.social/users/SO_UnivRennes/statuses/113271775796085842/activity
## 85           https://mastodon.social/users/SO_UnivRennes/statuses/113271561934802113
## 86  https://mastodon.social/users/SO_UnivRennes/statuses/113266025902273681/activity
## 87  https://mastodon.social/users/SO_UnivRennes/statuses/113249877614382007/activity
## 88           https://mastodon.social/users/SO_UnivRennes/statuses/113249575874534761
## 89  https://mastodon.social/users/SO_UnivRennes/statuses/113244235848624118/activity
## 90           https://mastodon.social/users/SO_UnivRennes/statuses/113243742131015213
## 91  https://mastodon.social/users/SO_UnivRennes/statuses/113243691308700108/activity
## 92  https://mastodon.social/users/SO_UnivRennes/statuses/113243673735492634/activity
## 93           https://mastodon.social/users/SO_UnivRennes/statuses/113232757745911676
## 94           https://mastodon.social/users/SO_UnivRennes/statuses/113227141890753982
## 95  https://mastodon.social/users/SO_UnivRennes/statuses/113210011248376299/activity
## 96           https://mastodon.social/users/SO_UnivRennes/statuses/113209077754741131
## 97  https://mastodon.social/users/SO_UnivRennes/statuses/113208974916518031/activity
## 98  https://mastodon.social/users/SO_UnivRennes/statuses/113208970751455579/activity
## 99  https://mastodon.social/users/SO_UnivRennes/statuses/113208967305033935/activity
## 100 https://mastodon.social/users/SO_UnivRennes/statuses/113203899868655948/activity
## 101          https://mastodon.social/users/SO_UnivRennes/statuses/113203896813306394
## 102 https://mastodon.social/users/SO_UnivRennes/statuses/113202712021928992/activity
## 103 https://mastodon.social/users/SO_UnivRennes/statuses/113202706267750131/activity
## 104 https://mastodon.social/users/SO_UnivRennes/statuses/113198289847624515/activity
## 105 https://mastodon.social/users/SO_UnivRennes/statuses/113198288042577955/activity
## 106          https://mastodon.social/users/SO_UnivRennes/statuses/113197100730388890
## 107          https://mastodon.social/users/SO_UnivRennes/statuses/113192839513511537
## 108 https://mastodon.social/users/SO_UnivRennes/statuses/113186707714714621/activity
## 109 https://mastodon.social/users/SO_UnivRennes/statuses/113186701074198673/activity
## 110 https://mastodon.social/users/SO_UnivRennes/statuses/113186598593492908/activity
## 111          https://mastodon.social/users/SO_UnivRennes/statuses/113170208970588407
## 112 https://mastodon.social/users/SO_UnivRennes/statuses/113163402202516000/activity
## 113 https://mastodon.social/users/SO_UnivRennes/statuses/113163359412048995/activity
## 114 https://mastodon.social/users/SO_UnivRennes/statuses/113163345323254410/activity
## 115 https://mastodon.social/users/SO_UnivRennes/statuses/113158570544280158/activity
## 116          https://mastodon.social/users/SO_UnivRennes/statuses/113158565257338138
## 117 https://mastodon.social/users/SO_UnivRennes/statuses/113158440874637917/activity
## 118 https://mastodon.social/users/SO_UnivRennes/statuses/113158053389983607/activity
## 119          https://mastodon.social/users/SO_UnivRennes/statuses/113152807177094877
## 120 https://mastodon.social/users/SO_UnivRennes/statuses/113152783016528949/activity
## 121          https://mastodon.social/users/SO_UnivRennes/statuses/113152021706163233
## 122 https://mastodon.social/users/SO_UnivRennes/statuses/113147684847147038/activity
## 123          https://mastodon.social/users/SO_UnivRennes/statuses/113147538943617535
## 124 https://mastodon.social/users/SO_UnivRennes/statuses/113147532010824681/activity
## 125          https://mastodon.social/users/SO_UnivRennes/statuses/113147523559846135
## 126          https://mastodon.social/users/SO_UnivRennes/statuses/113147509265405636
## 127          https://mastodon.social/users/SO_UnivRennes/statuses/113147496746544101
## 128 https://mastodon.social/users/SO_UnivRennes/statuses/113147404545241366/activity
## 129 https://mastodon.social/users/SO_UnivRennes/statuses/113147403617438614/activity
## 130 https://mastodon.social/users/SO_UnivRennes/statuses/113147402344219478/activity
## 131          https://mastodon.social/users/SO_UnivRennes/statuses/113147147088977840
## 132 https://mastodon.social/users/SO_UnivRennes/statuses/113146119655846446/activity
## 133 https://mastodon.social/users/SO_UnivRennes/statuses/113128581590959240/activity
## 134          https://mastodon.social/users/SO_UnivRennes/statuses/113128567650537206
## 135          https://mastodon.social/users/SO_UnivRennes/statuses/113125244573072731
## 136 https://mastodon.social/users/SO_UnivRennes/statuses/113125202137766816/activity
## 137 https://mastodon.social/users/SO_UnivRennes/statuses/113123448003148296/activity
## 138 https://mastodon.social/users/SO_UnivRennes/statuses/113119137710031544/activity
## 139          https://mastodon.social/users/SO_UnivRennes/statuses/113118035239927980
## 140          https://mastodon.social/users/SO_UnivRennes/statuses/113118012793872761
## 141 https://mastodon.social/users/SO_UnivRennes/statuses/113112461889310534/activity
## 142 https://mastodon.social/users/SO_UnivRennes/statuses/113112459561543007/activity
## 143 https://mastodon.social/users/SO_UnivRennes/statuses/113107937020821154/activity
## 144          https://mastodon.social/users/SO_UnivRennes/statuses/113107811398943329
## 145 https://mastodon.social/users/SO_UnivRennes/statuses/113107802589264147/activity
## 146 https://mastodon.social/users/SO_UnivRennes/statuses/113106361338149135/activity
## 147 https://mastodon.social/users/SO_UnivRennes/statuses/113090232013333792/activity
## 148          https://mastodon.social/users/SO_UnivRennes/statuses/113083904445570168
## 149 https://mastodon.social/users/SO_UnivRennes/statuses/113083840841584616/activity
## 150 https://mastodon.social/users/SO_UnivRennes/statuses/113083779794404855/activity
## 151          https://mastodon.social/users/SO_UnivRennes/statuses/113079725788968820
## 152 https://mastodon.social/users/SO_UnivRennes/statuses/113078678263531217/activity
## 153 https://mastodon.social/users/SO_UnivRennes/statuses/113078081809283054/activity
## 154 https://mastodon.social/users/SO_UnivRennes/statuses/113072834841293201/activity
## 155          https://mastodon.social/users/SO_UnivRennes/statuses/113068077695457173
## 156 https://mastodon.social/users/SO_UnivRennes/statuses/113045916764579070/activity
## 157          https://mastodon.social/users/SO_UnivRennes/statuses/113045849338016607
## 158          https://mastodon.social/users/SO_UnivRennes/statuses/113040251862329694
## 159 https://mastodon.social/users/SO_UnivRennes/statuses/113033382897080761/activity
## 160 https://mastodon.social/users/SO_UnivRennes/statuses/113011302349768762/activity
## 161 https://mastodon.social/users/SO_UnivRennes/statuses/113004700623713463/activity
## 162 https://mastodon.social/users/SO_UnivRennes/statuses/112994177786175830/activity
## 163 https://mastodon.social/users/SO_UnivRennes/statuses/112988074916107048/activity
## 164          https://mastodon.social/users/SO_UnivRennes/statuses/112988027977192166
## 165 https://mastodon.social/users/SO_UnivRennes/statuses/112988010488035437/activity
## 166          https://mastodon.social/users/SO_UnivRennes/statuses/112987994310668964
## 167          https://mastodon.social/users/SO_UnivRennes/statuses/112813693818652374
## 168 https://mastodon.social/users/SO_UnivRennes/statuses/112807013655239346/activity
## 169 https://mastodon.social/users/SO_UnivRennes/statuses/112806998889231875/activity
## 170 https://mastodon.social/users/SO_UnivRennes/statuses/112794963517800515/activity
## 171 https://mastodon.social/users/SO_UnivRennes/statuses/112790826990062370/activity
## 172 https://mastodon.social/users/SO_UnivRennes/statuses/112790615641249333/activity
## 173          https://mastodon.social/users/SO_UnivRennes/statuses/112790324900506132
## 174          https://mastodon.social/users/SO_UnivRennes/statuses/112768300805342784
## 175          https://mastodon.social/users/SO_UnivRennes/statuses/112766600907344800
## 176 https://mastodon.social/users/SO_UnivRennes/statuses/112749604425784197/activity
## 177 https://mastodon.social/users/SO_UnivRennes/statuses/112722696725404863/activity
## 178 https://mastodon.social/users/SO_UnivRennes/statuses/112722694961717145/activity
## 179 https://mastodon.social/users/SO_UnivRennes/statuses/112722693085025310/activity
## 180          https://mastodon.social/users/SO_UnivRennes/statuses/112721686804803562
## 181          https://mastodon.social/users/SO_UnivRennes/statuses/112721382103253575
## 182 https://mastodon.social/users/SO_UnivRennes/statuses/112717560451123496/activity
## 183 https://mastodon.social/users/SO_UnivRennes/statuses/112716862343114346/activity
## 184 https://mastodon.social/users/SO_UnivRennes/statuses/112716858037409114/activity
## 185          https://mastodon.social/users/SO_UnivRennes/statuses/112712765033751279
## 186          https://mastodon.social/users/SO_UnivRennes/statuses/112712033562723660
## 187          https://mastodon.social/users/SO_UnivRennes/statuses/112711964332375656
## 188          https://mastodon.social/users/SO_UnivRennes/statuses/112711703507772526
## 189 https://mastodon.social/users/SO_UnivRennes/statuses/112711680769471025/activity
## 190 https://mastodon.social/users/SO_UnivRennes/statuses/112711225257678729/activity
## 191          https://mastodon.social/users/SO_UnivRennes/statuses/112689447937775277
## 192 https://mastodon.social/users/SO_UnivRennes/statuses/112689328291309830/activity
## 193 https://mastodon.social/users/SO_UnivRennes/statuses/112689225518989346/activity
## 194 https://mastodon.social/users/SO_UnivRennes/statuses/112681954665306476/activity
## 195 https://mastodon.social/users/SO_UnivRennes/statuses/112681943710067531/activity
## 196 https://mastodon.social/users/SO_UnivRennes/statuses/112676539582684654/activity
## 197          https://mastodon.social/users/SO_UnivRennes/statuses/112671373602474580
## 198          https://mastodon.social/users/SO_UnivRennes/statuses/112654944770591882
## 199 https://mastodon.social/users/SO_UnivRennes/statuses/112653646835417437/activity
## 200          https://mastodon.social/users/SO_UnivRennes/statuses/112653607244218610
## 201 https://mastodon.social/users/SO_UnivRennes/statuses/112649160314065970/activity
## 202 https://mastodon.social/users/SO_UnivRennes/statuses/112643235045114811/activity
## 203 https://mastodon.social/users/SO_UnivRennes/statuses/112643193801557979/activity
## 204          https://mastodon.social/users/SO_UnivRennes/statuses/112632588028711335
## 205          https://mastodon.social/users/SO_UnivRennes/statuses/112631183917304588
## 206 https://mastodon.social/users/SO_UnivRennes/statuses/112631119988231791/activity
## 207 https://mastodon.social/users/SO_UnivRennes/statuses/112630703946117598/activity
## 208 https://mastodon.social/users/SO_UnivRennes/statuses/112614331666471728/activity
## 209 https://mastodon.social/users/SO_UnivRennes/statuses/112603809827638783/activity
## 210 https://mastodon.social/users/SO_UnivRennes/statuses/112603807481575054/activity
## 211          https://mastodon.social/users/SO_UnivRennes/statuses/112603536987410037
## 212 https://mastodon.social/users/SO_UnivRennes/statuses/112603495498715153/activity
## 213 https://mastodon.social/users/SO_UnivRennes/statuses/112597375599490595/activity
## 214 https://mastodon.social/users/SO_UnivRennes/statuses/112596764834010791/activity
## 215          https://mastodon.social/users/SO_UnivRennes/statuses/112591266235417128
## 216 https://mastodon.social/users/SO_UnivRennes/statuses/112591237936412576/activity
## 217 https://mastodon.social/users/SO_UnivRennes/statuses/112591235798516420/activity
## 218 https://mastodon.social/users/SO_UnivRennes/statuses/112575596038277506/activity
## 219          https://mastodon.social/users/SO_UnivRennes/statuses/112575372358895653
## 220 https://mastodon.social/users/SO_UnivRennes/statuses/112574494949718571/activity
## 221 https://mastodon.social/users/SO_UnivRennes/statuses/112574305816090808/activity
## 222 https://mastodon.social/users/SO_UnivRennes/statuses/112574301989207980/activity
## 223 https://mastodon.social/users/SO_UnivRennes/statuses/112568648091115284/activity
## 224 https://mastodon.social/users/SO_UnivRennes/statuses/112563590050839711/activity
## 225 https://mastodon.social/users/SO_UnivRennes/statuses/112563343861565476/activity
## 226 https://mastodon.social/users/SO_UnivRennes/statuses/112563338358163764/activity
## 227 https://mastodon.social/users/SO_UnivRennes/statuses/112563333091136682/activity
## 228 https://mastodon.social/users/SO_UnivRennes/statuses/112562551573633685/activity
## 229 https://mastodon.social/users/SO_UnivRennes/statuses/112552421787204517/activity
## 230 https://mastodon.social/users/SO_UnivRennes/statuses/112552038921491809/activity
## 231          https://mastodon.social/users/SO_UnivRennes/statuses/112531143994725497
## 232          https://mastodon.social/users/SO_UnivRennes/statuses/112530683554874343
## 233 https://mastodon.social/users/SO_UnivRennes/statuses/112530591782773778/activity
## 234 https://mastodon.social/users/SO_UnivRennes/statuses/112530156172421282/activity
## 235          https://mastodon.social/users/SO_UnivRennes/statuses/112529022109415350
## 236 https://mastodon.social/users/SO_UnivRennes/statuses/112528953791852016/activity
## 237 https://mastodon.social/users/SO_UnivRennes/statuses/112524374629386717/activity
## 238 https://mastodon.social/users/SO_UnivRennes/statuses/112524373726999362/activity
## 239          https://mastodon.social/users/SO_UnivRennes/statuses/112523130138105376
## 240 https://mastodon.social/users/SO_UnivRennes/statuses/112519085936126326/activity
## 241          https://mastodon.social/users/SO_UnivRennes/statuses/112517504906005998
## 242 https://mastodon.social/users/SO_UnivRennes/statuses/112517471229539802/activity
## 243 https://mastodon.social/users/SO_UnivRennes/statuses/112517465087844168/activity
## 244 https://mastodon.social/users/SO_UnivRennes/statuses/112517454636018770/activity
## 245          https://mastodon.social/users/SO_UnivRennes/statuses/112512811157507032
## 246 https://mastodon.social/users/SO_UnivRennes/statuses/112512709342285755/activity
## 247          https://mastodon.social/users/SO_UnivRennes/statuses/112495407505632002
## 248          https://mastodon.social/users/SO_UnivRennes/statuses/112489813161103804
## 249 https://mastodon.social/users/SO_UnivRennes/statuses/112489253632003703/activity
## 250          https://mastodon.social/users/SO_UnivRennes/statuses/112484645228991125
## 251 https://mastodon.social/users/SO_UnivRennes/statuses/112483694103764949/activity
## 252 https://mastodon.social/users/SO_UnivRennes/statuses/112483689710692238/activity
## 253 https://mastodon.social/users/SO_UnivRennes/statuses/112478159341933784/activity
## 254          https://mastodon.social/users/SO_UnivRennes/statuses/112478154082253056
## 255          https://mastodon.social/users/SO_UnivRennes/statuses/112478032489690773
## 256          https://mastodon.social/users/SO_UnivRennes/statuses/112472838872724586
## 257          https://mastodon.social/users/SO_UnivRennes/statuses/112457059424236868
## 258          https://mastodon.social/users/SO_UnivRennes/statuses/112457053986936294
## 259          https://mastodon.social/users/SO_UnivRennes/statuses/112455951402110501
## 260          https://mastodon.social/users/SO_UnivRennes/statuses/112455743136159693
## 261          https://mastodon.social/users/SO_UnivRennes/statuses/112455724358886954
## 262 https://mastodon.social/users/SO_UnivRennes/statuses/112455527739038755/activity
## 263          https://mastodon.social/users/SO_UnivRennes/statuses/112451326070297874
## 264          https://mastodon.social/users/SO_UnivRennes/statuses/112444653192897072
## 265 https://mastodon.social/users/SO_UnivRennes/statuses/112444510803833297/activity
## 266          https://mastodon.social/users/SO_UnivRennes/statuses/112444306605559990
## 267 https://mastodon.social/users/SO_UnivRennes/statuses/112444146698640371/activity
## 268 https://mastodon.social/users/SO_UnivRennes/statuses/112444133812494690/activity
## 269          https://mastodon.social/users/SO_UnivRennes/statuses/112439874236878132
## 270 https://mastodon.social/users/SO_UnivRennes/statuses/112439831156817939/activity
## 271 https://mastodon.social/users/SO_UnivRennes/statuses/112434223226369915/activity
## 272 https://mastodon.social/users/SO_UnivRennes/statuses/112433504744690745/activity
## 273          https://mastodon.social/users/SO_UnivRennes/statuses/112433079863732873
## 274          https://mastodon.social/users/SO_UnivRennes/statuses/112433044326902722
## 275 https://mastodon.social/users/SO_UnivRennes/statuses/112399889807025411/activity
## 276          https://mastodon.social/users/SO_UnivRennes/statuses/112399270057633593
## 277 https://mastodon.social/users/SO_UnivRennes/statuses/112398928562136752/activity
## 278 https://mastodon.social/users/SO_UnivRennes/statuses/112398925027884586/activity
## 279 https://mastodon.social/users/SO_UnivRennes/statuses/112398924266964116/activity
## 280 https://mastodon.social/users/SO_UnivRennes/statuses/112398923244987320/activity
## 281          https://mastodon.social/users/SO_UnivRennes/statuses/112392754126308678
## 282          https://mastodon.social/users/SO_UnivRennes/statuses/112381373986991297
## 283 https://mastodon.social/users/SO_UnivRennes/statuses/112372049392527400/activity
## 284 https://mastodon.social/users/SO_UnivRennes/statuses/112371885341014351/activity
## 285 https://mastodon.social/users/SO_UnivRennes/statuses/112370688839227075/activity
## 286          https://mastodon.social/users/SO_UnivRennes/statuses/112370582572014191
## 287          https://mastodon.social/users/SO_UnivRennes/statuses/112370159485584714
##               created_at
## 1   2025-01-15T15:45:24Z
## 2   2025-01-15T15:37:04Z
## 3   2025-01-14T08:04:24Z
## 4   2025-01-13T16:47:34Z
## 5   2025-01-13T16:24:49Z
## 6   2025-01-09T08:13:58Z
## 7   2025-01-08T08:53:06Z
## 8   2025-01-08T08:47:59Z
## 9   2025-01-08T08:37:17Z
## 10  2025-01-08T08:35:31Z
## 11  2025-01-07T08:29:00Z
## 12  2025-01-06T15:57:20Z
## 13  2025-01-06T11:40:53Z
## 14  2024-12-20T14:17:14Z
## 15  2024-12-20T13:17:14Z
## 16  2024-12-20T13:16:13Z
## 17  2024-12-20T13:15:36Z
## 18  2024-12-18T11:59:40Z
## 19  2024-12-12T15:57:00Z
## 20  2024-12-11T13:59:43Z
## 21  2024-12-11T08:03:19Z
## 22  2024-12-10T10:24:40Z
## 23  2024-12-10T08:58:22Z
## 24  2024-12-10T08:07:13Z
## 25  2024-12-09T14:12:32Z
## 26  2024-12-09T14:10:31Z
## 27  2024-12-09T14:00:07Z
## 28  2024-12-09T11:08:41Z
## 29  2024-12-05T11:55:12Z
## 30  2024-12-05T09:55:54Z
## 31  2024-12-05T09:00:59Z
## 32  2024-12-03T09:55:35Z
## 33  2024-12-03T09:45:06Z
## 34  2024-12-03T09:44:53Z
## 35  2024-12-03T09:43:10Z
## 36  2024-12-03T09:33:32Z
## 37  2024-12-02T12:56:53Z
## 38  2024-11-28T08:44:00Z
## 39  2024-11-27T14:13:16Z
## 40  2024-11-27T14:10:44Z
## 41  2024-11-22T10:36:00Z
## 42  2024-11-22T10:14:29Z
## 43  2024-11-22T10:12:30Z
## 44  2024-11-21T16:44:05Z
## 45  2024-11-21T16:43:40Z
## 46  2024-11-21T15:46:14Z
## 47  2024-11-20T06:16:09Z
## 48  2024-11-18T08:47:32Z
## 49  2024-11-16T07:13:59Z
## 50  2024-11-15T09:56:02Z
## 51  2024-11-15T09:49:01Z
## 52  2024-11-14T10:09:29Z
## 53  2024-11-14T08:51:34Z
## 54  2024-11-13T16:20:00Z
## 55  2024-11-12T11:05:21Z
## 56  2024-11-11T09:40:52Z
## 57  2024-11-08T15:24:51Z
## 58  2024-11-08T15:22:37Z
## 59  2024-11-08T15:20:36Z
## 60  2024-11-08T11:43:47Z
## 61  2024-11-07T10:16:56Z
## 62  2024-11-07T10:13:34Z
## 63  2024-11-06T08:46:33Z
## 64  2024-11-06T08:37:32Z
## 65  2024-11-05T15:57:09Z
## 66  2024-11-05T09:24:43Z
## 67  2024-10-25T10:55:42Z
## 68  2024-10-23T14:40:21Z
## 69  2024-10-23T13:59:28Z
## 70  2024-10-23T13:56:54Z
## 71  2024-10-19T07:53:13Z
## 72  2024-10-18T13:24:28Z
## 73  2024-10-18T07:19:57Z
## 74  2024-10-18T07:17:16Z
## 75  2024-10-16T14:25:05Z
## 76  2024-10-16T13:10:56Z
## 77  2024-10-16T07:08:40Z
## 78  2024-10-15T07:47:20Z
## 79  2024-10-15T07:39:17Z
## 80  2024-10-14T09:38:02Z
## 81  2024-10-10T12:15:59Z
## 82  2024-10-10T11:55:42Z
## 83  2024-10-09T07:12:42Z
## 84  2024-10-08T12:22:13Z
## 85  2024-10-08T11:27:50Z
## 86  2024-10-07T11:59:57Z
## 87  2024-10-04T15:33:13Z
## 88  2024-10-04T14:16:29Z
## 89  2024-10-03T15:38:27Z
## 90  2024-10-03T13:32:53Z
## 91  2024-10-03T13:19:58Z
## 92  2024-10-03T13:15:30Z
## 93  2024-10-01T14:59:25Z
## 94  2024-09-30T15:11:14Z
## 95  2024-09-27T14:34:41Z
## 96  2024-09-27T10:37:17Z
## 97  2024-09-27T10:11:08Z
## 98  2024-09-27T10:10:04Z
## 99  2024-09-27T10:09:12Z
## 100 2024-09-26T12:40:29Z
## 101 2024-09-26T12:39:42Z
## 102 2024-09-26T07:38:24Z
## 103 2024-09-26T07:36:56Z
## 104 2024-09-25T12:53:47Z
## 105 2024-09-25T12:53:19Z
## 106 2024-09-25T07:51:22Z
## 107 2024-09-24T13:47:41Z
## 108 2024-09-23T11:48:17Z
## 109 2024-09-23T11:46:36Z
## 110 2024-09-23T11:20:32Z
## 111 2024-09-20T13:52:26Z
## 112 2024-09-19T09:01:23Z
## 113 2024-09-19T08:50:30Z
## 114 2024-09-19T08:46:55Z
## 115 2024-09-18T12:32:38Z
## 116 2024-09-18T12:31:17Z
## 117 2024-09-18T11:59:39Z
## 118 2024-09-18T10:21:07Z
## 119 2024-09-17T12:06:56Z
## 120 2024-09-17T12:00:47Z
## 121 2024-09-17T08:47:11Z
## 122 2024-09-16T14:24:16Z
## 123 2024-09-16T13:47:09Z
## 124 2024-09-16T13:45:23Z
## 125 2024-09-16T13:43:14Z
## 126 2024-09-16T13:39:36Z
## 127 2024-09-16T13:36:25Z
## 128 2024-09-16T13:12:58Z
## 129 2024-09-16T13:12:44Z
## 130 2024-09-16T13:12:25Z
## 131 2024-09-16T12:07:30Z
## 132 2024-09-16T07:46:13Z
## 133 2024-09-13T05:26:03Z
## 134 2024-09-13T05:22:30Z
## 135 2024-09-12T15:17:24Z
## 136 2024-09-12T15:06:37Z
## 137 2024-09-12T07:40:31Z
## 138 2024-09-11T13:24:21Z
## 139 2024-09-11T08:43:58Z
## 140 2024-09-11T08:38:16Z
## 141 2024-09-10T09:06:36Z
## 142 2024-09-10T09:06:00Z
## 143 2024-09-09T13:55:52Z
## 144 2024-09-09T13:23:55Z
## 145 2024-09-09T13:21:41Z
## 146 2024-09-09T07:15:09Z
## 147 2024-09-06T10:53:15Z
## 148 2024-09-05T08:04:04Z
## 149 2024-09-05T07:47:53Z
## 150 2024-09-05T07:32:22Z
## 151 2024-09-04T14:21:23Z
## 152 2024-09-04T09:54:59Z
## 153 2024-09-04T07:23:17Z
## 154 2024-09-03T09:08:55Z
## 155 2024-09-02T12:59:07Z
## 156 2024-08-29T15:03:18Z
## 157 2024-08-29T14:46:09Z
## 158 2024-08-28T15:02:38Z
## 159 2024-08-27T09:55:46Z
## 160 2024-08-23T12:20:24Z
## 161 2024-08-22T08:21:29Z
## 162 2024-08-20T11:45:24Z
## 163 2024-08-19T09:53:21Z
## 164 2024-08-19T09:41:25Z
## 165 2024-08-19T09:36:58Z
## 166 2024-08-19T09:32:51Z
## 167 2024-07-19T14:45:57Z
## 168 2024-07-18T10:27:06Z
## 169 2024-07-18T10:23:20Z
## 170 2024-07-16T07:22:35Z
## 171 2024-07-15T13:50:37Z
## 172 2024-07-15T12:56:52Z
## 173 2024-07-15T11:42:55Z
## 174 2024-07-11T14:21:54Z
## 175 2024-07-11T07:09:36Z
## 176 2024-07-08T07:07:10Z
## 177 2024-07-03T13:04:11Z
## 178 2024-07-03T13:03:45Z
## 179 2024-07-03T13:03:16Z
## 180 2024-07-03T08:47:21Z
## 181 2024-07-03T07:29:52Z
## 182 2024-07-02T15:17:58Z
## 183 2024-07-02T12:20:26Z
## 184 2024-07-02T12:19:20Z
## 185 2024-07-01T18:58:26Z
## 186 2024-07-01T15:52:24Z
## 187 2024-07-01T15:34:48Z
## 188 2024-07-01T14:28:28Z
## 189 2024-07-01T14:22:41Z
## 190 2024-07-01T12:26:51Z
## 191 2024-06-27T16:08:35Z
## 192 2024-06-27T15:38:09Z
## 193 2024-06-27T15:12:01Z
## 194 2024-06-26T08:22:57Z
## 195 2024-06-26T08:20:10Z
## 196 2024-06-25T09:25:49Z
## 197 2024-06-24T11:32:03Z
## 198 2024-06-21T13:53:59Z
## 199 2024-06-21T08:23:54Z
## 200 2024-06-21T08:13:50Z
## 201 2024-06-20T13:22:55Z
## 202 2024-06-19T12:16:02Z
## 203 2024-06-19T12:05:33Z
## 204 2024-06-17T15:08:22Z
## 205 2024-06-17T09:11:17Z
## 206 2024-06-17T08:55:01Z
## 207 2024-06-17T07:09:13Z
## 208 2024-06-14T09:45:32Z
## 209 2024-06-12T13:09:41Z
## 210 2024-06-12T13:09:05Z
## 211 2024-06-12T12:00:18Z
## 212 2024-06-12T11:49:45Z
## 213 2024-06-11T09:53:23Z
## 214 2024-06-11T07:18:03Z
## 215 2024-06-10T07:59:41Z
## 216 2024-06-10T07:52:29Z
## 217 2024-06-10T07:51:57Z
## 218 2024-06-07T13:34:33Z
## 219 2024-06-07T12:37:40Z
## 220 2024-06-07T08:54:32Z
## 221 2024-06-07T08:06:26Z
## 222 2024-06-07T08:05:27Z
## 223 2024-06-06T08:07:36Z
## 224 2024-06-05T10:41:16Z
## 225 2024-06-05T09:38:40Z
## 226 2024-06-05T09:37:16Z
## 227 2024-06-05T09:35:55Z
## 228 2024-06-05T06:17:10Z
## 229 2024-06-03T11:21:02Z
## 230 2024-06-03T09:43:40Z
## 231 2024-05-30T17:09:49Z
## 232 2024-05-30T15:12:43Z
## 233 2024-05-30T14:49:23Z
## 234 2024-05-30T12:58:36Z
## 235 2024-05-30T08:10:11Z
## 236 2024-05-30T07:52:49Z
## 237 2024-05-29T12:28:16Z
## 238 2024-05-29T12:28:03Z
## 239 2024-05-29T07:11:47Z
## 240 2024-05-28T14:03:17Z
## 241 2024-05-28T07:21:13Z
## 242 2024-05-28T07:12:39Z
## 243 2024-05-28T07:11:05Z
## 244 2024-05-28T07:08:26Z
## 245 2024-05-27T11:27:32Z
## 246 2024-05-27T11:01:38Z
## 247 2024-05-24T09:41:33Z
## 248 2024-05-23T09:58:50Z
## 249 2024-05-23T07:36:32Z
## 250 2024-05-22T12:04:34Z
## 251 2024-05-22T08:02:41Z
## 252 2024-05-22T08:01:34Z
## 253 2024-05-21T08:35:07Z
## 254 2024-05-21T08:33:47Z
## 255 2024-05-21T08:02:51Z
## 256 2024-05-20T10:02:03Z
## 257 2024-05-17T15:09:08Z
## 258 2024-05-17T15:07:45Z
## 259 2024-05-17T10:27:21Z
## 260 2024-05-17T09:34:23Z
## 261 2024-05-17T09:29:36Z
## 262 2024-05-17T08:39:36Z
## 263 2024-05-16T14:51:04Z
## 264 2024-05-15T10:34:04Z
## 265 2024-05-15T09:57:51Z
## 266 2024-05-15T09:05:55Z
## 267 2024-05-15T08:25:15Z
## 268 2024-05-15T08:21:59Z
## 269 2024-05-14T14:18:43Z
## 270 2024-05-14T14:07:45Z
## 271 2024-05-13T14:21:35Z
## 272 2024-05-13T11:18:52Z
## 273 2024-05-13T09:30:49Z
## 274 2024-05-13T09:21:47Z
## 275 2024-05-07T12:50:09Z
## 276 2024-05-07T10:12:32Z
## 277 2024-05-07T08:45:41Z
## 278 2024-05-07T08:44:47Z
## 279 2024-05-07T08:44:36Z
## 280 2024-05-07T08:44:20Z
## 281 2024-05-06T06:35:27Z
## 282 2024-05-04T06:21:20Z
## 283 2024-05-02T14:49:58Z
## 284 2024-05-02T14:08:14Z
## 285 2024-05-02T09:03:57Z
## 286 2024-05-02T08:36:56Z
## 287 2024-05-02T06:49:20Z
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                        <p><span class="h-card" translate="no"><a href="https://mamot.fr/@dbourrion" class="u-url mention">@<span>dbourrion</span></a></span> pour des institutions comme les Universités d&#39;Angers ou de Rennes, on aurait certes besoin d&#39;une instance gérée par un service de l&#39;<a href="https://mastodon.social/tags/ESR" class="mention hashtag" rel="tag">#<span>ESR</span></a> Apparemment <span class="h-card" translate="no"><a href="https://piaille.fr/@unif" class="u-url mention">@<span>unif</span></a></span> souhaite monter une instance de ce type.<a href="https://piaille.fr/@unif/113761131946760357" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">piaille.fr/@unif/1137611319467</span><span class="invisible">60357</span></a> et lance un appel à contribution pour rendre cela possible: communiquer, c&#39;est aussi bâtir ensemble des communs.</p>
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <p><span class="h-card" translate="no"><a href="https://mamot.fr/@dbourrion" class="u-url mention">@<span>dbourrion</span></a></span> à supposer qu&#39;un toot doive être quelque chose de pérenne...mais en effet, il y a un risque de perte aussi des followers et des abonnements. Cela dit, tout cela peut être archivé à n&#39;importe quel moment.</p>
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <p>Non, <a href="https://mastodon.social/tags/Bluesky" class="mention hashtag" rel="tag">#<span>Bluesky</span></a> n&#39;est pas (à ce jour) décentralisé <a href="https://next.ink/158967/bluesky-est-il-decentralise/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">next.ink/158967/bluesky-est-il</span><span class="invisible">-decentralise/</span></a> (contrairement à Mastodon)</p>
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <p>Le GRICAD lance une enquête auprès des membres de l&#39;<a href="https://mastodon.social/tags/ESR" class="mention hashtag" rel="tag">#<span>ESR</span></a> pour mesurer et qualifier la part prise par les personnels de l&#39;enseignement supérieur et de la recherche au développement et à la valorisation du logiciel libre. Si vous êtes concerné.e, voici le lien vers l&#39;enquête : <a href="https://gricad-limesurvey.univ-grenoble-alpes.fr/index.php/943547?lang=fr" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">gricad-limesurvey.univ-grenobl</span><span class="invisible">e-alpes.fr/index.php/943547?lang=fr</span></a> et merci pour votre contribution !</p>
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <p>Nous avons traduit en français l&#39;excellent guide de @nabsiddiqui sur la Gestion et Manipulation de données avec R. Ce guide est désormais disponible dans les 4 langues utilisées sur le site <a href="https://mastodon.social/tags/ProgrammingHistorians" class="mention hashtag" rel="tag">#<span>ProgrammingHistorians</span></a> <a href="https://programminghistorian.org/fr/lecons/gestion-manipulation-donnees-r" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">programminghistorian.org/fr/le</span><span class="invisible">cons/gestion-manipulation-donnees-r</span></a> <a href="https://mastodon.social/tags/DataManagement" class="mention hashtag" rel="tag">#<span>DataManagement</span></a></p>
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <p><span class="h-card" translate="no"><a href="https://social.sciences.re/@CCochard" class="u-url mention">@<span>CCochard</span></a></span> Notre travail de formation auprès des doctorants implique une critique de ces logiques comptables de la bibliométrie et nos toots sont accordés à cette vision critique. Encore une fois, nous ne prétendons pas refléter la position de l&#39;Université qui n&#39;a pas encore été communiquée de manière officielle sous la forme d&#39;une charte ou d&#39;un autre document de ce genre.</p>
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <p><span class="h-card" translate="no"><a href="https://social.sciences.re/@CCochard" class="u-url mention">@<span>CCochard</span></a></span> Bonjour, nous ne relevons pas de Rennes Métropole, mais de l&#39;Université de Rennes (qui à ma connaissance n&#39;a pas encore signé la déclaration DORA). Nous sommes majoritairement des bibliothécaires du Service Commun de Documentation chargés d&#39;appuyer la politique de Science Ouverte de notre établissement.</p>
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <p>Comment éviter de citer des articles scientifiques rétractés ? Réponse dans une nouvelle fiche pratique de l&#39;Ofis, Office français de l&#39;intégrité scientifique :<br />👉 <a href="https://www.ofis-france.fr/wp-content/uploads/2024/12/Ofis_FICHE_EviterCiterArticlesRetractes.pdf" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">ofis-france.fr/wp-content/uplo</span><span class="invisible">ads/2024/12/Ofis_FICHE_EviterCiterArticlesRetractes.pdf</span></a><br /><a href="https://mastodon.social/tags/IntegriteScientifique" class="mention hashtag" rel="tag">#<span>IntegriteScientifique</span></a></p>
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 13                 <p>Les interventions de la journée d&#39;étude ARDoISE du 17 décembre sont en ligne et accessibles depuis le site ScienceConf : <a href="https://je2024-ardoise.sciencesconf.org/resource/page/id/1" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">je2024-ardoise.sciencesconf.or</span><span class="invisible">g/resource/page/id/1</span></a> <a href="https://mastodon.social/tags/reproductibilt%C3%A9" class="mention hashtag" rel="tag">#<span>reproductibilté</span></a> <a href="https://mastodon.social/tags/replicability" class="mention hashtag" rel="tag">#<span>replicability</span></a> <a href="https://mastodon.social/tags/ResearchSoftware" class="mention hashtag" rel="tag">#<span>ResearchSoftware</span></a> Interventions de <span class="h-card" translate="no"><a href="https://social.sciences.re/@zimoun" class="u-url mention">@<span>zimoun</span></a></span> <span class="h-card" translate="no"><a href="https://toot.aquilenet.fr/@rougier" class="u-url mention">@<span>rougier</span></a></span> <span class="h-card" translate="no"><a href="https://nerdculture.de/@NaudetFlorian" class="u-url mention">@<span>NaudetFlorian</span></a></span> , Isabelle Blanc administratrice ministérielle des données, code source et logiciels, et d&#39;autres encore...</p>
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <p>Reproductibilité et ouverture des codes sources &amp; logiciels de la recherche : les replay et supports de la 2e Journée d&#39;étude ARDoISE sont disponibles<br />📽️ <a href="https://scienceouverte.univ-rennes.fr/actualites/les-interventions-de-la-2e-journee-detude-ardoise-disponibles-en-replay" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/les-interventions-de-la-2e-journee-detude-ardoise-disponibles-en-replay</span></a><br /><a href="https://mastodon.social/tags/ARDoISE" class="mention hashtag" rel="tag">#<span>ARDoISE</span></a> <a href="https://mastodon.social/tags/codesource" class="mention hashtag" rel="tag">#<span>codesource</span></a></p>
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <p>🎇 En route pour 2025, avec le nouveau programme des webinaires ARDoISE, l&#39;atelier rennais de la donnée 🎇 <br />👉 <a href="https://scienceouverte.univ-rennes.fr/actualites/les-webinaires-ardoise-toujours-au-rendez-vous" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/les-webinaires-ardoise-toujours-au-rendez-vous</span></a></p><p><a href="https://mastodon.social/tags/donneesrecherche" class="mention hashtag" rel="tag">#<span>donneesrecherche</span></a></p>
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          <p>PleIAs models are a type of LLM that can be fully considered open source. Trained on accessible, non-copyrighted data (a &#39;common corpus&#39;), this model is built using procedures, rules, and parameters that are thoroughly documented and available online. Performance appears to be quite good on a RAG installation <a href="https://huggingface.co/blog/Pclanglais/common-models" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">huggingface.co/blog/Pclanglais</span><span class="invisible">/common-models</span></a> via <span class="h-card" translate="no"><a href="https://mastodon.social/@Dorialexander" class="u-url mention">@<span>Dorialexander</span></a></span></p>
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 26                                                                                                  <p>Why, as a researcher who wants to quit Xitter, you should consider joigning <a href="https://mastodon.social/tags/Mastodon" class="mention hashtag" rel="tag">#<span>Mastodon</span></a>  and the <a href="https://mastodon.social/tags/Fediverse" class="mention hashtag" rel="tag">#<span>Fediverse</span></a>  rather than <a href="https://mastodon.social/tags/bluesky" class="mention hashtag" rel="tag">#<span>bluesky</span></a>  : &quot;I don&#39;t know why Bluesky hasn&#39;t added the federation systems that would enable freedom of exit to its service. Perhaps there are excellent technical reasons to prioritize rolling out the other systems they&#39;ve created so far. Frankly, it doesn&#39;t matter. So long as Bluesky can be a trap, I won&#39;t let myself be tempted&quot; by <span class="h-card" translate="no"><a href="https://mamot.fr/@pluralistic" class="u-url mention">@<span>pluralistic</span></a></span> <a href="https://pluralistic.net/2024/11/02/ulysses-pact/#tie-yourself-to-a-federated-mast" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">pluralistic.net/2024/11/02/uly</span><span class="invisible">sses-pact/#tie-yourself-to-a-federated-mast</span></a></p>
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          <p>Nouveau guide en Français sur <a href="https://mastodon.social/tags/ProgrammingHistorians" class="mention hashtag" rel="tag">#<span>ProgrammingHistorians</span></a> : Préserver et rendre identifiables les logiciels de recherche avec <a href="https://mastodon.social/tags/SoftwareHeritage" class="mention hashtag" rel="tag">#<span>SoftwareHeritage</span></a> <br /> <a href="https://programminghistorian.org/fr/lecons/preserver-logiciels-recherche" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">programminghistorian.org/fr/le</span><span class="invisible">cons/preserver-logiciels-recherche</span></a></p>
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 29                                                                                                                                                                                                                                                                                                                                                                                                    <p>🎇Prochain webinaire ARDoISE ce mardi 10/12🎇<br />Il reste quelques places :<br /><a href="https://scienceouverte.univ-rennes.fr/tous-les-evenements/parcours-juridique-et-ethique-lie-au-traitement-de-donnees-personnelles-dans-un-projet-de-recherche?oac=eyJpbmRleCI6MSwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">tous-les-evenements/parcours-juridique-et-ethique-lie-au-traitement-de-donnees-personnelles-dans-un-projet-de-recherche?oac=eyJpbmRleCI6MSwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D</span></a><br /><a href="https://mastodon.social/tags/donneespersonnelles" class="mention hashtag" rel="tag">#<span>donneespersonnelles</span></a></p>
## 30                                                                                                                                                                                                                                                                                                                                                                                                     <p>🎇 Journée d&#39;étude ARDoISE sur l&#39;ouverture des codes sources &amp; logiciels, en partenariat avec <span class="h-card" translate="no"><a href="https://social.numerique.gouv.fr/@inria" class="u-url mention">@<span>inria</span></a></span><br />⌛Plus que quelques jours pour vous inscrire, en présentiel ou distanciel !<br />👉 <a href="https://je2024-ardoise.sciencesconf.org/?lang=fr" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">je2024-ardoise.sciencesconf.or</span><span class="invisible">g/?lang=fr</span></a></p><p><a href="https://mastodon.social/tags/ARDoISE" class="mention hashtag" rel="tag">#<span>ARDoISE</span></a> <a href="https://mastodon.social/tags/reproductibilit%C3%A9" class="mention hashtag" rel="tag">#<span>reproductibilité</span></a> <a href="https://mastodon.social/tags/codesource" class="mention hashtag" rel="tag">#<span>codesource</span></a></p>
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <p>La <span class="h-card" translate="no"><a href="https://social.numerique.gouv.fr/@cnil" class="u-url mention">@<span>cnil</span></a></span> publie une cartographie des entrepôts de données de santé en France ⤵️ <br /><a href="https://www.cnil.fr/fr/explorez-la-cartographie-des-entrepots-de-donnees-de-sante-en-france" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">cnil.fr/fr/explorez-la-cartogr</span><span class="invisible">aphie-des-entrepots-de-donnees-de-sante-en-france</span></a></p><p><a href="https://mastodon.social/tags/donn%C3%A9esrecherche" class="mention hashtag" rel="tag">#<span>donnéesrecherche</span></a>  <a href="https://mastodon.social/tags/donn%C3%A9essant%C3%A9" class="mention hashtag" rel="tag">#<span>donnéessanté</span></a></p>
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                            <p>Comment rendre un système <a href="https://mastodon.social/tags/IA" class="mention hashtag" rel="tag">#<span>IA</span></a>  <a href="https://mastodon.social/tags/FAIR" class="mention hashtag" rel="tag">#<span>FAIR</span></a>  et <a href="https://mastodon.social/tags/opensource" class="mention hashtag" rel="tag">#<span>opensource</span></a>  Source (au sens de l&#39;Open Source Initiative)  dans le cadre d&#39;un projet de recherche ? le modèle de métadonnées Croissant fournit une méthode pour parvenir à ce résultat <a href="https://medium.com/odi-research/bringing-open-source-principles-to-ai-data-through-croissant-6192f02661da" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">medium.com/odi-research/bringi</span><span class="invisible">ng-open-source-principles-to-ai-data-through-croissant-6192f02661da</span></a></p>
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <p>Getting started with Mastodon. <span class="h-card" translate="no"><a href="https://hachyderm.io/@thecarpentries" class="u-url mention">@<span>thecarpentries</span></a></span> and <span class="h-card" translate="no"><a href="https://hachyderm.io/@rOpenSci" class="u-url mention">@<span>rOpenSci</span></a></span> publish a starter kit for researchers. A very usefull resource for scholars who flee from X/Twitter to a sustainable, open and safe alternative <a href="https://zenodo.org/records/14170125" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">zenodo.org/records/14170125</span><span class="invisible"></span></a></p>
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <p>Note that theses excuses very often adress real problems. Let&#39;s help researchers to solve or circumvent them.</p>
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <p>Data excuse bingo by Jenny Mollow ; how to react to and counter-argue excuses put forward by  researchers who are reluctant to open their data ? First step, know the usual counter-arguments</p>
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <p>EOSC wants to build a comprehensive registry of european diamond open access journals <a href="https://www.craft-oa.eu/ddh/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="">craft-oa.eu/ddh/</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/diamondOA" class="mention hashtag" rel="tag">#<span>diamondOA</span></a></p>
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <p>🔜 Semaine DataSHS : nombreux ateliers et conférences sur le traitement des données en sciences humaines et sociales ! Certains événements en distanciel<br /><a href="https://progedo.hypotheses.org/tag/semaine-data-shs" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">progedo.hypotheses.org/tag/sem</span><span class="invisible">aine-data-shs</span></a><br /><a href="https://mastodon.social/tags/DataSHS" class="mention hashtag" rel="tag">#<span>DataSHS</span></a> <a href="https://mastodon.social/tags/donneesrecherche" class="mention hashtag" rel="tag">#<span>donneesrecherche</span></a></p>
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <p><span class="h-card" translate="no"><a href="https://piaille.fr/@CelianGodefroid" class="u-url mention">@<span>CelianGodefroid</span></a></span> <span class="h-card" translate="no"><a href="https://social.sciences.re/@SO_UPSaclay" class="u-url mention">@<span>SO_UPSaclay</span></a></span> <span class="h-card" translate="no"><a href="https://social.sciences.re/@BraccoLaetitia" class="u-url mention">@<span>BraccoLaetitia</span></a></span> Merci pour la mention !</p>
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <p>1. Utiliser du code propriétaire cracké ne vous met pas à l&#39;abri de rétractations exigées par les firmes lésées auprès de l&#39;éditeur </p><p>2. Il faut utiliser autant que possible du code source libre pour faire de la science </p><p>Deux enseignements à tirer de la rétractation de deux articles parus dans les journaux d&#39;Elsevier </p><p><a href="https://retractionwatch.com/2024/11/08/complaint-from-engineering-software-company-prompts-two-retractions/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">retractionwatch.com/2024/11/08</span><span class="invisible">/complaint-from-engineering-software-company-prompts-two-retractions/</span></a> <a href="https://mastodon.social/tags/freesoftware" class="mention hashtag" rel="tag">#<span>freesoftware</span></a></p>
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <p>Sur Recherche Data Gouv, une nouvelle fiche pour faciliter le dépôt de données dans l&#39;entrepôt.<br />👉 <a href="https://recherche.data.gouv.fr/fr/categorie/33/guide/fiche-chrono-depot" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">recherche.data.gouv.fr/fr/cate</span><span class="invisible">gorie/33/guide/fiche-chrono-depot</span></a></p><p><a href="https://mastodon.social/tags/RechercheDataGouv" class="mention hashtag" rel="tag">#<span>RechercheDataGouv</span></a> <a href="https://mastodon.social/tags/entrep%C3%B4t" class="mention hashtag" rel="tag">#<span>entrepôt</span></a></p>
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <p>Compte tenu de ce qu&#39;en a déjà fait son propriétaire et ce qu&#39;il compte en faire à l&#39;avenir, il est plus que jamais temps pour un chercheur ou une chercheuse de quitter X/Twitter. <span class="h-card" translate="no"><a href="https://mapstodon.space/@dmontagne" class="u-url mention">@<span>dmontagne</span></a></span> vous explique comment passer à Mastodon ici : <a href="https://sygefor.reseau-urfist.fr/#/training/10665/13384" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">sygefor.reseau-urfist.fr/#/tra</span><span class="invisible">ining/10665/13384</span></a></p>
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 64                                                                                                                                                                                                                                                                      <p>🎇 Prochain webinaire de l&#39;atelier de la donnée <a href="https://mastodon.social/tags/ARDoISE" class="mention hashtag" rel="tag">#<span>ARDoISE</span></a> : il reste des places !⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/tous-les-evenements/publier-un-article-sur-ses-donnees-rediger-un-data-paper?oac=eyJpbmRleCI6MiwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">tous-les-evenements/publier-un-article-sur-ses-donnees-rediger-un-data-paper?oac=eyJpbmRleCI6MiwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D</span></a><br /><a href="https://mastodon.social/tags/datapaper" class="mention hashtag" rel="tag">#<span>datapaper</span></a> <a href="https://mastodon.social/tags/donneesrecherche" class="mention hashtag" rel="tag">#<span>donneesrecherche</span></a></p>
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <p>Nouvelle fiche de l&#39;Ofis sur les manquements à l&#39;intégrité scientifique ⤵️ <br /><a href="https://www.ofis-france.fr/wp-content/uploads/2024/10/LOfisfaitlepoint_Questceque-Manquement.pdf" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">ofis-france.fr/wp-content/uplo</span><span class="invisible">ads/2024/10/LOfisfaitlepoint_Questceque-Manquement.pdf</span></a><br /><a href="https://mastodon.social/tags/IntegriteScientifique" class="mention hashtag" rel="tag">#<span>IntegriteScientifique</span></a></p>
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                             <p><span class="h-card" translate="no"><a href="https://piaille.fr/@BrKloeckner" class="u-url mention">@<span>BrKloeckner</span></a></span> Bien que Bison fonctionne avec des données d&#39;OpenCites et du DOAJ, ce n&#39;est sans doute pas une ressource parfaite, notamment dans certaines disciplines. On a fait tester également à nos doctorants des solutions qui peuvent être biaisées parce que proposées par tel ou tel éditeur ou bien perplexity.ai avec un prompt adapté. Cette dernière solution donnait d&#39;assez bon résultats pour les personnes présentes. (<a href="https://damienbelveze.github.io/become_more_visible/support.html#/journal-finders" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">damienbelveze.github.io/become</span><span class="invisible">_more_visible/support.html#/journal-finders</span></a>  / cliquer pour avancer)</p>
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <p>Vous voulez avoir des idées de revues OA de qualité dans lesquelles publier votre manuscrit ? Essayez BISON l&#39;outil de recommandation de revues open source développé par l&#39;Université de Hanovre. <a href="https://blog.tib.eu/2023/08/23/bison-in-90-seconds/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">blog.tib.eu/2023/08/23/bison-i</span><span class="invisible">n-90-seconds/</span></a> <a href="https://mastodon.social/tags/oa" class="mention hashtag" rel="tag">#<span>oa</span></a> <a href="https://mastodon.social/tags/PublicationStrategy" class="mention hashtag" rel="tag">#<span>PublicationStrategy</span></a></p>
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <p>❓Droits d’utilisation des photos, vidéos et dessins... <br />❓Pour une recherche, une publi, une thèse...  <br />Panorama des cas d&#39;usage dans ce billet ⤵️ <br /><a href="https://ethiquedroit.hypotheses.org/3898" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">ethiquedroit.hypotheses.org/38</span><span class="invisible">98</span></a></p>
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 76                                                                                    <p>🗓️ Fake science : un webinaire animé par <span class="h-card" translate="no"><a href="https://social.sciences.re/@gcabanac" class="u-url mention">@<span>gcabanac</span></a></span> et organisé par <span class="h-card" translate="no"><a href="https://social.numerique.gouv.fr/@inria" class="u-url mention">@<span>inria</span></a></span> ⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/tous-les-evenements/fake-science-panorama-des-meconduites-et-contre-feux-pour-dejouer-les-pieges?oac=eyJpbmRleCI6MCwidG90YWwiOjMyLCJmaWx0ZXJzIjp7InJlbGF0aXZlIjpbInBhc3NlZCIsInVwY29taW5nIiwiY3VycmVudCJdLCJkZXRhaWxlZCI6MX19" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">tous-les-evenements/fake-science-panorama-des-meconduites-et-contre-feux-pour-dejouer-les-pieges?oac=eyJpbmRleCI6MCwidG90YWwiOjMyLCJmaWx0ZXJzIjp7InJlbGF0aXZlIjpbInBhc3NlZCIsInVwY29taW5nIiwiY3VycmVudCJdLCJkZXRhaWxlZCI6MX19</span></a><br /><a href="https://mastodon.social/tags/publication" class="mention hashtag" rel="tag">#<span>publication</span></a> <a href="https://mastodon.social/tags/recherche" class="mention hashtag" rel="tag">#<span>recherche</span></a></p>
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <p>Relevant question raised by a researcher yesterday : in our arguments in favor of Open Science, should we keep on presenting the citation rate benefit gained by papers linked to accessible data as an incentive to make people share their datasets in a time where we are also supposed to give up individual evalutations based on quantitative factors such as h-index?</p>
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <p>From our point of view (Global North), Data accessibility (the A of <a href="https://mastodon.social/tags/fair" class="mention hashtag" rel="tag">#<span>fair</span></a>) is mostly seen as a question of rights, moderated access, GDPR provisions, agreements made with industrial stakeholders, but from a Global South perspective, it&#39;s also a matter of infrastructure, internet regulations and &quot;last-mile&quot; connectivity issues : <a href="https://www.frontiersin.org/journals/research-metrics-and-analytics/articles/10.3389/frma.2022.912456/full" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">frontiersin.org/journals/resea</span><span class="invisible">rch-metrics-and-analytics/articles/10.3389/frma.2022.912456/full</span></a></p>
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          <p>🔎 Des jeux de données à découvrir sur le portail <a href="https://mastodon.social/tags/RechercheDataGouv" class="mention hashtag" rel="tag">#<span>RechercheDataGouv</span></a> ⤵️<br /><a href="https://recherche.data.gouv.fr/fr/actualite/toute-la-richesse-de-recherche-data-gouv-au-travers-de-nos-selections-de-jeux-de-donnees" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">recherche.data.gouv.fr/fr/actu</span><span class="invisible">alite/toute-la-richesse-de-recherche-data-gouv-au-travers-de-nos-selections-de-jeux-de-donnees</span></a></p><p><a href="https://mastodon.social/tags/donn%C3%A9esrecherche" class="mention hashtag" rel="tag">#<span>donnéesrecherche</span></a> <a href="https://mastodon.social/tags/researchdata" class="mention hashtag" rel="tag">#<span>researchdata</span></a></p>
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                  <p>Pour encourager et accompagner les chercheurs &amp; chercheuses du site rennais à la rédaction de PGD entité, l&#39;atelier <a href="https://mastodon.social/tags/ARDoISE" class="mention hashtag" rel="tag">#<span>ARDoISE</span></a> recrute !</p><p>👉 <a href="https://recrutement.univ-rennes2.fr/poste/v92ug3kgdj-data-librarian-charge-e-de-laccompagnement-des-plans-de-gestion-de-donnees/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">recrutement.univ-rennes2.fr/po</span><span class="invisible">ste/v92ug3kgdj-data-librarian-charge-e-de-laccompagnement-des-plans-de-gestion-de-donnees/</span></a><br /><a href="https://mastodon.social/tags/donneesrecherche" class="mention hashtag" rel="tag">#<span>donneesrecherche</span></a> <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a></p>
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 88                                                                                                                                                                                                                <p>Cette année <span class="h-card" translate="no"><a href="https://social.numerique.gouv.fr/@LesJRES" class="u-url mention">@<span>LesJRES</span></a></span> se tiennent à Rennes. Parmi les multiples présentations, celle de la suite HALUR développée par notre collègue <span class="h-card" translate="no"><a href="https://social.sciences.re/@Ljonchere" class="u-url mention">@<span>Ljonchere</span></a></span> ⤵️<br /><a href="https://scienceouverte.univ-rennes.fr/actualites/halur-au-programme-des-jres-2024" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/halur-au-programme-des-jres-2024</span></a><br />cc <span class="h-card" translate="no"><a href="https://social.numerique.gouv.fr/@hal_fr" class="u-url mention">@<span>hal_fr</span></a></span> <br /><a href="https://mastodon.social/tags/archiveouverte" class="mention hashtag" rel="tag">#<span>archiveouverte</span></a> <a href="https://mastodon.social/tags/openarchive" class="mention hashtag" rel="tag">#<span>openarchive</span></a></p>
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 90                                                                                                                                                                                                                                                                                                 <p>🎇 Prochain webinaire de l&#39;atelier de la donnée <a href="https://mastodon.social/tags/ARDoISE" class="mention hashtag" rel="tag">#<span>ARDoISE</span></a> : il reste des places !⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/tous-les-evenements/preserver-et-ouvrir-ses-codes-source-et-logiciels?oac=eyJpbmRleCI6MCwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">tous-les-evenements/preserver-et-ouvrir-ses-codes-source-et-logiciels?oac=eyJpbmRleCI6MCwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D</span></a></p><p><a href="https://mastodon.social/tags/code" class="mention hashtag" rel="tag">#<span>code</span></a> <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a></p>
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          <p>New preprint just deposited today in ArXiv about Transformative Agreements (TAs) : <a href="https://arxiv.org/abs/2409.20224" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">arxiv.org/abs/2409.20224</span><span class="invisible"></span></a> &quot;Are research institutions ‘trapped’ in TAs? In light of our analysis, the answer, unfortunately, seems to be ‘yes.’&quot;, say the authors.</p>
## 94                                                                                                                                                                                                                                                                                                                                                                                          <p>Devant les procès en &quot;négationnisme bibliométrique&quot;, la <span class="h-card" translate="no"><a href="https://mastodon.social/@CoARAssessment" class="u-url mention">@<span>CoARAssessment</span></a></span> redit que les indicateurs bibliométriques ne sont pas à proscrire au niveau national ou établissement, mais qu&#39;au niveau individuel, ils ne doivent pas servir à répartir les promotions et opportunités de carrière. Pour ce type de décision, la révision par les pairs est l&#39;élément clé à prendre en compte. <a href="https://blogs.lse.ac.uk/impactofsocialsciences/2024/09/04/the-role-of-scientometrics-in-the-pursuit-of-responsible-research-assessment/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">blogs.lse.ac.uk/impactofsocial</span><span class="invisible">sciences/2024/09/04/the-role-of-scientometrics-in-the-pursuit-of-responsible-research-assessment/</span></a></p>
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                  <p>🗓️ Rennes, 14-18 oct<br />Formation aux données du système Terre-Environnement avec le <span class="h-card" translate="no"><a href="https://social.numerique.gouv.fr/@cnrs" class="u-url mention">@<span>cnrs</span></a></span> INSU, &amp; <a href="https://mastodon.social/tags/DataTerra" class="mention hashtag" rel="tag">#<span>DataTerra</span></a>⤵️ <br />&quot;Si vous avez des données numériques du système Terre et de l’environnement à rendre « FAIR », pour les valoriser et les diffuser, mais que vous ne savez pas comment vous y prendre, l’école thématique Data STUE a été élaborée pour vous !&quot;<br /><a href="https://www.data-terra.org/evenement/ecole-thematique-datastue2024/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">data-terra.org/evenement/ecole</span><span class="invisible">-thematique-datastue2024/</span></a></p>
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                              <p>Pour accompagner les chercheurs &amp; chercheuses du site rennais aux PGD entité, l&#39;atelier <a href="https://mastodon.social/tags/ARDoISE" class="mention hashtag" rel="tag">#<span>ARDoISE</span></a> recrute !<br />👉 <a href="https://recrutement.univ-rennes2.fr/poste/v92ug3kgdj-data-librarian-charge-e-de-laccompagnement-des-plans-de-gestion-de-donnees/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">recrutement.univ-rennes2.fr/po</span><span class="invisible">ste/v92ug3kgdj-data-librarian-charge-e-de-laccompagnement-des-plans-de-gestion-de-donnees/</span></a><br /><a href="https://mastodon.social/tags/donneesrecherche" class="mention hashtag" rel="tag">#<span>donneesrecherche</span></a> <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a></p>
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 106                                                                                                                                                                                                                                                                                                                                                                                           <p>La 2e journée d&#39;étude <a href="https://mastodon.social/tags/ARDoISE" class="mention hashtag" rel="tag">#<span>ARDoISE</span></a> portera sur l&#39;ouverture des codes sources &amp; logiciels comme enjeu de <a href="https://mastodon.social/tags/reproductibilit%C3%A9" class="mention hashtag" rel="tag">#<span>reproductibilité</span></a>.<br />En partenariat avec <span class="h-card" translate="no"><a href="https://social.numerique.gouv.fr/@inria" class="u-url mention">@<span>inria</span></a></span> <br />📍 RV en présentiel ou en ligne le 17/12.<br />📍 Programme : <a href="https://je2024-ardoise.sciencesconf.org/?lang=fr" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">je2024-ardoise.sciencesconf.or</span><span class="invisible">g/?lang=fr</span></a><br /><a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a></p>
## 107                                                                                                                                                                                                                                                                                                               <p><span class="h-card" translate="no"><a href="https://mastodon.social/@freakonometrics" class="u-url mention">@<span>freakonometrics</span></a></span> &quot;mad cow AI&quot;, also known as &quot;Habsbourg AI&quot; (<a href="https://x.com/jathansadowski/status/1625245803211272194?lang=fr" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">x.com/jathansadowski/status/16</span><span class="invisible">25245803211272194?lang=fr</span></a>), &quot;Model Autophagy Disorder&quot; (Sina Alemohammad) or more often since last june &quot;AI Models collapse&quot; (Shumailov : <a href="https://www.nature.com/articles/s41586-024-07566-y" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">nature.com/articles/s41586-024</span><span class="invisible">-07566-y</span></a>). Many ways to call it but same frightening perspectives. We need open source non synthetic corpuses to train the next-generation LLMs.</p>
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <p>Connaissez-vous l&#39;outil de génération de data paper de <a href="https://mastodon.social/tags/RechercheDataGouv" class="mention hashtag" rel="tag">#<span>RechercheDataGouv</span></a> ?<br />Pour le tester, rendez-vous sur la page d&#39;accueil de l&#39;entrepôt : <a href="https://entrepot.recherche.data.gouv.fr" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">entrepot.recherche.data.gouv.fr</span><span class="invisible"></span></a><br /><a href="https://mastodon.social/tags/datapaper" class="mention hashtag" rel="tag">#<span>datapaper</span></a></p>
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 116                                                                                                                                                                                                                                                                                                                                                                                                          <p>De la Bretagne à la Lorraine, en passant par <a href="https://mastodon.social/tags/HAL" class="mention hashtag" rel="tag">#<span>HAL</span></a>, le partage et l&#39;archivage des codes source et logiciels est un sujet d&#39;actualité ! </p><p>⤵️ <a href="https://scienceouverte.univ-rennes.fr/actualites/nouvelle-fiche-du-ccsd-comment-archiver-et-partager-le-code-source" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/nouvelle-fiche-du-ccsd-comment-archiver-et-partager-le-code-source</span></a><br />CC <span class="h-card" translate="no"><a href="https://social.numerique.gouv.fr/@hal_fr" class="u-url mention">@<span>hal_fr</span></a></span><br /><span class="h-card" translate="no"><a href="https://social.sciences.re/@BraccoLaetitia" class="u-url mention">@<span>BraccoLaetitia</span></a></span></p>
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 119                                                                                                                                                                                                                                                                           <p>Foops (<a href="https://foops.linkeddata.es/about.html" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">foops.linkeddata.es/about.html</span><span class="invisible"></span></a>), FAIR-Checker (<a href="https://fair-checker.france-bioinformatique.fr/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">fair-checker.france-bioinforma</span><span class="invisible">tique.fr/</span></a>) and F-UJI (<a href="https://www.fairsfair.eu/f-uji-automated-fair-data-assessment-tool" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">fairsfair.eu/f-uji-automated-f</span><span class="invisible">air-data-assessment-tool</span></a>) are three tools that can be used to assess the FAIRness of your data, which one do you think is the more adapted to your need / type of data? <a href="https://mastodon.social/tags/FAIRdata" class="mention hashtag" rel="tag">#<span>FAIRdata</span></a></p>
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <p><span class="h-card" translate="no"><a href="https://post.lurk.org/@antoinentl" class="u-url mention">@<span>antoinentl</span></a></span> <span class="h-card" translate="no"><a href="https://social.sciences.re/@CCochard" class="u-url mention">@<span>CCochard</span></a></span> Merci, Stylo initié par un promoteur de la low tech et du format texte (Marcello Vitali-Rosati) est en effet une très bonne base pour débuter avec Markdown quand on est étudiant.e ou chercheur.se en SHS (facilement connectable avec Zotero, Pandoc intégré). Mais en Sciences Exactes, on ne peut pas à ce jour diffuser de ce type d&#39;outil collaboratif. Overleaf (éditreur LaTeX et pas markdown) est collaboratif mais pas facilement gérable avec Zotero sans abonnement.</p>
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 123                                                                                                                                                                                                                                                                                                                                                       <p><span class="h-card" translate="no"><a href="https://social.sciences.re/@CCochard" class="u-url mention">@<span>CCochard</span></a></span> Pour les encadrants (et les doctorants qui le souhaitent) , il y a les URFIST qui s&#39;en occupent. Ces formations sont gratuites pour les membres de l&#39;ESR : <a href="https://sygefor.reseau-urfist.fr/#/training?q=%7B%22keywords%22:%22markdown%22,%22filters%22:%5B%5D,%22aggs%22:%7B%7D,%22sort%22:%7B%22_score%22:%22desc%22%7D,%22size%22:20,%22page%22:1%7D" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">sygefor.reseau-urfist.fr/#/tra</span><span class="invisible">ining?q=%7B%22keywords%22:%22markdown%22,%22filters%22:%5B%5D,%22aggs%22:%7B%7D,%22sort%22:%7B%22_score%22:%22desc%22%7D,%22size%22:20,%22page%22:1%7D</span></a> (poke <span class="h-card" translate="no"><a href="https://mastodon.social/@Urfist_Rennes" class="u-url mention">@<span>Urfist_Rennes</span></a></span>)</p>
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <p><span class="h-card" translate="no"><a href="https://hachyderm.io/@dolanor" class="u-url mention">@<span>dolanor</span></a></span> <span class="h-card" translate="no"><a href="https://social.sciences.re/@CCochard" class="u-url mention">@<span>CCochard</span></a></span> Le markdown ne permet pas de traiter tous les problèmes d&#39;édition, mais les éditeurs qui gèrent du markdown (VScode, Obsidian, RStudio, permettent en général d&#39;encapsuler des environnements en LaTeX) pour combler ces lacunes du markdown. Pour maîtriser ces environnements, il est préférable quand même d&#39;avoir suivi un jour une formation à LaTeX. Mais une fois encore, il s&#39;agit vraiment de réglages assez fins qui supposeraient le recours à du LaTeX dans un texte rédigé en MD</p>
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <p><span class="h-card" translate="no"><a href="https://hachyderm.io/@dolanor" class="u-url mention">@<span>dolanor</span></a></span> <span class="h-card" translate="no"><a href="https://social.sciences.re/@CCochard" class="u-url mention">@<span>CCochard</span></a></span> Si le vault est partagé sur un disque et que chacun.e rédige du texte dans ce vault à partir de l&#39;éditeur d&#39;Obsidian depuis son PC, on peut consdérer qu&#39;Obsidian peut être utilisé de façon collaborative</p>
## 127                                                                                     <p><span class="h-card" translate="no"><a href="https://hachyderm.io/@dolanor" class="u-url mention">@<span>dolanor</span></a></span> <span class="h-card" translate="no"><a href="https://social.sciences.re/@CCochard" class="u-url mention">@<span>CCochard</span></a></span> <span class="h-card" translate="no"><a href="https://mamot.fr/@dbelveze" class="u-url mention">@<span>dbelveze</span></a></span> qui collabore à ce compte utilise quotidiennement Obsidian et forme les doctorants à cet outil <a href="https://amethis.doctorat-bretagneloire.fr/amethis-client/formation/gestion/formation/2459" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">amethis.doctorat-bretagneloire</span><span class="invisible">.fr/amethis-client/formation/gestion/formation/2459</span></a> D&#39;autres collègues de notre équipe utilisent Joplin et on a aussi un faible pour Cosma avec ou sans Zettlr qui est promu par <span class="h-card" translate="no"><a href="https://social.sciences.re/@arthurperret" class="u-url mention">@<span>arthurperret</span></a></span> et qu&#39;on utilise pour publier des graphes de notes dans nos formations. Cosma et Zettlr contrairement à Obsidian sont entièrement libres</p>
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <p><span class="h-card" translate="no"><a href="https://framapiaf.org/@YannKervran" class="u-url mention">@<span>YannKervran</span></a></span> <span class="h-card" translate="no"><a href="https://social.sciences.re/@CCochard" class="u-url mention">@<span>CCochard</span></a></span> (poke <span class="h-card" translate="no"><a href="https://mamot.fr/@dbelveze" class="u-url mention">@<span>dbelveze</span></a></span> )</p>
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          <p>Things you should  describe in your study if you need to process data with an <a href="https://mastodon.social/tags/AI" class="mention hashtag" rel="tag">#<span>AI</span></a> tool in order to make it <a href="https://mastodon.social/tags/reproducible" class="mention hashtag" rel="tag">#<span>reproducible</span></a> as much as possible according to <span class="h-card" translate="no"><a href="https://mastodon.gougere.fr/@bortzmeyer" class="u-url mention">@<span>bortzmeyer</span></a></span> :<br />- software used (easiest part)<br />- training set (hard to find, even for so-called &quot;open source&quot; LLM<br />- training parameters (weight...)<br />- hardware (GPU type and core number)<br />- durability (this LLM won&#39;t be available on huggingface forever, is there an alternative and more durable deposit somewhere?</p>
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <p><span class="h-card" translate="no"><a href="https://mstdn.io/@interhop" class="u-url mention">@<span>interhop</span></a></span> Cas d&#39;école illustrant la nécessité d&#39;être très vigilant avec les données personnelles/sensibles non anonymisées...<br /><a href="https://mastodon.social/tags/RGPD" class="mention hashtag" rel="tag">#<span>RGPD</span></a> <a href="https://mastodon.social/tags/donneespersonnelles" class="mention hashtag" rel="tag">#<span>donneespersonnelles</span></a></p>
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <p>Il n&#39;y a pas d&#39;un côté l&#39;idée immatérielle et platonique de votre thèse et de l&#39;autre côté la tâche subalterne de l&#39;écrire sur un support numérique. L&#39;idée s&#39;incarne dans du texte, les outils d&#39;écriture influencent l&#39;idée. Adoptez tout de suite les outils d&#39;écriture qui vous rendront libres et en tout cas moins dépendants des standards d&#39;édition auxquels les GAFAM nous contraignent.</p>
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <p>Le format texte (plain text) est simple, universel,  sobre (comparez le poids d&#39;un fichier avec seulement &quot;bonjour&quot; écrit avec Word ou votre bloc-note), le format texte peut facilement être présenté dans une syntaxe simple à apprendre et simple à adapter en fonction du résultat demandé (html, pdf, word, epub...). Cette syntaxe légère est le markdown et les doctorants bretons peuvent désormais s&#39;initier à ce style d&#39;écriture en s&#39;inscrivant sur Amethis <a href="https://amethis.doctorat-bretagneloire.fr/amethis-client/formation/gestion/formation/2873" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">amethis.doctorat-bretagneloire</span><span class="invisible">.fr/amethis-client/formation/gestion/formation/2873</span></a></p>
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          <p><span class="h-card" translate="no"><a href="https://mstdn.io/@interhop" class="u-url mention">@<span>interhop</span></a></span> Merci pour ces suggestions. Nous transmettons aux équipes concernées, y compris ARDoISE, notre atelier rennais de la donnée !</p>
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <p>Si vous êtes chercheur ou chercheuse, ITA ou professionnel de l&#39;IST, que vous n&#39;en pouvez plus de l&#39;environnement toxique de X/Twitter et que vous vous demandez où atterrir, ce webinaire de <span class="h-card" translate="no"><a href="https://mapstodon.space/@dmontagne" class="u-url mention">@<span>dmontagne</span></a></span> est fait pour vous. <a href="https://sygefor.reseau-urfist.fr/#/training/10665/13012" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">sygefor.reseau-urfist.fr/#/tra</span><span class="invisible">ining/10665/13012</span></a></p>
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <p>🎇 PGD, partage du code source, questions juridiques, data papers...🎇  Découvrez le programme des webinaires de l&#39;atelier de la donnée ARDoISE ⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/actualites/les-webinaires-de-latelier-de-la-donnee-ardoise-sont-de-retour" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/les-webinaires-de-latelier-de-la-donnee-ardoise-sont-de-retour</span></a><br /><a href="https://mastodon.social/tags/donneesrecherche" class="mention hashtag" rel="tag">#<span>donneesrecherche</span></a> <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a></p>
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   <p>Les plateformes de <a href="https://mastodon.social/tags/bioinformatique" class="mention hashtag" rel="tag">#<span>bioinformatique</span></a> du réseau Biogenouest proposent une formation “FAIR-bioinfo” à destination des bioinformaticien.ne.s, bioanalystes et biostatisticien.ne.s. à Rennes, en octobre ⤵️ <br /><a href="https://framaforms.org/inscription-formation-fair-bioinfo-grand-ouest-1724763680" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">framaforms.org/inscription-for</span><span class="invisible">mation-fair-bioinfo-grand-ouest-1724763680</span></a><br /><a href="https://mastodon.social/tags/principesFAIR" class="mention hashtag" rel="tag">#<span>principesFAIR</span></a></p>
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <p>Your data should be tidy in order to be manipulated either by you or by other researchers later. &quot;Ttdy&quot; means, that :<br />    <br />    Each observation is in a row.<br />    Each variable is in a column.<br />    Each value has its own cell.</p><p>From where to start to clean up messy data? We recommend this guide from Programming istorians <a href="https://programminghistorian.org/en/lessons/data_wrangling_and_management_in_R" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">programminghistorian.org/en/le</span><span class="invisible">ssons/data_wrangling_and_management_in_R</span></a>. <br />Stop using Word to write about your data, start learning R tools and use the Tidyverse!</p>
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                      <p>Assises nationales des <a href="https://mastodon.social/tags/donn%C3%A9es" class="mention hashtag" rel="tag">#<span>données</span></a>  de la recherche, à Marseille en novembre<br /><a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a> <a href="https://mastodon.social/tags/openscience" class="mention hashtag" rel="tag">#<span>openscience</span></a> <a href="https://mastodon.social/tags/researchdata" class="mention hashtag" rel="tag">#<span>researchdata</span></a> <a href="https://mastodon.social/tags/donn%C3%A9esrecherche" class="mention hashtag" rel="tag">#<span>donnéesrecherche</span></a>  ⤵️ <br /><a href="https://andor2024.sciencesconf.org/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">andor2024.sciencesconf.org/</span><span class="invisible"></span></a></p>
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <p>Récapitulatif des accords négociés par <a href="https://mastodon.social/tags/Couperin" class="mention hashtag" rel="tag">#<span>Couperin</span></a> incluant une composante <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a> ⤵️ <br /><a href="https://www.couperin.org/le-consortium/actus/des-pages-consacrees-aux-accords-negocies-avec-une-composante-science-ouverte/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">couperin.org/le-consortium/act</span><span class="invisible">us/des-pages-consacrees-aux-accords-negocies-avec-une-composante-science-ouverte/</span></a><br /><a href="https://mastodon.social/tags/openscience" class="mention hashtag" rel="tag">#<span>openscience</span></a></p>
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <p>&quot;Une enquête de qualité, c’est également une enquête disposant d’une documentation riche, dont les métadonnées permettent de comprendre précisément les conditions de production et le sens du contenu&quot;<br /><a href="https://www.inshs.cnrs.fr/fr/cnrsinfo/progedo-des-grandes-enquetes-en-fair" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">inshs.cnrs.fr/fr/cnrsinfo/prog</span><span class="invisible">edo-des-grandes-enquetes-en-fair</span></a></p>
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <p>Le compte <span class="h-card" translate="no"><a href="https://mastodon.social/@SO_UnivRennes" class="u-url mention">@<span>SO_UnivRennes</span></a></span> se met en pause pour un mois. <br />Nous vous retrouverons à partir du 19 août.<br />[Image : awesomecontent on Freepik]</p>
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <p>Comment le modèle de publication avec <a href="https://mastodon.social/tags/APC" class="mention hashtag" rel="tag">#<span>APC</span></a>  influe sur le travail des doctorants ? Un doctorant australien témoigne de la situation de dépendance vis à vis de son directeur dans lequel le place la nécessité de trouver des fonds pour sa publication. Si les accords publish &amp; read peuvent localement apporter une solution, celle-ci ne saurait être globale et les inégalités demeurent entre doctorants de différents pays <a href="https://ese.arphahub.com/article/124173/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">ese.arphahub.com/article/12417</span><span class="invisible">3/</span></a></p>
## 174                                                                                                                                                                                                                                                                                                                                                                                                                 <p>🤓Tuto du jour : <br />En compagnie de notre collègue <span class="h-card" translate="no"><a href="https://mamot.fr/@dbelveze" class="u-url mention">@<span>dbelveze</span></a></span> , découvrez comment transférer votre liste de publis depuis <a href="https://mastodon.social/tags/HAL" class="mention hashtag" rel="tag">#<span>HAL</span></a> vers <a href="https://mastodon.social/tags/ORCID" class="mention hashtag" rel="tag">#<span>ORCID</span></a> en 1 clic !<br /><a href="https://video.univ-rennes1.fr/permalink/v1268a83834ecz0bed27/iframe/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">video.univ-rennes1.fr/permalin</span><span class="invisible">k/v1268a83834ecz0bed27/iframe/</span></a></p><p>@hal_fr <br />@ORCID_Org <br /><a href="https://mastodon.social/tags/identifiantchercheur" class="mention hashtag" rel="tag">#<span>identifiantchercheur</span></a></p>
## 175                                                                                                                                                                                                                                                                                                                                                                                                  <p>Rappel !<br /><a href="https://mastodon.social/tags/Reproductibilit%C3%A9" class="mention hashtag" rel="tag">#<span>Reproductibilité</span></a> computationnelle : l&#39;enquête menée par le consortium Osiris est ouverte jusqu&#39;au 24/09 ⤵️  <br /><a href="https://lorier.inserm.fr/actualites/votre-avis-sur-la-reproductibilite-computationnelle/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">lorier.inserm.fr/actualites/vo</span><span class="invisible">tre-avis-sur-la-reproductibilite-computationnelle/</span></a><br /><a href="https://mastodon.social/tags/openscience" class="mention hashtag" rel="tag">#<span>openscience</span></a> <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a> <a href="https://mastodon.social/tags/reproducibility" class="mention hashtag" rel="tag">#<span>reproducibility</span></a></p>
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <p>Extracting <a href="https://mastodon.social/tags/RetentionRightStrategy" class="mention hashtag" rel="tag">#<span>RetentionRightStrategy</span></a> Statements from Scientific Papers: What&#39;s the Point and How to Achieve It? <a href="https://zenodo.org/records/12579485" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">zenodo.org/records/12579485</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/OpenScience" class="mention hashtag" rel="tag">#<span>OpenScience</span></a></p>
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          <p>Les webinaires de l&#39;atelier de la donnée ARDoISE reprendront en septembre. <br />🔎 Voici le programme du 1er semestre⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/actualites/les-webinaires-de-latelier-de-la-donnee-ardoise-sont-de-retour" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/les-webinaires-de-latelier-de-la-donnee-ardoise-sont-de-retour</span></a></p><p><a href="https://mastodon.social/tags/donneesrecherche" class="mention hashtag" rel="tag">#<span>donneesrecherche</span></a> <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a></p>
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <p>Le pré-enregistrement d&#39;études  ne croît pas aussi vite que le dépôt des données ou du preprint, mais croît tout de même de manière constante depuis 2018 (6% en 2018 &gt; 7% en 2023) d&#39;après une étude publiée dans PLoS <a href="https://theplosblog.plos.org/2024/07/a-new-open-science-indicator-measuring-study-registration/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">theplosblog.plos.org/2024/07/a</span><span class="invisible">-new-open-science-indicator-measuring-study-registration/</span></a></p>
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <p>Bonne nouvelle : les données de l&#39;<a href="https://mastodon.social/tags/OCDE" class="mention hashtag" rel="tag">#<span>OCDE</span></a> sont désormais accessibles gratuitement depuis <a href="https://www.oecd-ilibrary.org/fr" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="">oecd-ilibrary.org/fr</span><span class="invisible"></span></a> (Souvenez-vous, pendant des années, les bibliothèques ont du souscrire un abonnement à cette ressource pour en faire profiter leurs communautés).</p>
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <p>Bonjour <span class="h-card" translate="no"><a href="https://toot.aquilenet.fr/@civodul" class="u-url mention">@<span>civodul</span></a></span> . Il n&#39;y a pas de compte LinkedIn correspondant au périmètre &quot;Science Ouverte à Rennes&quot; qui est le nôtre. Le fait de venir sur Mastodon et pas sur X, LinkedIn ou autre, concernant notre activité S0 est lié à notre volonté d&#39;utiliser des outils libres et transparents pour parler d&#39;une science qui se veut également aussi ouverte et transparente que possible.</p>
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <p>Les utilisateurs de <a href="https://mastodon.social/tags/Mastodon" class="mention hashtag" rel="tag">#<span>Mastodon</span></a> et de <a href="https://mastodon.social/tags/Bluesky" class="mention hashtag" rel="tag">#<span>Bluesky</span></a> peuvent désormais se lire et se répondre grâce à un pont numérique entre les deux protocoles de communication <a href="https://fr.techtribune.net/d2/tech-today/les-utilisateurs-de-bluesky-et-mastodon-peuvent-desormais-se-parler-avec-bridgy-fed/909449/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">fr.techtribune.net/d2/tech-tod</span><span class="invisible">ay/les-utilisateurs-de-bluesky-et-mastodon-peuvent-desormais-se-parler-avec-bridgy-fed/909449/</span></a></p>
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <p>OSCAR : nouvel outil de e-learning pour s&#39;auto-former à la <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a><br />Réalisé par <a href="https://mastodon.social/tags/INRAE" class="mention hashtag" rel="tag">#<span>INRAE</span></a> ⤵️ <br /><a href="https://science-ouverte.inrae.fr/fr/une-formation-sur-la-science-ouverte-ouverte-tous" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">science-ouverte.inrae.fr/fr/un</span><span class="invisible">e-formation-sur-la-science-ouverte-ouverte-tous</span></a></p>
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <p>Notre collègue <span class="h-card" translate="no"><a href="https://social.sciences.re/@Ljonchere" class="u-url mention">@<span>Ljonchere</span></a></span>  et Olivier Troccaz présenteront la Suite <a href="https://mastodon.social/tags/HALUR" class="mention hashtag" rel="tag">#<span>HALUR</span></a> (logiciels développés pour enrichir l&#39;usage de <a href="https://mastodon.social/tags/hal" class="mention hashtag" rel="tag">#<span>hal</span></a>) le 10 décembre dans le cadre du programme des JRES <a href="https://2024.jres.org/programme" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">2024.jres.org/programme</span><span class="invisible"></span></a></p>
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <p>🆕 Le réseau des Ateliers de la donnée s&#39;agrandit, au sein de l&#39;écosystème Recherche Data Gouv ⤵️<br /><a href="https://recherche.data.gouv.fr/fr/actualite/et-de-20-ateliers-de-la-donnee-qui-seront-les-prochains" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">recherche.data.gouv.fr/fr/actu</span><span class="invisible">alite/et-de-20-ateliers-de-la-donnee-qui-seront-les-prochains</span></a><br /><a href="https://mastodon.social/tags/Donn%C3%A9esRecherche" class="mention hashtag" rel="tag">#<span>DonnéesRecherche</span></a> <a href="https://mastodon.social/tags/RechercheDataGouv" class="mention hashtag" rel="tag">#<span>RechercheDataGouv</span></a></p>
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          <p>🎉 La cellule ARDoISE est officiellement labellisée &quot;Atelier de la donnée&quot; ! ⤵️<br /><a href="https://scienceouverte.univ-rennes.fr/actualites/ardoise-recoit-le-label-officiel-datelier-de-la-donnee" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/ardoise-recoit-le-label-officiel-datelier-de-la-donnee</span></a><br /><a href="https://mastodon.social/tags/ScienceOuverte" class="mention hashtag" rel="tag">#<span>ScienceOuverte</span></a> <a href="https://mastodon.social/tags/Donn%C3%A9esRecherche" class="mention hashtag" rel="tag">#<span>DonnéesRecherche</span></a></p>
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 204                                                                                                                                                                                                                                                  <p>Etude intéressante menée sur le serveur de <a href="https://mastodon.social/tags/preprints" class="mention hashtag" rel="tag">#<span>preprints</span></a>  <a href="https://ecoevorxiv.org" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">ecoevorxiv.org</span><span class="invisible"></span></a> . Ce serveur est ouvert aux preprints et postprints en différentes langues (actuellement anglais, français, portugais, espagnol) parce que la restriction à l&#39;anglais entraînerait des vides dans la connaissance que nous avons de l&#39;état d&#39;espèces dans différents pays où la biodiversité est la plus menacée. L&#39;accès ouvert, c&#39;est aussi une question de langue.<a href="https://ecoevorxiv.org/repository/view/7239/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">ecoevorxiv.org/repository/view</span><span class="invisible">/7239/</span></a> <a href="https://mastodon.social/tags/OpenAccess" class="mention hashtag" rel="tag">#<span>OpenAccess</span></a></p>
## 205                                                                                                                                                                                                                       <p>Le 25 juin, <span class="h-card" translate="no"><a href="https://mastodon.social/@lvaudor" class="u-url mention">@<span>lvaudor</span></a></span> présente le package <a href="https://mastodon.social/tags/glittr" class="mention hashtag" rel="tag">#<span>glittr</span></a> lors d&#39;un wikicafé. Vous utilisez R et <a href="https://mastodon.social/tags/Rstudio" class="mention hashtag" rel="tag">#<span>Rstudio</span></a> pour faire de la recherche, mais ne connaissez pas le langage de requête <a href="https://mastodon.social/tags/sparql" class="mention hashtag" rel="tag">#<span>sparql</span></a> utilisé pour recueillir des données de <a href="https://mastodon.social/tags/Wikidata" class="mention hashtag" rel="tag">#<span>Wikidata</span></a> ? Cette présentation est faite pour vous.  RDV accessible sans inscriptions</p><p><a href="https://sygefor.reseau-urfist.fr/#/training/10035/12313?from=true" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">sygefor.reseau-urfist.fr/#/tra</span><span class="invisible">ining/10035/12313?from=true</span></a></p>
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 211                                                                                                                                                                                                                                                                                                                                                         <p><a href="https://mastodon.social/tags/CasuHAL2024" class="mention hashtag" rel="tag">#<span>CasuHAL2024</span></a> à @SO_UPSaclay : notre collègue @Ljonchere y présente la suite d&#39;outils HALUR 👍 très performante pour alimenter l&#39; <a href="https://mastodon.social/tags/archiveouverte" class="mention hashtag" rel="tag">#<span>archiveouverte</span></a> @hal_fr ⤵️ <a href="https://scienceouverte.univ-rennes.fr/actualites/7e-edition-des-journees-casuhal-les-idees-hal-du-chercheur" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/7e-edition-des-journees-casuhal-les-idees-hal-du-chercheur</span></a><br /><a href="https://mastodon.social/tags/archivesouvertes" class="mention hashtag" rel="tag">#<span>archivesouvertes</span></a> <a href="https://mastodon.social/tags/openarchive" class="mention hashtag" rel="tag">#<span>openarchive</span></a></p>
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <p>🆕 Une nouvelle page dédiée aux entrepôts de confiance, sur le portail Recherche Data Gouv ⤵️ <br /><a href="https://recherche.data.gouv.fr/fr/entrepots" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">recherche.data.gouv.fr/fr/entr</span><span class="invisible">epots</span></a><br /><a href="https://mastodon.social/tags/DonneesRecherche" class="mention hashtag" rel="tag">#<span>DonneesRecherche</span></a> <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a></p>
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                              <p>🌸 Printemps de la donnée🌸 <br />Bientôt le webinaire <a href="https://mastodon.social/tags/ARDoISE" class="mention hashtag" rel="tag">#<span>ARDoISE</span></a> sur la préservation et l&#39;ouverture des codes source &amp; logiciels ⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/tous-les-evenements/preserver-et-ouvrir-ses-codes-sources-et-logiciels?oac=eyJpbmRleCI6MSwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">tous-les-evenements/preserver-et-ouvrir-ses-codes-sources-et-logiciels?oac=eyJpbmRleCI6MSwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D</span></a></p>
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                        <p>🌸 Printemps de la donnée🌸 <br />Bientôt le webinaire <a href="https://mastodon.social/tags/ARDoISE" class="mention hashtag" rel="tag">#<span>ARDoISE</span></a> pour découvrir eLabFTW, solution de cahier de labo électronique ⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/tous-les-evenements/printemps-de-la-donnee-cahiers-de-laboratoire-electronique-testez-elabftw?oac=eyJpbmRleCI6MSwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">tous-les-evenements/printemps-de-la-donnee-cahiers-de-laboratoire-electronique-testez-elabftw?oac=eyJpbmRleCI6MSwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D</span></a></p>
## 232                                                                                                                                                                                                                                                                                                                                      <p>Ateliers sur l&#39; <a href="https://mastodon.social/tags/openaccess" class="mention hashtag" rel="tag">#<span>openaccess</span></a> et sur <a href="https://mastodon.social/tags/Zotero" class="mention hashtag" rel="tag">#<span>Zotero</span></a> à l&#39;ENSSAT, sur notre site lannionnais ⤵️ <br /><a href="https://bibliotheques.univ-rennes.fr/tous-nos-evenements/rendre-sa-recherche-visible-et-accessible-strategie-de-publication-et-enjeux-ethiques-atelier-presentiel?oac=eyJpbmRleCI6NSwidG90YWwiOjcsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">bibliotheques.univ-rennes.fr/t</span><span class="invisible">ous-nos-evenements/rendre-sa-recherche-visible-et-accessible-strategie-de-publication-et-enjeux-ethiques-atelier-presentiel?oac=eyJpbmRleCI6NSwidG90YWwiOjcsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D</span></a></p>
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <p>🏆 Prix de la <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a> : vous avez jusqu&#39;au 24/06 pour candidater⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/actualites/prix-science-ouverte-et-pourquoi-pas-vous" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/prix-science-ouverte-et-pourquoi-pas-vous</span></a></p>
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       <p>⏳ Plus que 2 jours pour répondre à l&#39;enquête de l&#39;Observatoire de l&#39;édition scientifique sur l&#39;ouverture des publications ! ⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/actualites/comment-louverture-des-articles-scientifiques-modifie-t-elle-les-habitudes-de-lecture" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/comment-louverture-des-articles-scientifiques-modifie-t-elle-les-habitudes-de-lecture</span></a><br /><a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a></p>
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <p>🏃 Plus que quelques jours pour contribuer au <a href="https://mastodon.social/tags/casuHALathon" class="mention hashtag" rel="tag">#<span>casuHALathon</span></a> et booster les stats de <span class="h-card" translate="no"><a href="https://social.numerique.gouv.fr/@hal_fr" class="u-url mention">@<span>hal_fr</span></a></span> !<br /><a href="https://scienceouverte.univ-rennes.fr/actualites/halathon-2024" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/halathon-2024</span></a><br /><a href="https://mastodon.social/tags/archivesouvertes" class="mention hashtag" rel="tag">#<span>archivesouvertes</span></a></p>
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <p><span class="h-card" translate="no"><a href="https://scicomm.xyz/@ORCID_Org" class="u-url mention">@<span>ORCID_Org</span></a></span>, idHAL, idRef... : Zoom sur les identifiants chercheurs ⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/vos-identifiants-chercheurs-orcid-idhal" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">vos-identifiants-chercheurs-orcid-idhal</span></a></p>
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <p>🆕 De nombreuses questions se posent quand on valorise ses données de recherche, et cela vaut bien une FAQ ! À découvrir sur notre site <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a> ⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/foire-aux-questions" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">foire-aux-questions</span></a><br /><a href="https://mastodon.social/tags/DonneesRecherche" class="mention hashtag" rel="tag">#<span>DonneesRecherche</span></a> <a href="https://mastodon.social/tags/DonneesScientifiques" class="mention hashtag" rel="tag">#<span>DonneesScientifiques</span></a></p>
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             <p>🔎 Click &amp; Read, Unpaywall, Scite... Découvrez des outils qui optimisent vos recherches documentaires en ligne ou vous aident à évaluer la pertinence des citations 🤓 <br /><a href="https://bibliotheques.univ-rennes.fr/optimiser-vos-recherches-documentaires-en-ligne" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">bibliotheques.univ-rennes.fr/o</span><span class="invisible">ptimiser-vos-recherches-documentaires-en-ligne</span></a><br /><a href="https://mastodon.social/tags/docelec" class="mention hashtag" rel="tag">#<span>docelec</span></a></p>
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 <p>Dans le monde de l&#39;édition scientifique, qu&#39;appelle t-on une revue &quot;hybride&quot; ? <br />Quelques éclairages⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/les-revues-hybrides" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">les-revues-hybrides</span></a><br /><a href="https://mastodon.social/tags/openscience" class="mention hashtag" rel="tag">#<span>openscience</span></a> <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a></p>
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <p>🦖 Gare aux éditeurs prédateurs ! Quelques conseils pour les repérer et les éviter ⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/les-revues-predatrices" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">les-revues-predatrices</span></a><br /><a href="https://mastodon.social/tags/PublicationsScientifiques" class="mention hashtag" rel="tag">#<span>PublicationsScientifiques</span></a></p>
## 255 <p>Ce jeudi midi, dans le cadre du <a href="https://mastodon.social/tags/PrintempsdelaDonn%C3%A9e" class="mention hashtag" rel="tag">#<span>PrintempsdelaDonnée</span></a>, l&#39;atelier <a href="https://mastodon.social/tags/ARDOISE" class="mention hashtag" rel="tag">#<span>ARDOISE</span></a> propose un Datathon. Infos ⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/tous-les-evenements/printemps-de-la-donnee-datathon-preparer-ses-jeux-de-donnees-pour-les-deposer-dans-un-entrepot-3754771?oac=eyJpbmRleCI6MCwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">tous-les-evenements/printemps-de-la-donnee-datathon-preparer-ses-jeux-de-donnees-pour-les-deposer-dans-un-entrepot-3754771?oac=eyJpbmRleCI6MCwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D</span></a><br /><a href="https://mastodon.social/tags/Donn%C3%A9esRecherche" class="mention hashtag" rel="tag">#<span>DonnéesRecherche</span></a> <br /><a href="https://mastodon.social/tags/DonneesScientifiques" class="mention hashtag" rel="tag">#<span>DonneesScientifiques</span></a></p>
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <p>&quot;Libraries should expect that ScienceDirect will track users in much the same way as e-commerce, news,<br />and social media sites.&quot;, says SPARC&quot;s report. Through ScienceDirect, Elsevier and its mother compagny RELX put users&#39; digital privacy at risk. Whole report available on Zenodo <a href="https://zenodo.org/records/10078610" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">zenodo.org/records/10078610</span><span class="invisible"></span></a></p>
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          <p>Ctrl+I to generate code from a prompt, Ctrl+L to add code to a chat, Ctrl+shift+L to debug it. Mac Users, replace Ctrl by Cmd.</p>
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <p>When you write your research code, you don&#39;t have to rely on Microsoft Copilot or other proprietary and costly assistants. If you use Visual Studio you can use Continue extension along with Ollama software and then plug Starcoder2:3B LLM to VS : </p><p>1. download Ollama <a href="https://ollama.com/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">ollama.com/</span><span class="invisible"></span></a><br />2. install Continue plugin within VS<br />3. follow Continue tutorial (in the config.json, modify the first lines:</p><p>&quot;title&quot;: &quot;Starcoder2&quot;,<br />&quot;provider&quot;: &quot;ollama&quot;,<br />&quot;model&quot;: &quot;starcoder2-3b&quot;</p><p>That&#39;s it!</p>
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          <p>J-3 avant le lancement du <a href="https://mastodon.social/tags/casuHALathon" class="mention hashtag" rel="tag">#<span>casuHALathon</span></a> : comme l&#39;université de Rennes, participez à ce marathon des <a href="https://mastodon.social/tags/archivesouvertes" class="mention hashtag" rel="tag">#<span>archivesouvertes</span></a> dans <span class="h-card" translate="no"><a href="https://social.numerique.gouv.fr/@hal_fr" class="u-url mention">@<span>hal_fr</span></a></span> <br />🏃 ⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/actualites/halathon-2024" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/halathon-2024</span></a></p>
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         <p>L&#39;accord Couperin Elsevier permet également aux auteurs de correspondance UnivRennes de publier en open access sans frais dans la plupart des revues Elsevier⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/actualites/publier-en-open-access-sans-frais-dans-une-revue-elsevier" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/publier-en-open-access-sans-frais-dans-une-revue-elsevier</span></a></p>
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <p>Le nouvel accord Couperin permet aux auteurs de correspondance de l&#39;Université de Rennes de publier en open access sans frais dans une revue ou conférence ACM ⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/actualites/publier-en-open-access-sans-frais-dans-une-revue-ou-conference-acm" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/publier-en-open-access-sans-frais-dans-une-revue-ou-conference-acm</span></a></p>
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <p>Encore des hésitations à déposer dans <span class="h-card" translate="no"><a href="https://social.numerique.gouv.fr/@hal_fr" class="u-url mention">@<span>hal_fr</span></a></span> ?<br />Quelques contre-arguments ! ⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/10-idees-recues-sur-hal" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">10-idees-recues-sur-hal</span></a><br /><a href="https://mastodon.social/tags/archivesouvertes" class="mention hashtag" rel="tag">#<span>archivesouvertes</span></a> <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a> <a href="https://mastodon.social/tags/openscience" class="mention hashtag" rel="tag">#<span>openscience</span></a></p>
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <p>Le <a href="https://mastodon.social/tags/CasuHALathon" class="mention hashtag" rel="tag">#<span>CasuHALathon</span></a> 2024 approche ! <br />En attendant, on fait le point sur les procédures de dépôt dans <a href="https://mastodon.social/tags/HAL" class="mention hashtag" rel="tag">#<span>HAL</span></a> à l&#39;université de Rennes ⤵️ <br /><a href="https://scienceouverte.univ-rennes.fr/les-procedures" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">les-procedures</span></a><br /><a href="https://mastodon.social/tags/archivesouvertes" class="mention hashtag" rel="tag">#<span>archivesouvertes</span></a></p>
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <p><a href="https://mastodon.social/tags/Reproductibilit%C3%A9" class="mention hashtag" rel="tag">#<span>Reproductibilité</span></a> computationnelle : il est encore temps de répondre à cette enquête :<br /><a href="https://lorier.inserm.fr/actualites/votre-avis-sur-la-reproductibilite-computationnelle/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">lorier.inserm.fr/actualites/vo</span><span class="invisible">tre-avis-sur-la-reproductibilite-computationnelle/</span></a></p><p><a href="https://mastodon.social/tags/RechercheReproductible" class="mention hashtag" rel="tag">#<span>RechercheReproductible</span></a> <a href="https://mastodon.social/tags/ReproducibleResearch" class="mention hashtag" rel="tag">#<span>ReproducibleResearch</span></a></p>
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           <p>Library access ? Un outil  bien pratique pour accéder + rapidement au texte intégral d&#39;articles et ebooks. Explications et tuto vidéo : <a href="https://bibliotheques.univ-rennes.fr/library-access" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">bibliotheques.univ-rennes.fr/l</span><span class="invisible">ibrary-access</span></a><br /><a href="https://mastodon.social/tags/astuce" class="mention hashtag" rel="tag">#<span>astuce</span></a> <a href="https://mastodon.social/tags/docelec" class="mention hashtag" rel="tag">#<span>docelec</span></a></p>
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      <p>Baromètre de la <a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a> : pour l&#39;université de Rennes, 82 % des publications de 2022 sont en accès ouvert<br /><a href="https://scienceouverte.univ-rennes.fr/barometre-science-ouverte-edition-2023" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">barometre-science-ouverte-edition-2023</span></a><br />(Photo : iSawRed via Unsplash)</p>
## 274                        <p>Ce jeudi midi, notre webinaire <a href="https://mastodon.social/tags/ARDOISE" class="mention hashtag" rel="tag">#<span>ARDOISE</span></a> sera animé par une DPO (déléguée à la protection des <a href="https://mastodon.social/tags/donnees" class="mention hashtag" rel="tag">#<span>donnees</span></a>). Ouvert à tous sur inscription<br /><a href="https://scienceouverte.univ-rennes.fr/tous-les-evenements/parcours-juridique-et-ethique-lie-au-traitement-de-donnees-personnelles-dans-sa-recherche?oac=eyJpbmRleCI6MSwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">tous-les-evenements/parcours-juridique-et-ethique-lie-au-traitement-de-donnees-personnelles-dans-sa-recherche?oac=eyJpbmRleCI6MSwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0%3D</span></a> <a href="https://mastodon.social/tags/donneespersonnelles" class="mention hashtag" rel="tag">#<span>donneespersonnelles</span></a> <a href="https://mastodon.social/tags/PrintempsdelaDonn%C3%A9e" class="mention hashtag" rel="tag">#<span>PrintempsdelaDonnée</span></a></p>
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  <p>Chercheurs, doctorants, personnels d&#39;appui à la recherche sur le site rennais... L&#39;atelier de la donnée ARDoISE vous accompagne dans la gestion de vos données de recherche<br /><a href="https://scienceouverte.univ-rennes.fr/atelier-rennais-de-la-donnee-information-et-soutien-aux-equipes-de-recherche" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">atelier-rennais-de-la-donnee-information-et-soutien-aux-equipes-de-recherche</span></a><br /><a href="https://mastodon.social/tags/donnees" class="mention hashtag" rel="tag">#<span>donnees</span></a> <a href="https://mastodon.social/tags/principesFAIR" class="mention hashtag" rel="tag">#<span>principesFAIR</span></a></p>
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                               <p><a href="https://mastodon.social/tags/OpenRefine" class="mention hashtag" rel="tag">#<span>OpenRefine</span></a> le logiciel de traitement et nettoyage de données rejoint le socle du logiciel libre promu dans l&#39;administration avec <span class="h-card" translate="no"><a href="https://mapstodon.space/@dmontagne" class="u-url mention">@<span>dmontagne</span></a></span> comme référente dans le cadre de son poste de wikimédienne en résidence. Pour commencer avec ce logiciel, utiliser le tutoriel de <span class="h-card" translate="no"><a href="https://mastodon.social/@27point7" class="u-url mention">@<span>27point7</span></a></span> <a href="https://msaby.gitlab.io/tutoriel-openrefine/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">msaby.gitlab.io/tutoriel-openr</span><span class="invisible">efine/</span></a></p>
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               <p>Kudos to Bath University who published some years ago this awsome game made with Open Source software <a href="https://mastodon.social/tags/twine" class="mention hashtag" rel="tag">#<span>twine</span></a>  <a href="https://rdm-games.gitlab.io/rdm-adventure/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">rdm-games.gitlab.io/rdm-advent</span><span class="invisible">ure/</span></a> Share the adventures of a young post-doc who is in charge of managing the huge amount of data produced by their team. <a href="https://mastodon.social/tags/rdm" class="mention hashtag" rel="tag">#<span>rdm</span></a> in labs, a small world, as David Lodge used to say. Play and learn how to master its rules.</p>
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                               <p>Jusqu&#39;au 31 mai, répondez à cette <a href="https://mastodon.social/tags/enquete" class="mention hashtag" rel="tag">#<span>enquete</span></a> de l&#39;Observatoire de l&#39;édition scientifique<br /><a href="https://mastodon.social/tags/scienceouverte" class="mention hashtag" rel="tag">#<span>scienceouverte</span></a> <a href="https://mastodon.social/tags/editionscientifique" class="mention hashtag" rel="tag">#<span>editionscientifique</span></a><br /><a href="https://scienceouverte.univ-rennes.fr/actualites/comment-louverture-des-articles-scientifiques-modifie-t-elle-les-habitudes-de-lecture" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/comment-louverture-des-articles-scientifiques-modifie-t-elle-les-habitudes-de-lecture</span></a></p>
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          <p>Déclaration de Barcelone en faveur d&#39;une ouverture par défaut des résultats et des données scientifiques. Soutien des communautés scientifiques aux infrastructures, services, systèmes et actions qui garantissent cette ouverture <a href="https://scienceouverte.univ-rennes.fr/actualites/declaration-de-barcelone-sur-louverture-des-informations-sur-la-recherche" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">scienceouverte.univ-rennes.fr/</span><span class="invisible">actualites/declaration-de-barcelone-sur-louverture-des-informations-sur-la-recherche</span></a></p>
##     visibility sensitive spoiler_text reblogs_count favourites_count
## 1       public     FALSE           NA             1                0
## 2       public     FALSE           NA             1                1
## 3       public     FALSE           NA             0                0
## 4       public     FALSE           NA             0                0
## 5       public     FALSE           NA            17                4
## 6       public     FALSE           NA             3                2
## 7       public     FALSE           NA             0                0
## 8       public     FALSE           NA             0                0
## 9       public     FALSE           NA             0                0
## 10      public     FALSE           NA             0                0
## 11      public     FALSE           NA             0                0
## 12      public     FALSE           NA             0                0
## 13      public     FALSE           NA             4                2
## 14      public     FALSE           NA             4                2
## 15      public     FALSE           NA             0                0
## 16      public     FALSE           NA             0                0
## 17      public     FALSE           NA             0                0
## 18      public     FALSE           NA             5                5
## 19      public     FALSE           NA             0                0
## 20      public     FALSE           NA             0                0
## 21      public     FALSE           NA             0                0
## 22      public     FALSE           NA             0                0
## 23      public     FALSE           NA             0                0
## 24      public     FALSE           NA             0                1
## 25      public     FALSE           NA             0                0
## 26      public     FALSE           NA             3                2
## 27      public     FALSE           NA             0                1
## 28      public     FALSE           NA             0                0
## 29      public     FALSE           NA             1                0
## 30      public     FALSE           NA             1                0
## 31      public     FALSE           NA             0                0
## 32      public     FALSE           NA             1                0
## 33      public     FALSE           NA             0                0
## 34      public     FALSE           NA             0                0
## 35      public     FALSE           NA             0                0
## 36      public     FALSE           NA             0                0
## 37      public     FALSE           NA             0                0
## 38      public     FALSE           NA             1                1
## 39      public     FALSE           NA             0                0
## 40      public     FALSE           NA             0                0
## 41      public     FALSE           NA            73               35
## 42      public     FALSE           NA             0                0
## 43      public     FALSE           NA             2                4
## 44      public     FALSE           NA             0                0
## 45      public     FALSE           NA             0                0
## 46      public     FALSE           NA             0                0
## 47      public     FALSE           NA             0                0
## 48      public     FALSE           NA             1                0
## 49      public     FALSE           NA             0                1
## 50      public     FALSE           NA             0                0
## 51      public     FALSE           NA             0                0
## 52      public     FALSE           NA             0                0
## 53      public     FALSE           NA             4                1
## 54      public     FALSE           NA             0                0
## 55      public     FALSE           NA             0                0
## 56      public     FALSE           NA             0                0
## 57      public     FALSE           NA             0                0
## 58      public     FALSE           NA             0                0
## 59      public     FALSE           NA             0                0
## 60      public     FALSE           NA             4                4
## 61      public     FALSE           NA             0                0
## 62      public     FALSE           NA             0                0
## 63      public     FALSE           NA             0                0
## 64      public     FALSE           NA             1                1
## 65      public     FALSE           NA             0                0
## 66      public     FALSE           NA             0                0
## 67      public     FALSE           NA             0                0
## 68      public     FALSE           NA             2                1
## 69      public     FALSE           NA             0                0
## 70      public     FALSE           NA             0                0
## 71    unlisted     FALSE           NA             0                1
## 72      public     FALSE           NA            11                8
## 73      public     FALSE           NA             0                0
## 74      public     FALSE           NA             0                0
## 75      public     FALSE           NA             0                0
## 76      public     FALSE           NA             6                5
## 77      public     FALSE           NA             0                0
## 78      public     FALSE           NA             1                1
## 79      public     FALSE           NA             0                0
## 80      public     FALSE           NA             0                0
## 81      public     FALSE           NA             0                0
## 82      public     FALSE           NA             0                0
## 83      public     FALSE           NA             0                0
## 84      public     FALSE           NA             0                0
## 85      public     FALSE           NA             0                0
## 86      public     FALSE           NA             0                0
## 87      public     FALSE           NA             0                0
## 88      public     FALSE           NA             4                3
## 89      public     FALSE           NA             0                0
## 90      public     FALSE           NA             3                1
## 91      public     FALSE           NA             0                0
## 92      public     FALSE           NA             0                0
## 93      public     FALSE           NA             1                1
## 94      public     FALSE           NA             0                0
## 95      public     FALSE           NA             0                0
## 96      public     FALSE           NA             0                0
## 97      public     FALSE           NA             0                0
## 98      public     FALSE           NA             0                0
## 99      public     FALSE           NA             0                0
## 100     public     FALSE           NA             0                0
## 101     public     FALSE           NA             1                0
## 102     public     FALSE           NA             0                0
## 103     public     FALSE           NA             0                0
## 104     public     FALSE           NA             0                0
## 105     public     FALSE           NA             0                0
## 106     public     FALSE           NA             0                1
## 107     public     FALSE           NA             0                1
## 108     public     FALSE           NA             0                0
## 109     public     FALSE           NA             0                0
## 110     public     FALSE           NA             0                0
## 111     public     FALSE           NA             0                0
## 112     public     FALSE           NA             0                0
## 113     public     FALSE           NA             0                0
## 114     public     FALSE           NA             0                0
## 115     public     FALSE           NA             0                0
## 116     public     FALSE           NA             2                1
## 117     public     FALSE           NA             0                0
## 118     public     FALSE           NA             0                0
## 119     public     FALSE           NA             0                0
## 120     public     FALSE           NA             0                0
## 121   unlisted     FALSE           NA             0                0
## 122     public     FALSE           NA             0                0
## 123   unlisted     FALSE           NA             0                0
## 124     public     FALSE           NA             0                0
## 125   unlisted     FALSE           NA             0                0
## 126   unlisted     FALSE           NA             0                0
## 127   unlisted     FALSE           NA             0                1
## 128     public     FALSE           NA             0                0
## 129     public     FALSE           NA             0                0
## 130     public     FALSE           NA             0                0
## 131   unlisted     FALSE           NA             0                0
## 132     public     FALSE           NA             0                0
## 133     public     FALSE           NA             0                0
## 134     public     FALSE           NA             4                0
## 135     public     FALSE           NA             0                1
## 136     public     FALSE           NA             0                0
## 137     public     FALSE           NA             0                0
## 138     public     FALSE           NA             0                0
## 139     public     FALSE           NA             7                2
## 140     public     FALSE           NA            11                6
## 141     public     FALSE           NA             0                0
## 142     public     FALSE           NA             0                0
## 143     public     FALSE           NA             0                0
## 144     direct     FALSE           NA             0                1
## 145     public     FALSE           NA             0                0
## 146     public     FALSE           NA             0                0
## 147     public     FALSE           NA             0                0
## 148     public     FALSE           NA             0                1
## 149     public     FALSE           NA             0                0
## 150     public     FALSE           NA             0                0
## 151     public     FALSE           NA             1                0
## 152     public     FALSE           NA             0                0
## 153     public     FALSE           NA             0                0
## 154     public     FALSE           NA             0                0
## 155     public     FALSE           NA             2                1
## 156     public     FALSE           NA             0                0
## 157     public     FALSE           NA             0                0
## 158     public     FALSE           NA             3                0
## 159     public     FALSE           NA             0                0
## 160     public     FALSE           NA             0                0
## 161     public     FALSE           NA             0                0
## 162     public     FALSE           NA             0                0
## 163     public     FALSE           NA             0                0
## 164     public     FALSE           NA             2                0
## 165     public     FALSE           NA             0                0
## 166     public     FALSE           NA             0                0
## 167     public     FALSE           NA             0                1
## 168     public     FALSE           NA             0                0
## 169     public     FALSE           NA             0                0
## 170     public     FALSE           NA             0                0
## 171     public     FALSE           NA             0                0
## 172     public     FALSE           NA             0                0
## 173     public     FALSE           NA             8                1
## 174     public     FALSE           NA             1                1
## 175     public     FALSE           NA             2                0
## 176     public     FALSE           NA             0                0
## 177     public     FALSE           NA             0                0
## 178     public     FALSE           NA             0                0
## 179     public     FALSE           NA             0                0
## 180     public     FALSE           NA             3                0
## 181     public     FALSE           NA             1                0
## 182     public     FALSE           NA             0                0
## 183     public     FALSE           NA             0                0
## 184     public     FALSE           NA             0                0
## 185     public     FALSE           NA             0                0
## 186     public     FALSE           NA             0                0
## 187   unlisted     FALSE           NA             0                1
## 188     public     FALSE           NA             1                1
## 189     public     FALSE           NA             0                0
## 190     public     FALSE           NA             0                0
## 191     public     FALSE           NA             0                0
## 192     public     FALSE           NA             0                0
## 193     public     FALSE           NA             0                0
## 194     public     FALSE           NA             0                0
## 195     public     FALSE           NA             0                0
## 196     public     FALSE           NA             0                0
## 197     public     FALSE           NA             3                1
## 198     public     FALSE           NA             1                0
## 199     public     FALSE           NA             0                0
## 200     public     FALSE           NA             0                1
## 201     public     FALSE           NA             0                0
## 202     public     FALSE           NA             0                0
## 203     public     FALSE           NA             0                0
## 204     public     FALSE           NA             0                0
## 205     public     FALSE           NA             1                3
## 206     public     FALSE           NA             0                0
## 207     public     FALSE           NA             0                0
## 208     public     FALSE           NA             0                0
## 209     public     FALSE           NA             0                0
## 210     public     FALSE           NA             0                0
## 211     public     FALSE           NA             0                1
## 212     public     FALSE           NA             0                0
## 213     public     FALSE           NA             0                0
## 214     public     FALSE           NA             0                0
## 215     public     FALSE           NA             0                0
## 216     public     FALSE           NA             0                0
## 217     public     FALSE           NA             0                0
## 218     public     FALSE           NA             0                0
## 219     public     FALSE           NA             0                0
## 220     public     FALSE           NA             0                0
## 221     public     FALSE           NA             0                0
## 222     public     FALSE           NA             0                0
## 223     public     FALSE           NA             0                0
## 224     public     FALSE           NA             0                0
## 225     public     FALSE           NA             0                0
## 226     public     FALSE           NA             0                0
## 227     public     FALSE           NA             0                0
## 228     public     FALSE           NA             0                0
## 229     public     FALSE           NA             0                0
## 230     public     FALSE           NA             0                0
## 231     public     FALSE           NA             0                0
## 232     public     FALSE           NA             1                1
## 233     public     FALSE           NA             0                0
## 234     public     FALSE           NA             0                0
## 235     public     FALSE           NA             1                0
## 236     public     FALSE           NA             0                0
## 237     public     FALSE           NA             0                0
## 238     public     FALSE           NA             0                0
## 239     public     FALSE           NA             2                0
## 240     public     FALSE           NA             0                0
## 241     public     FALSE           NA             1                1
## 242     public     FALSE           NA             0                0
## 243     public     FALSE           NA             0                0
## 244     public     FALSE           NA             0                0
## 245     public     FALSE           NA             0                0
## 246     public     FALSE           NA             0                0
## 247     public     FALSE           NA             0                0
## 248     public     FALSE           NA             0                0
## 249     public     FALSE           NA             0                0
## 250     public     FALSE           NA             1                1
## 251     public     FALSE           NA             0                0
## 252     public     FALSE           NA             0                0
## 253     public     FALSE           NA             0                0
## 254     public     FALSE           NA             0                0
## 255     public     FALSE           NA             0                0
## 256     public     FALSE           NA             0                0
## 257     public     FALSE           NA             0                0
## 258     public     FALSE           NA             0                0
## 259     public     FALSE           NA             1                0
## 260     public     FALSE           NA             1                2
## 261     public     FALSE           NA             1                0
## 262     public     FALSE           NA             0                0
## 263     public     FALSE           NA             6                3
## 264     public     FALSE           NA             1                1
## 265     public     FALSE           NA             0                0
## 266     public     FALSE           NA             7                2
## 267     public     FALSE           NA             0                0
## 268     public     FALSE           NA             0                0
## 269     public     FALSE           NA             0                0
## 270     public     FALSE           NA             0                0
## 271     public     FALSE           NA             0                0
## 272     public     FALSE           NA             0                0
## 273     public     FALSE           NA             3                2
## 274     public     FALSE           NA             5                0
## 275     public     FALSE           NA             0                0
## 276     public     FALSE           NA             1                0
## 277     public     FALSE           NA             0                0
## 278     public     FALSE           NA             0                0
## 279     public     FALSE           NA             0                0
## 280     public     FALSE           NA             0                0
## 281     public     FALSE           NA             0                1
## 282     public     FALSE           NA             0                0
## 283     public     FALSE           NA             0                0
## 284     public     FALSE           NA             0                0
## 285     public     FALSE           NA             0                0
## 286     public     FALSE           NA             1                0
## 287     public     FALSE           NA             1                0
##     replies_count
## 1               0
## 2               1
## 3               0
## 4               0
## 5               1
## 6               0
## 7               0
## 8               0
## 9               1
## 10              1
## 11              0
## 12              0
## 13              0
## 14              0
## 15              0
## 16              0
## 17              0
## 18              0
## 19              0
## 20              0
## 21              0
## 22              0
## 23              0
## 24              0
## 25              0
## 26              0
## 27              0
## 28              0
## 29              0
## 30              0
## 31              0
## 32              0
## 33              0
## 34              0
## 35              0
## 36              0
## 37              0
## 38              0
## 39              0
## 40              0
## 41              2
## 42              0
## 43              1
## 44              0
## 45              0
## 46              0
## 47              0
## 48              0
## 49              0
## 50              0
## 51              0
## 52              0
## 53              0
## 54              0
## 55              0
## 56              0
## 57              0
## 58              0
## 59              0
## 60              0
## 61              0
## 62              0
## 63              0
## 64              0
## 65              0
## 66              0
## 67              0
## 68              0
## 69              0
## 70              0
## 71              0
## 72              1
## 73              0
## 74              0
## 75              0
## 76              0
## 77              0
## 78              0
## 79              0
## 80              0
## 81              0
## 82              0
## 83              0
## 84              0
## 85              0
## 86              0
## 87              0
## 88              0
## 89              0
## 90              0
## 91              0
## 92              0
## 93              0
## 94              0
## 95              0
## 96              0
## 97              0
## 98              0
## 99              0
## 100             0
## 101             0
## 102             0
## 103             0
## 104             0
## 105             0
## 106             0
## 107             0
## 108             0
## 109             0
## 110             0
## 111             0
## 112             0
## 113             0
## 114             0
## 115             0
## 116             0
## 117             0
## 118             0
## 119             0
## 120             0
## 121             0
## 122             0
## 123             0
## 124             0
## 125             0
## 126             0
## 127             0
## 128             0
## 129             0
## 130             0
## 131             0
## 132             0
## 133             0
## 134             1
## 135             0
## 136             0
## 137             0
## 138             0
## 139             1
## 140             1
## 141             0
## 142             0
## 143             0
## 144             0
## 145             0
## 146             0
## 147             0
## 148             0
## 149             0
## 150             0
## 151             0
## 152             0
## 153             0
## 154             0
## 155             0
## 156             0
## 157             0
## 158             0
## 159             0
## 160             0
## 161             0
## 162             0
## 163             0
## 164             0
## 165             0
## 166             0
## 167             0
## 168             0
## 169             0
## 170             0
## 171             0
## 172             0
## 173             0
## 174             0
## 175             0
## 176             0
## 177             0
## 178             0
## 179             0
## 180             0
## 181             0
## 182             0
## 183             0
## 184             0
## 185             0
## 186             0
## 187             0
## 188             0
## 189             0
## 190             0
## 191             0
## 192             0
## 193             0
## 194             0
## 195             0
## 196             0
## 197             0
## 198             0
## 199             0
## 200             0
## 201             0
## 202             0
## 203             0
## 204             0
## 205             0
## 206             0
## 207             0
## 208             0
## 209             0
## 210             0
## 211             0
## 212             0
## 213             0
## 214             0
## 215             0
## 216             0
## 217             0
## 218             0
## 219             0
## 220             0
## 221             0
## 222             0
## 223             0
## 224             0
## 225             0
## 226             0
## 227             0
## 228             0
## 229             0
## 230             0
## 231             0
## 232             0
## 233             0
## 234             0
## 235             0
## 236             0
## 237             0
## 238             0
## 239             0
## 240             0
## 241             0
## 242             0
## 243             0
## 244             0
## 245             0
## 246             0
## 247             0
## 248             0
## 249             0
## 250             0
## 251             0
## 252             0
## 253             0
## 254             0
## 255             0
## 256             0
## 257             0
## 258             1
## 259             0
## 260             0
## 261             0
## 262             0
## 263             1
## 264             0
## 265             0
## 266             0
## 267             0
## 268             0
## 269             0
## 270             0
## 271             0
## 272             0
## 273             0
## 274             0
## 275             0
## 276             0
## 277             0
## 278             0
## 279             0
## 280             0
## 281             0
## 282             0
## 283             0
## 284             0
## 285             0
## 286             0
## 287             0
##                                                                                  url
## 1                          https://mastodon.social/@SO_UnivRennes/113833143476608960
## 2                          https://mastodon.social/@SO_UnivRennes/113833110719935969
## 3   https://mastodon.social/users/SO_UnivRennes/statuses/113825668442499262/activity
## 4                          https://mastodon.social/@SO_UnivRennes/113822063325131413
## 5                          https://mastodon.social/@SO_UnivRennes/113821973825251310
## 6                          https://mastodon.social/@SO_UnivRennes/113797394527758678
## 7   https://mastodon.social/users/SO_UnivRennes/statuses/113791886042062292/activity
## 8   https://mastodon.social/users/SO_UnivRennes/statuses/113791865963152398/activity
## 9                          https://mastodon.social/@SO_UnivRennes/113791823845463279
## 10                         https://mastodon.social/@SO_UnivRennes/113791816925307517
## 11                         https://mastodon.social/@SO_UnivRennes/113786129009939660
## 12  https://mastodon.social/users/SO_UnivRennes/statuses/113782229591830858/activity
## 13                         https://mastodon.social/@SO_UnivRennes/113781221224287981
## 14                         https://mastodon.social/@SO_UnivRennes/113685576696649073
## 15  https://mastodon.social/users/SO_UnivRennes/statuses/113685340765617138/activity
## 16  https://mastodon.social/users/SO_UnivRennes/statuses/113685336784312709/activity
## 17  https://mastodon.social/users/SO_UnivRennes/statuses/113685334345986850/activity
## 18                         https://mastodon.social/@SO_UnivRennes/113673711158655265
## 19  https://mastodon.social/users/SO_UnivRennes/statuses/113640670536285277/activity
## 20  https://mastodon.social/users/SO_UnivRennes/statuses/113634547054145525/activity
## 21  https://mastodon.social/users/SO_UnivRennes/statuses/113633145618531860/activity
## 22  https://mastodon.social/users/SO_UnivRennes/statuses/113628039125806195/activity
## 23  https://mastodon.social/users/SO_UnivRennes/statuses/113627699749792420/activity
## 24                         https://mastodon.social/@SO_UnivRennes/113627498637959169
## 25  https://mastodon.social/users/SO_UnivRennes/statuses/113623272803000026/activity
## 26                         https://mastodon.social/@SO_UnivRennes/113623264909657891
## 27                         https://mastodon.social/@SO_UnivRennes/113623223969187473
## 28  https://mastodon.social/users/SO_UnivRennes/statuses/113622549875289250/activity
## 29                         https://mastodon.social/@SO_UnivRennes/113600083534411096
## 30                         https://mastodon.social/@SO_UnivRennes/113599614446809396
## 31  https://mastodon.social/users/SO_UnivRennes/statuses/113599398510648981/activity
## 32                         https://mastodon.social/@SO_UnivRennes/113588288614300067
## 33  https://mastodon.social/users/SO_UnivRennes/statuses/113588247389067199/activity
## 34  https://mastodon.social/users/SO_UnivRennes/statuses/113588246510253177/activity
## 35  https://mastodon.social/users/SO_UnivRennes/statuses/113588239740738083/activity
## 36  https://mastodon.social/users/SO_UnivRennes/statuses/113588201857554592/activity
## 37  https://mastodon.social/users/SO_UnivRennes/statuses/113583339167772794/activity
## 38                         https://mastodon.social/@SO_UnivRennes/113559695569349501
## 39  https://mastodon.social/users/SO_UnivRennes/statuses/113555327959290573/activity
## 40  https://mastodon.social/users/SO_UnivRennes/statuses/113555317994849581/activity
## 41                         https://mastodon.social/@SO_UnivRennes/113526162110523920
## 42                         https://mastodon.social/@SO_UnivRennes/113526077492056802
## 43                         https://mastodon.social/@SO_UnivRennes/113526069675604490
## 44  https://mastodon.social/users/SO_UnivRennes/statuses/113521947142007843/activity
## 45  https://mastodon.social/users/SO_UnivRennes/statuses/113521945520021113/activity
## 46  https://mastodon.social/users/SO_UnivRennes/statuses/113521719684779512/activity
## 47                         https://mastodon.social/@SO_UnivRennes/113513815729662926
## 48                         https://mastodon.social/@SO_UnivRennes/113503086363739593
## 49                         https://mastodon.social/@SO_UnivRennes/113491393887453920
## 50  https://mastodon.social/users/SO_UnivRennes/statuses/113486368754700344/activity
## 51  https://mastodon.social/users/SO_UnivRennes/statuses/113486341169375080/activity
## 52  https://mastodon.social/users/SO_UnivRennes/statuses/113480759344538283/activity
## 53                         https://mastodon.social/@SO_UnivRennes/113480452994075547
## 54  https://mastodon.social/users/SO_UnivRennes/statuses/113476553971783617/activity
## 55  https://mastodon.social/users/SO_UnivRennes/statuses/113469654369975288/activity
## 56  https://mastodon.social/users/SO_UnivRennes/statuses/113463659896022118/activity
## 57  https://mastodon.social/users/SO_UnivRennes/statuses/113448025579168740/activity
## 58  https://mastodon.social/users/SO_UnivRennes/statuses/113448016802383111/activity
## 59                         https://mastodon.social/@SO_UnivRennes/113448008832564309
## 60                         https://mastodon.social/@SO_UnivRennes/113447156313305193
## 61  https://mastodon.social/users/SO_UnivRennes/statuses/113441152441938703/activity
## 62  https://mastodon.social/users/SO_UnivRennes/statuses/113441139208173153/activity
## 63  https://mastodon.social/users/SO_UnivRennes/statuses/113435134781697905/activity
## 64                         https://mastodon.social/@SO_UnivRennes/113435099305175362
## 65  https://mastodon.social/users/SO_UnivRennes/statuses/113431165623798338/activity
## 66  https://mastodon.social/users/SO_UnivRennes/statuses/113429622495546065/activity
## 67  https://mastodon.social/users/SO_UnivRennes/statuses/113367694840446266/activity
## 68                         https://mastodon.social/@SO_UnivRennes/113357253588707315
## 69  https://mastodon.social/users/SO_UnivRennes/statuses/113357092836938735/activity
## 70  https://mastodon.social/users/SO_UnivRennes/statuses/113357082742019108/activity
## 71                         https://mastodon.social/@SO_UnivRennes/113333003444142052
## 72                         https://mastodon.social/@SO_UnivRennes/113328643673840125
## 73  https://mastodon.social/users/SO_UnivRennes/statuses/113327210360167592/activity
## 74                         https://mastodon.social/@SO_UnivRennes/113327199810487221
## 75  https://mastodon.social/users/SO_UnivRennes/statuses/113317557380242345/activity
## 76                         https://mastodon.social/@SO_UnivRennes/113317265810966955
## 77  https://mastodon.social/users/SO_UnivRennes/statuses/113315841354962547/activity
## 78                         https://mastodon.social/@SO_UnivRennes/113310331048598432
## 79                         https://mastodon.social/@SO_UnivRennes/113310299399056504
## 80  https://mastodon.social/users/SO_UnivRennes/statuses/113305104029695744/activity
## 81                         https://mastodon.social/@SO_UnivRennes/113283075929483266
## 82  https://mastodon.social/users/SO_UnivRennes/statuses/113282996134944641/activity
## 83  https://mastodon.social/users/SO_UnivRennes/statuses/113276221003531461/activity
## 84  https://mastodon.social/users/SO_UnivRennes/statuses/113271775796085842/activity
## 85                         https://mastodon.social/@SO_UnivRennes/113271561934802113
## 86  https://mastodon.social/users/SO_UnivRennes/statuses/113266025902273681/activity
## 87  https://mastodon.social/users/SO_UnivRennes/statuses/113249877614382007/activity
## 88                         https://mastodon.social/@SO_UnivRennes/113249575874534761
## 89  https://mastodon.social/users/SO_UnivRennes/statuses/113244235848624118/activity
## 90                         https://mastodon.social/@SO_UnivRennes/113243742131015213
## 91  https://mastodon.social/users/SO_UnivRennes/statuses/113243691308700108/activity
## 92  https://mastodon.social/users/SO_UnivRennes/statuses/113243673735492634/activity
## 93                         https://mastodon.social/@SO_UnivRennes/113232757745911676
## 94                         https://mastodon.social/@SO_UnivRennes/113227141890753982
## 95  https://mastodon.social/users/SO_UnivRennes/statuses/113210011248376299/activity
## 96                         https://mastodon.social/@SO_UnivRennes/113209077754741131
## 97  https://mastodon.social/users/SO_UnivRennes/statuses/113208974916518031/activity
## 98  https://mastodon.social/users/SO_UnivRennes/statuses/113208970751455579/activity
## 99  https://mastodon.social/users/SO_UnivRennes/statuses/113208967305033935/activity
## 100 https://mastodon.social/users/SO_UnivRennes/statuses/113203899868655948/activity
## 101                        https://mastodon.social/@SO_UnivRennes/113203896813306394
## 102 https://mastodon.social/users/SO_UnivRennes/statuses/113202712021928992/activity
## 103 https://mastodon.social/users/SO_UnivRennes/statuses/113202706267750131/activity
## 104 https://mastodon.social/users/SO_UnivRennes/statuses/113198289847624515/activity
## 105 https://mastodon.social/users/SO_UnivRennes/statuses/113198288042577955/activity
## 106                        https://mastodon.social/@SO_UnivRennes/113197100730388890
## 107                        https://mastodon.social/@SO_UnivRennes/113192839513511537
## 108 https://mastodon.social/users/SO_UnivRennes/statuses/113186707714714621/activity
## 109 https://mastodon.social/users/SO_UnivRennes/statuses/113186701074198673/activity
## 110 https://mastodon.social/users/SO_UnivRennes/statuses/113186598593492908/activity
## 111                        https://mastodon.social/@SO_UnivRennes/113170208970588407
## 112 https://mastodon.social/users/SO_UnivRennes/statuses/113163402202516000/activity
## 113 https://mastodon.social/users/SO_UnivRennes/statuses/113163359412048995/activity
## 114 https://mastodon.social/users/SO_UnivRennes/statuses/113163345323254410/activity
## 115 https://mastodon.social/users/SO_UnivRennes/statuses/113158570544280158/activity
## 116                        https://mastodon.social/@SO_UnivRennes/113158565257338138
## 117 https://mastodon.social/users/SO_UnivRennes/statuses/113158440874637917/activity
## 118 https://mastodon.social/users/SO_UnivRennes/statuses/113158053389983607/activity
## 119                        https://mastodon.social/@SO_UnivRennes/113152807177094877
## 120 https://mastodon.social/users/SO_UnivRennes/statuses/113152783016528949/activity
## 121                        https://mastodon.social/@SO_UnivRennes/113152021706163233
## 122 https://mastodon.social/users/SO_UnivRennes/statuses/113147684847147038/activity
## 123                        https://mastodon.social/@SO_UnivRennes/113147538943617535
## 124 https://mastodon.social/users/SO_UnivRennes/statuses/113147532010824681/activity
## 125                        https://mastodon.social/@SO_UnivRennes/113147523559846135
## 126                        https://mastodon.social/@SO_UnivRennes/113147509265405636
## 127                        https://mastodon.social/@SO_UnivRennes/113147496746544101
## 128 https://mastodon.social/users/SO_UnivRennes/statuses/113147404545241366/activity
## 129 https://mastodon.social/users/SO_UnivRennes/statuses/113147403617438614/activity
## 130 https://mastodon.social/users/SO_UnivRennes/statuses/113147402344219478/activity
## 131                        https://mastodon.social/@SO_UnivRennes/113147147088977840
## 132 https://mastodon.social/users/SO_UnivRennes/statuses/113146119655846446/activity
## 133 https://mastodon.social/users/SO_UnivRennes/statuses/113128581590959240/activity
## 134                        https://mastodon.social/@SO_UnivRennes/113128567650537206
## 135                        https://mastodon.social/@SO_UnivRennes/113125244573072731
## 136 https://mastodon.social/users/SO_UnivRennes/statuses/113125202137766816/activity
## 137 https://mastodon.social/users/SO_UnivRennes/statuses/113123448003148296/activity
## 138 https://mastodon.social/users/SO_UnivRennes/statuses/113119137710031544/activity
## 139                        https://mastodon.social/@SO_UnivRennes/113118035239927980
## 140                        https://mastodon.social/@SO_UnivRennes/113118012793872761
## 141 https://mastodon.social/users/SO_UnivRennes/statuses/113112461889310534/activity
## 142 https://mastodon.social/users/SO_UnivRennes/statuses/113112459561543007/activity
## 143 https://mastodon.social/users/SO_UnivRennes/statuses/113107937020821154/activity
## 144                        https://mastodon.social/@SO_UnivRennes/113107811398943329
## 145 https://mastodon.social/users/SO_UnivRennes/statuses/113107802589264147/activity
## 146 https://mastodon.social/users/SO_UnivRennes/statuses/113106361338149135/activity
## 147 https://mastodon.social/users/SO_UnivRennes/statuses/113090232013333792/activity
## 148                        https://mastodon.social/@SO_UnivRennes/113083904445570168
## 149 https://mastodon.social/users/SO_UnivRennes/statuses/113083840841584616/activity
## 150 https://mastodon.social/users/SO_UnivRennes/statuses/113083779794404855/activity
## 151                        https://mastodon.social/@SO_UnivRennes/113079725788968820
## 152 https://mastodon.social/users/SO_UnivRennes/statuses/113078678263531217/activity
## 153 https://mastodon.social/users/SO_UnivRennes/statuses/113078081809283054/activity
## 154 https://mastodon.social/users/SO_UnivRennes/statuses/113072834841293201/activity
## 155                        https://mastodon.social/@SO_UnivRennes/113068077695457173
## 156 https://mastodon.social/users/SO_UnivRennes/statuses/113045916764579070/activity
## 157                        https://mastodon.social/@SO_UnivRennes/113045849338016607
## 158                        https://mastodon.social/@SO_UnivRennes/113040251862329694
## 159 https://mastodon.social/users/SO_UnivRennes/statuses/113033382897080761/activity
## 160 https://mastodon.social/users/SO_UnivRennes/statuses/113011302349768762/activity
## 161 https://mastodon.social/users/SO_UnivRennes/statuses/113004700623713463/activity
## 162 https://mastodon.social/users/SO_UnivRennes/statuses/112994177786175830/activity
## 163 https://mastodon.social/users/SO_UnivRennes/statuses/112988074916107048/activity
## 164                        https://mastodon.social/@SO_UnivRennes/112988027977192166
## 165 https://mastodon.social/users/SO_UnivRennes/statuses/112988010488035437/activity
## 166                        https://mastodon.social/@SO_UnivRennes/112987994310668964
## 167                        https://mastodon.social/@SO_UnivRennes/112813693818652374
## 168 https://mastodon.social/users/SO_UnivRennes/statuses/112807013655239346/activity
## 169 https://mastodon.social/users/SO_UnivRennes/statuses/112806998889231875/activity
## 170 https://mastodon.social/users/SO_UnivRennes/statuses/112794963517800515/activity
## 171 https://mastodon.social/users/SO_UnivRennes/statuses/112790826990062370/activity
## 172 https://mastodon.social/users/SO_UnivRennes/statuses/112790615641249333/activity
## 173                        https://mastodon.social/@SO_UnivRennes/112790324900506132
## 174                        https://mastodon.social/@SO_UnivRennes/112768300805342784
## 175                        https://mastodon.social/@SO_UnivRennes/112766600907344800
## 176 https://mastodon.social/users/SO_UnivRennes/statuses/112749604425784197/activity
## 177 https://mastodon.social/users/SO_UnivRennes/statuses/112722696725404863/activity
## 178 https://mastodon.social/users/SO_UnivRennes/statuses/112722694961717145/activity
## 179 https://mastodon.social/users/SO_UnivRennes/statuses/112722693085025310/activity
## 180                        https://mastodon.social/@SO_UnivRennes/112721686804803562
## 181                        https://mastodon.social/@SO_UnivRennes/112721382103253575
## 182 https://mastodon.social/users/SO_UnivRennes/statuses/112717560451123496/activity
## 183 https://mastodon.social/users/SO_UnivRennes/statuses/112716862343114346/activity
## 184 https://mastodon.social/users/SO_UnivRennes/statuses/112716858037409114/activity
## 185                        https://mastodon.social/@SO_UnivRennes/112712765033751279
## 186                        https://mastodon.social/@SO_UnivRennes/112712033562723660
## 187                        https://mastodon.social/@SO_UnivRennes/112711964332375656
## 188                        https://mastodon.social/@SO_UnivRennes/112711703507772526
## 189 https://mastodon.social/users/SO_UnivRennes/statuses/112711680769471025/activity
## 190 https://mastodon.social/users/SO_UnivRennes/statuses/112711225257678729/activity
## 191                        https://mastodon.social/@SO_UnivRennes/112689447937775277
## 192 https://mastodon.social/users/SO_UnivRennes/statuses/112689328291309830/activity
## 193 https://mastodon.social/users/SO_UnivRennes/statuses/112689225518989346/activity
## 194 https://mastodon.social/users/SO_UnivRennes/statuses/112681954665306476/activity
## 195 https://mastodon.social/users/SO_UnivRennes/statuses/112681943710067531/activity
## 196 https://mastodon.social/users/SO_UnivRennes/statuses/112676539582684654/activity
## 197                        https://mastodon.social/@SO_UnivRennes/112671373602474580
## 198                        https://mastodon.social/@SO_UnivRennes/112654944770591882
## 199 https://mastodon.social/users/SO_UnivRennes/statuses/112653646835417437/activity
## 200                        https://mastodon.social/@SO_UnivRennes/112653607244218610
## 201 https://mastodon.social/users/SO_UnivRennes/statuses/112649160314065970/activity
## 202 https://mastodon.social/users/SO_UnivRennes/statuses/112643235045114811/activity
## 203 https://mastodon.social/users/SO_UnivRennes/statuses/112643193801557979/activity
## 204                        https://mastodon.social/@SO_UnivRennes/112632588028711335
## 205                        https://mastodon.social/@SO_UnivRennes/112631183917304588
## 206 https://mastodon.social/users/SO_UnivRennes/statuses/112631119988231791/activity
## 207 https://mastodon.social/users/SO_UnivRennes/statuses/112630703946117598/activity
## 208 https://mastodon.social/users/SO_UnivRennes/statuses/112614331666471728/activity
## 209 https://mastodon.social/users/SO_UnivRennes/statuses/112603809827638783/activity
## 210 https://mastodon.social/users/SO_UnivRennes/statuses/112603807481575054/activity
## 211                        https://mastodon.social/@SO_UnivRennes/112603536987410037
## 212 https://mastodon.social/users/SO_UnivRennes/statuses/112603495498715153/activity
## 213 https://mastodon.social/users/SO_UnivRennes/statuses/112597375599490595/activity
## 214 https://mastodon.social/users/SO_UnivRennes/statuses/112596764834010791/activity
## 215                        https://mastodon.social/@SO_UnivRennes/112591266235417128
## 216 https://mastodon.social/users/SO_UnivRennes/statuses/112591237936412576/activity
## 217 https://mastodon.social/users/SO_UnivRennes/statuses/112591235798516420/activity
## 218 https://mastodon.social/users/SO_UnivRennes/statuses/112575596038277506/activity
## 219                        https://mastodon.social/@SO_UnivRennes/112575372358895653
## 220 https://mastodon.social/users/SO_UnivRennes/statuses/112574494949718571/activity
## 221 https://mastodon.social/users/SO_UnivRennes/statuses/112574305816090808/activity
## 222 https://mastodon.social/users/SO_UnivRennes/statuses/112574301989207980/activity
## 223 https://mastodon.social/users/SO_UnivRennes/statuses/112568648091115284/activity
## 224 https://mastodon.social/users/SO_UnivRennes/statuses/112563590050839711/activity
## 225 https://mastodon.social/users/SO_UnivRennes/statuses/112563343861565476/activity
## 226 https://mastodon.social/users/SO_UnivRennes/statuses/112563338358163764/activity
## 227 https://mastodon.social/users/SO_UnivRennes/statuses/112563333091136682/activity
## 228 https://mastodon.social/users/SO_UnivRennes/statuses/112562551573633685/activity
## 229 https://mastodon.social/users/SO_UnivRennes/statuses/112552421787204517/activity
## 230 https://mastodon.social/users/SO_UnivRennes/statuses/112552038921491809/activity
## 231                        https://mastodon.social/@SO_UnivRennes/112531143994725497
## 232                        https://mastodon.social/@SO_UnivRennes/112530683554874343
## 233 https://mastodon.social/users/SO_UnivRennes/statuses/112530591782773778/activity
## 234 https://mastodon.social/users/SO_UnivRennes/statuses/112530156172421282/activity
## 235                        https://mastodon.social/@SO_UnivRennes/112529022109415350
## 236 https://mastodon.social/users/SO_UnivRennes/statuses/112528953791852016/activity
## 237 https://mastodon.social/users/SO_UnivRennes/statuses/112524374629386717/activity
## 238 https://mastodon.social/users/SO_UnivRennes/statuses/112524373726999362/activity
## 239                        https://mastodon.social/@SO_UnivRennes/112523130138105376
## 240 https://mastodon.social/users/SO_UnivRennes/statuses/112519085936126326/activity
## 241                        https://mastodon.social/@SO_UnivRennes/112517504906005998
## 242 https://mastodon.social/users/SO_UnivRennes/statuses/112517471229539802/activity
## 243 https://mastodon.social/users/SO_UnivRennes/statuses/112517465087844168/activity
## 244 https://mastodon.social/users/SO_UnivRennes/statuses/112517454636018770/activity
## 245                        https://mastodon.social/@SO_UnivRennes/112512811157507032
## 246 https://mastodon.social/users/SO_UnivRennes/statuses/112512709342285755/activity
## 247                        https://mastodon.social/@SO_UnivRennes/112495407505632002
## 248                        https://mastodon.social/@SO_UnivRennes/112489813161103804
## 249 https://mastodon.social/users/SO_UnivRennes/statuses/112489253632003703/activity
## 250                        https://mastodon.social/@SO_UnivRennes/112484645228991125
## 251 https://mastodon.social/users/SO_UnivRennes/statuses/112483694103764949/activity
## 252 https://mastodon.social/users/SO_UnivRennes/statuses/112483689710692238/activity
## 253 https://mastodon.social/users/SO_UnivRennes/statuses/112478159341933784/activity
## 254                        https://mastodon.social/@SO_UnivRennes/112478154082253056
## 255                        https://mastodon.social/@SO_UnivRennes/112478032489690773
## 256                        https://mastodon.social/@SO_UnivRennes/112472838872724586
## 257                        https://mastodon.social/@SO_UnivRennes/112457059424236868
## 258                        https://mastodon.social/@SO_UnivRennes/112457053986936294
## 259                        https://mastodon.social/@SO_UnivRennes/112455951402110501
## 260                        https://mastodon.social/@SO_UnivRennes/112455743136159693
## 261                        https://mastodon.social/@SO_UnivRennes/112455724358886954
## 262 https://mastodon.social/users/SO_UnivRennes/statuses/112455527739038755/activity
## 263                        https://mastodon.social/@SO_UnivRennes/112451326070297874
## 264                        https://mastodon.social/@SO_UnivRennes/112444653192897072
## 265 https://mastodon.social/users/SO_UnivRennes/statuses/112444510803833297/activity
## 266                        https://mastodon.social/@SO_UnivRennes/112444306605559990
## 267 https://mastodon.social/users/SO_UnivRennes/statuses/112444146698640371/activity
## 268 https://mastodon.social/users/SO_UnivRennes/statuses/112444133812494690/activity
## 269                        https://mastodon.social/@SO_UnivRennes/112439874236878132
## 270 https://mastodon.social/users/SO_UnivRennes/statuses/112439831156817939/activity
## 271 https://mastodon.social/users/SO_UnivRennes/statuses/112434223226369915/activity
## 272 https://mastodon.social/users/SO_UnivRennes/statuses/112433504744690745/activity
## 273                        https://mastodon.social/@SO_UnivRennes/112433079863732873
## 274                        https://mastodon.social/@SO_UnivRennes/112433044326902722
## 275 https://mastodon.social/users/SO_UnivRennes/statuses/112399889807025411/activity
## 276                        https://mastodon.social/@SO_UnivRennes/112399270057633593
## 277 https://mastodon.social/users/SO_UnivRennes/statuses/112398928562136752/activity
## 278 https://mastodon.social/users/SO_UnivRennes/statuses/112398925027884586/activity
## 279 https://mastodon.social/users/SO_UnivRennes/statuses/112398924266964116/activity
## 280 https://mastodon.social/users/SO_UnivRennes/statuses/112398923244987320/activity
## 281                        https://mastodon.social/@SO_UnivRennes/112392754126308678
## 282                        https://mastodon.social/@SO_UnivRennes/112381373986991297
## 283 https://mastodon.social/users/SO_UnivRennes/statuses/112372049392527400/activity
## 284 https://mastodon.social/users/SO_UnivRennes/statuses/112371885341014351/activity
## 285 https://mastodon.social/users/SO_UnivRennes/statuses/112370688839227075/activity
## 286                        https://mastodon.social/@SO_UnivRennes/112370582572014191
## 287                        https://mastodon.social/@SO_UnivRennes/112370159485584714
##     in_reply_to_id in_reply_to_account_id language text
## 1     1.138331e+17           4.139500e+05       fr   NA
## 2     1.138330e+17           4.139500e+05       fr   NA
## 3               NA                     NA     <NA>   NA
## 4               NA                     NA       en   NA
## 5               NA                     NA       en   NA
## 6               NA                     NA       en   NA
## 7               NA                     NA     <NA>   NA
## 8               NA                     NA     <NA>   NA
## 9     1.137918e+17           1.125631e+17       fr   NA
## 10    1.137883e+17           1.125631e+17       fr   NA
## 11              NA                     NA       en   NA
## 12              NA                     NA     <NA>   NA
## 13              NA                     NA       en   NA
## 14              NA                     NA       en   NA
## 15              NA                     NA     <NA>   NA
## 16              NA                     NA     <NA>   NA
## 17              NA                     NA     <NA>   NA
## 18              NA                     NA       en   NA
## 19              NA                     NA     <NA>   NA
## 20              NA                     NA     <NA>   NA
## 21              NA                     NA     <NA>   NA
## 22              NA                     NA     <NA>   NA
## 23              NA                     NA     <NA>   NA
## 24              NA                     NA       en   NA
## 25              NA                     NA     <NA>   NA
## 26              NA                     NA       en   NA
## 27              NA                     NA       en   NA
## 28              NA                     NA     <NA>   NA
## 29              NA                     NA       en   NA
## 30              NA                     NA       en   NA
## 31              NA                     NA     <NA>   NA
## 32              NA                     NA       en   NA
## 33              NA                     NA     <NA>   NA
## 34              NA                     NA     <NA>   NA
## 35              NA                     NA     <NA>   NA
## 36              NA                     NA     <NA>   NA
## 37              NA                     NA     <NA>   NA
## 38              NA                     NA       en   NA
## 39              NA                     NA     <NA>   NA
## 40              NA                     NA     <NA>   NA
## 41              NA                     NA       en   NA
## 42    1.135261e+17           1.123701e+17       en   NA
## 43              NA                     NA       en   NA
## 44              NA                     NA     <NA>   NA
## 45              NA                     NA     <NA>   NA
## 46              NA                     NA     <NA>   NA
## 47              NA                     NA       en   NA
## 48              NA                     NA       en   NA
## 49    1.134863e+17           1.099701e+17       fr   NA
## 50              NA                     NA     <NA>   NA
## 51              NA                     NA     <NA>   NA
## 52              NA                     NA     <NA>   NA
## 53              NA                     NA       en   NA
## 54              NA                     NA     <NA>   NA
## 55              NA                     NA     <NA>   NA
## 56              NA                     NA     <NA>   NA
## 57              NA                     NA     <NA>   NA
## 58              NA                     NA     <NA>   NA
## 59              NA                     NA       en   NA
## 60              NA                     NA       en   NA
## 61              NA                     NA     <NA>   NA
## 62              NA                     NA     <NA>   NA
## 63              NA                     NA     <NA>   NA
## 64              NA                     NA       en   NA
## 65              NA                     NA     <NA>   NA
## 66              NA                     NA     <NA>   NA
## 67              NA                     NA     <NA>   NA
## 68              NA                     NA       en   NA
## 69              NA                     NA     <NA>   NA
## 70              NA                     NA     <NA>   NA
## 71    1.133327e+17           1.094448e+17       en   NA
## 72              NA                     NA       en   NA
## 73              NA                     NA     <NA>   NA
## 74              NA                     NA       en   NA
## 75              NA                     NA     <NA>   NA
## 76              NA                     NA       en   NA
## 77              NA                     NA     <NA>   NA
## 78              NA                     NA       en   NA
## 79              NA                     NA       en   NA
## 80              NA                     NA     <NA>   NA
## 81              NA                     NA       en   NA
## 82              NA                     NA     <NA>   NA
## 83              NA                     NA     <NA>   NA
## 84              NA                     NA     <NA>   NA
## 85              NA                     NA       en   NA
## 86              NA                     NA     <NA>   NA
## 87              NA                     NA     <NA>   NA
## 88              NA                     NA       en   NA
## 89              NA                     NA     <NA>   NA
## 90              NA                     NA       en   NA
## 91              NA                     NA     <NA>   NA
## 92              NA                     NA     <NA>   NA
## 93              NA                     NA       en   NA
## 94              NA                     NA       en   NA
## 95              NA                     NA     <NA>   NA
## 96              NA                     NA       en   NA
## 97              NA                     NA     <NA>   NA
## 98              NA                     NA     <NA>   NA
## 99              NA                     NA     <NA>   NA
## 100             NA                     NA     <NA>   NA
## 101             NA                     NA       en   NA
## 102             NA                     NA     <NA>   NA
## 103             NA                     NA     <NA>   NA
## 104             NA                     NA     <NA>   NA
## 105             NA                     NA     <NA>   NA
## 106             NA                     NA       en   NA
## 107   1.131928e+17           3.796400e+04       fr   NA
## 108             NA                     NA     <NA>   NA
## 109             NA                     NA     <NA>   NA
## 110             NA                     NA     <NA>   NA
## 111             NA                     NA       en   NA
## 112             NA                     NA     <NA>   NA
## 113             NA                     NA     <NA>   NA
## 114             NA                     NA     <NA>   NA
## 115             NA                     NA     <NA>   NA
## 116             NA                     NA       en   NA
## 117             NA                     NA     <NA>   NA
## 118             NA                     NA     <NA>   NA
## 119             NA                     NA       en   NA
## 120             NA                     NA     <NA>   NA
## 121   1.131488e+17           1.072026e+17       en   NA
## 122             NA                     NA     <NA>   NA
## 123   1.131460e+17           1.125631e+17       en   NA
## 124             NA                     NA     <NA>   NA
## 125   1.131462e+17           1.095574e+17       fr   NA
## 126   1.131462e+17           1.095574e+17       fr   NA
## 127   1.131462e+17           1.095574e+17       fr   NA
## 128             NA                     NA     <NA>   NA
## 129             NA                     NA     <NA>   NA
## 130             NA                     NA     <NA>   NA
## 131             NA           1.960430e+05       en   NA
## 132             NA                     NA     <NA>   NA
## 133             NA                     NA     <NA>   NA
## 134             NA                     NA       en   NA
## 135   1.131246e+17           1.015792e+06       fr   NA
## 136             NA                     NA     <NA>   NA
## 137             NA                     NA     <NA>   NA
## 138             NA                     NA     <NA>   NA
## 139   1.131180e+17           1.123701e+17       en   NA
## 140             NA                     NA       en   NA
## 141             NA                     NA     <NA>   NA
## 142             NA                     NA     <NA>   NA
## 143             NA                     NA     <NA>   NA
## 144   1.131064e+17           1.015792e+06       fr   NA
## 145             NA                     NA     <NA>   NA
## 146             NA                     NA     <NA>   NA
## 147             NA                     NA     <NA>   NA
## 148             NA                     NA       en   NA
## 149             NA                     NA     <NA>   NA
## 150             NA                     NA     <NA>   NA
## 151             NA                     NA       en   NA
## 152             NA                     NA     <NA>   NA
## 153             NA                     NA     <NA>   NA
## 154             NA                     NA     <NA>   NA
## 155             NA                     NA       en   NA
## 156             NA                     NA     <NA>   NA
## 157             NA                     NA       en   NA
## 158             NA                     NA       en   NA
## 159             NA                     NA     <NA>   NA
## 160             NA                     NA     <NA>   NA
## 161             NA                     NA     <NA>   NA
## 162             NA                     NA     <NA>   NA
## 163             NA                     NA     <NA>   NA
## 164             NA                     NA       en   NA
## 165             NA                     NA     <NA>   NA
## 166             NA                     NA       en   NA
## 167             NA                     NA       en   NA
## 168             NA                     NA     <NA>   NA
## 169             NA                     NA     <NA>   NA
## 170             NA                     NA     <NA>   NA
## 171             NA                     NA     <NA>   NA
## 172             NA                     NA     <NA>   NA
## 173             NA                     NA       en   NA
## 174             NA                     NA       en   NA
## 175             NA                     NA       en   NA
## 176             NA                     NA     <NA>   NA
## 177             NA                     NA     <NA>   NA
## 178             NA                     NA     <NA>   NA
## 179             NA                     NA     <NA>   NA
## 180             NA                     NA       en   NA
## 181             NA                     NA       en   NA
## 182             NA                     NA     <NA>   NA
## 183             NA                     NA     <NA>   NA
## 184             NA                     NA     <NA>   NA
## 185             NA                     NA       en   NA
## 186             NA                     NA       en   NA
## 187   1.126773e+17           1.153680e+06       fr   NA
## 188             NA                     NA       en   NA
## 189             NA                     NA     <NA>   NA
## 190             NA                     NA     <NA>   NA
## 191             NA                     NA       en   NA
## 192             NA                     NA     <NA>   NA
## 193             NA                     NA     <NA>   NA
## 194             NA                     NA     <NA>   NA
## 195             NA                     NA     <NA>   NA
## 196             NA                     NA     <NA>   NA
## 197             NA                     NA       en   NA
## 198             NA                     NA       en   NA
## 199             NA                     NA     <NA>   NA
## 200             NA                     NA       en   NA
## 201             NA                     NA     <NA>   NA
## 202             NA                     NA     <NA>   NA
## 203             NA                     NA     <NA>   NA
## 204             NA                     NA       en   NA
## 205             NA                     NA       en   NA
## 206             NA                     NA     <NA>   NA
## 207             NA                     NA     <NA>   NA
## 208             NA                     NA     <NA>   NA
## 209             NA                     NA     <NA>   NA
## 210             NA                     NA     <NA>   NA
## 211             NA                     NA       en   NA
## 212             NA                     NA     <NA>   NA
## 213             NA                     NA     <NA>   NA
## 214             NA                     NA     <NA>   NA
## 215             NA                     NA       en   NA
## 216             NA                     NA     <NA>   NA
## 217             NA                     NA     <NA>   NA
## 218             NA                     NA     <NA>   NA
## 219             NA                     NA       en   NA
## 220             NA                     NA     <NA>   NA
## 221             NA                     NA     <NA>   NA
## 222             NA                     NA     <NA>   NA
## 223             NA                     NA     <NA>   NA
## 224             NA                     NA     <NA>   NA
## 225             NA                     NA     <NA>   NA
## 226             NA                     NA     <NA>   NA
## 227             NA                     NA     <NA>   NA
## 228             NA                     NA     <NA>   NA
## 229             NA                     NA     <NA>   NA
## 230             NA                     NA     <NA>   NA
## 231             NA                     NA       en   NA
## 232             NA                     NA       en   NA
## 233             NA                     NA     <NA>   NA
## 234             NA                     NA     <NA>   NA
## 235             NA                     NA       en   NA
## 236             NA                     NA     <NA>   NA
## 237             NA                     NA     <NA>   NA
## 238             NA                     NA     <NA>   NA
## 239             NA                     NA       en   NA
## 240             NA                     NA     <NA>   NA
## 241             NA                     NA       en   NA
## 242             NA                     NA     <NA>   NA
## 243             NA                     NA     <NA>   NA
## 244             NA                     NA     <NA>   NA
## 245             NA                     NA       en   NA
## 246             NA                     NA     <NA>   NA
## 247             NA                     NA       en   NA
## 248             NA                     NA       en   NA
## 249             NA                     NA     <NA>   NA
## 250             NA                     NA       en   NA
## 251             NA                     NA     <NA>   NA
## 252             NA                     NA     <NA>   NA
## 253             NA                     NA     <NA>   NA
## 254             NA                     NA       en   NA
## 255             NA                     NA       en   NA
## 256             NA                     NA       en   NA
## 257   1.124571e+17           1.123701e+17       en   NA
## 258             NA                     NA       en   NA
## 259             NA                     NA       en   NA
## 260             NA                     NA       fr   NA
## 261             NA                     NA       fr   NA
## 262             NA                     NA     <NA>   NA
## 263             NA                     NA       en   NA
## 264             NA                     NA       en   NA
## 265             NA                     NA     <NA>   NA
## 266             NA                     NA       en   NA
## 267             NA                     NA     <NA>   NA
## 268             NA                     NA     <NA>   NA
## 269             NA                     NA       en   NA
## 270             NA                     NA     <NA>   NA
## 271             NA                     NA     <NA>   NA
## 272             NA                     NA     <NA>   NA
## 273             NA                     NA       en   NA
## 274             NA                     NA       en   NA
## 275             NA                     NA     <NA>   NA
## 276             NA                     NA       en   NA
## 277             NA                     NA     <NA>   NA
## 278             NA                     NA     <NA>   NA
## 279             NA                     NA     <NA>   NA
## 280             NA                     NA     <NA>   NA
## 281             NA                     NA       en   NA
## 282             NA                     NA       en   NA
## 283             NA                     NA     <NA>   NA
## 284             NA                     NA     <NA>   NA
## 285             NA                     NA     <NA>   NA
## 286             NA                     NA       en   NA
## 287             NA                     NA       en   NA
##                            application
## 1   list(name = "Web", website = NULL)
## 2   list(name = "Web", website = NULL)
## 3                               list()
## 4   list(name = "Web", website = NULL)
## 5   list(name = "Web", website = NULL)
## 6   list(name = "Web", website = NULL)
## 7                               list()
## 8                               list()
## 9   list(name = "Web", website = NULL)
## 10  list(name = "Web", website = NULL)
## 11  list(name = "Web", website = NULL)
## 12                              list()
## 13  list(name = "Web", website = NULL)
## 14  list(name = "Web", website = NULL)
## 15                              list()
## 16                              list()
## 17                              list()
## 18  list(name = "Web", website = NULL)
## 19                              list()
## 20                              list()
## 21                              list()
## 22                              list()
## 23                              list()
## 24  list(name = "Web", website = NULL)
## 25                              list()
## 26  list(name = "Web", website = NULL)
## 27  list(name = "Web", website = NULL)
## 28                              list()
## 29  list(name = "Web", website = NULL)
## 30  list(name = "Web", website = NULL)
## 31                              list()
## 32  list(name = "Web", website = NULL)
## 33                              list()
## 34                              list()
## 35                              list()
## 36                              list()
## 37                              list()
## 38  list(name = "Web", website = NULL)
## 39                              list()
## 40                              list()
## 41  list(name = "Web", website = NULL)
## 42  list(name = "Web", website = NULL)
## 43  list(name = "Web", website = NULL)
## 44                              list()
## 45                              list()
## 46                              list()
## 47  list(name = "Web", website = NULL)
## 48  list(name = "Web", website = NULL)
## 49  list(name = "Web", website = NULL)
## 50                              list()
## 51                              list()
## 52                              list()
## 53  list(name = "Web", website = NULL)
## 54                              list()
## 55                              list()
## 56                              list()
## 57                              list()
## 58                              list()
## 59  list(name = "Web", website = NULL)
## 60  list(name = "Web", website = NULL)
## 61                              list()
## 62                              list()
## 63                              list()
## 64  list(name = "Web", website = NULL)
## 65                              list()
## 66                              list()
## 67                              list()
## 68  list(name = "Web", website = NULL)
## 69                              list()
## 70                              list()
## 71  list(name = "Web", website = NULL)
## 72  list(name = "Web", website = NULL)
## 73                              list()
## 74  list(name = "Web", website = NULL)
## 75                              list()
## 76  list(name = "Web", website = NULL)
## 77                              list()
## 78  list(name = "Web", website = NULL)
## 79  list(name = "Web", website = NULL)
## 80                              list()
## 81  list(name = "Web", website = NULL)
## 82                              list()
## 83                              list()
## 84                              list()
## 85  list(name = "Web", website = NULL)
## 86                              list()
## 87                              list()
## 88  list(name = "Web", website = NULL)
## 89                              list()
## 90  list(name = "Web", website = NULL)
## 91                              list()
## 92                              list()
## 93  list(name = "Web", website = NULL)
## 94  list(name = "Web", website = NULL)
## 95                              list()
## 96  list(name = "Web", website = NULL)
## 97                              list()
## 98                              list()
## 99                              list()
## 100                             list()
## 101 list(name = "Web", website = NULL)
## 102                             list()
## 103                             list()
## 104                             list()
## 105                             list()
## 106 list(name = "Web", website = NULL)
## 107 list(name = "Web", website = NULL)
## 108                             list()
## 109                             list()
## 110                             list()
## 111 list(name = "Web", website = NULL)
## 112                             list()
## 113                             list()
## 114                             list()
## 115                             list()
## 116 list(name = "Web", website = NULL)
## 117                             list()
## 118                             list()
## 119 list(name = "Web", website = NULL)
## 120                             list()
## 121 list(name = "Web", website = NULL)
## 122                             list()
## 123 list(name = "Web", website = NULL)
## 124                             list()
## 125 list(name = "Web", website = NULL)
## 126 list(name = "Web", website = NULL)
## 127 list(name = "Web", website = NULL)
## 128                             list()
## 129                             list()
## 130                             list()
## 131 list(name = "Web", website = NULL)
## 132                             list()
## 133                             list()
## 134 list(name = "Web", website = NULL)
## 135 list(name = "Web", website = NULL)
## 136                             list()
## 137                             list()
## 138                             list()
## 139 list(name = "Web", website = NULL)
## 140 list(name = "Web", website = NULL)
## 141                             list()
## 142                             list()
## 143                             list()
## 144 list(name = "Web", website = NULL)
## 145                             list()
## 146                             list()
## 147                             list()
## 148 list(name = "Web", website = NULL)
## 149                             list()
## 150                             list()
## 151 list(name = "Web", website = NULL)
## 152                             list()
## 153                             list()
## 154                             list()
## 155 list(name = "Web", website = NULL)
## 156                             list()
## 157 list(name = "Web", website = NULL)
## 158 list(name = "Web", website = NULL)
## 159                             list()
## 160                             list()
## 161                             list()
## 162                             list()
## 163                             list()
## 164 list(name = "Web", website = NULL)
## 165                             list()
## 166 list(name = "Web", website = NULL)
## 167 list(name = "Web", website = NULL)
## 168                             list()
## 169                             list()
## 170                             list()
## 171                             list()
## 172                             list()
## 173 list(name = "Web", website = NULL)
## 174 list(name = "Web", website = NULL)
## 175 list(name = "Web", website = NULL)
## 176                             list()
## 177                             list()
## 178                             list()
## 179                             list()
## 180 list(name = "Web", website = NULL)
## 181 list(name = "Web", website = NULL)
## 182                             list()
## 183                             list()
## 184                             list()
## 185 list(name = "Web", website = NULL)
## 186 list(name = "Web", website = NULL)
## 187 list(name = "Web", website = NULL)
## 188 list(name = "Web", website = NULL)
## 189                             list()
## 190                             list()
## 191 list(name = "Web", website = NULL)
## 192                             list()
## 193                             list()
## 194                             list()
## 195                             list()
## 196                             list()
## 197 list(name = "Web", website = NULL)
## 198 list(name = "Web", website = NULL)
## 199                             list()
## 200 list(name = "Web", website = NULL)
## 201                             list()
## 202                             list()
## 203                             list()
## 204 list(name = "Web", website = NULL)
## 205 list(name = "Web", website = NULL)
## 206                             list()
## 207                             list()
## 208                             list()
## 209                             list()
## 210                             list()
## 211 list(name = "Web", website = NULL)
## 212                             list()
## 213                             list()
## 214                             list()
## 215 list(name = "Web", website = NULL)
## 216                             list()
## 217                             list()
## 218                             list()
## 219 list(name = "Web", website = NULL)
## 220                             list()
## 221                             list()
## 222                             list()
## 223                             list()
## 224                             list()
## 225                             list()
## 226                             list()
## 227                             list()
## 228                             list()
## 229                             list()
## 230                             list()
## 231 list(name = "Web", website = NULL)
## 232 list(name = "Web", website = NULL)
## 233                             list()
## 234                             list()
## 235 list(name = "Web", website = NULL)
## 236                             list()
## 237                             list()
## 238                             list()
## 239 list(name = "Web", website = NULL)
## 240                             list()
## 241 list(name = "Web", website = NULL)
## 242                             list()
## 243                             list()
## 244                             list()
## 245 list(name = "Web", website = NULL)
## 246                             list()
## 247 list(name = "Web", website = NULL)
## 248 list(name = "Web", website = NULL)
## 249                             list()
## 250 list(name = "Web", website = NULL)
## 251                             list()
## 252                             list()
## 253                             list()
## 254 list(name = "Web", website = NULL)
## 255 list(name = "Web", website = NULL)
## 256 list(name = "Web", website = NULL)
## 257 list(name = "Web", website = NULL)
## 258 list(name = "Web", website = NULL)
## 259 list(name = "Web", website = NULL)
## 260 list(name = "Web", website = NULL)
## 261 list(name = "Web", website = NULL)
## 262                             list()
## 263 list(name = "Web", website = NULL)
## 264 list(name = "Web", website = NULL)
## 265                             list()
## 266 list(name = "Web", website = NULL)
## 267                             list()
## 268                             list()
## 269 list(name = "Web", website = NULL)
## 270                             list()
## 271                             list()
## 272                             list()
## 273 list(name = "Web", website = NULL)
## 274 list(name = "Web", website = NULL)
## 275                             list()
## 276 list(name = "Web", website = NULL)
## 277                             list()
## 278                             list()
## 279                             list()
## 280                             list()
## 281 list(name = "Web", website = NULL)
## 282 list(name = "Web", website = NULL)
## 283                             list()
## 284                             list()
## 285                             list()
## 286 list(name = "Web", website = NULL)
## 287 list(name = "Web", website = NULL)
##                                                                                                                                                                                                                                                                                                                                                                                                     poll
## 1                                                                                                                                                                                                                                                                                                                                                                                                 list()
## 2                                                                                                                                                                                                                                                                                                                                                                                                 list()
## 3                                                                                                                                                                                                                                                                                                                                                                                                 list()
## 4                                                                                                                                                                                                                                                                                                                                                                                                 list()
## 5                                                                                                                                                                                                                                                                                                                                                                                                 list()
## 6                                                                                                                                                                                                                                                                                                                                                                                                 list()
## 7                                                                                                                                                                                                                                                                                                                                                                                                 list()
## 8                                                                                                                                                                                                                                                                                                                                                                                                 list()
## 9                                                                                                                                                                                                                                                                                                                                                                                                 list()
## 10                                                                                                                                                                                                                                                                                                                                                                                                list()
## 11                                                                                                                                                                                                                                                                                                                                                                                                list()
## 12                                                                                                                                                                                                                                                                                                                                                                                                list()
## 13                                                                                                                                                                                                                                                                                                                                                                                                list()
## 14                                                                                                                                                                                                                                                                                                                                                                                                list()
## 15                                                                                                                                                                                                                                                                                                                                                                                                list()
## 16                                                                                                                                                                                                                                                                                                                                                                                                list()
## 17                                                                                                                                                                                                                                                                                                                                                                                                list()
## 18                                                                                                                                                                                                                                                                                                                                                                                                list()
## 19                                                                                                                                                                                                                                                                                                                                                                                                list()
## 20                                                                                                                                                                                                                                                                                                                                                                                                list()
## 21                                                                                                                                                                                                                                                                                                                                                                                                list()
## 22                                                                                                                                                                                                                                                                                                                                                                                                list()
## 23                                                                                                                                                                                                                                                                                                                                                                                                list()
## 24                                                                                                                                                                                                                                                                                                                                                                                                list()
## 25                                                                                                                                                                                                                                                                                                                                                                                                list()
## 26                                                                                                                                                                                                                                                                                                                                                                                                list()
## 27                                                                                                                                                                                                                                                                                                                                                                                                list()
## 28                                                                                                                                                                                                                                                                                                                                                                                                list()
## 29                                                                                                                                                                                                                                                                                                                                                                                                list()
## 30                                                                                                                                                                                                                                                                                                                                                                                                list()
## 31                                                                                                                                                                                                                                                                                                                                                                                                list()
## 32                                                                                                                                                                                                                                                                                                                                                                                                list()
## 33                                                                                                                                                                                                                                                                                                                                                                                                list()
## 34                                                                                                                                                                                                                                                                                                                                                                                                list()
## 35                                                                                                                                                                                                                                                                                                                                                                                                list()
## 36                                                                                                                                                                                                                                                                                                                                                                                                list()
## 37                                                                                                                                                                                                                                                                                                                                                                                                list()
## 38                                                                                                                                                                                                                                                                                                                                                                                                list()
## 39                                                                                                                                                                                                                                                                                                                                                                                                list()
## 40                                                                                                                                                                                                                                                                                                                                                                                                list()
## 41                                                                                                                                                                                                                                                                                                                                                                                                list()
## 42                                                                                                                                                                                                                                                                                                                                                                                                list()
## 43                                                                                                                                                                                                                                                                                                                                                                                                list()
## 44                                                                                                                                                                                                                                                                                                                                                                                                list()
## 45                                                                                                                                                                                                                                                                                                                                                                                                list()
## 46                                                                                                                                                                                                                                                                                                                                                                                                list()
## 47                                                                                                                                                                                                                                                                                                                                                                                                list()
## 48                                                                                                                                                                                                                                                                                                                                                                                                list()
## 49                                                                                                                                                                                                                                                                                                                                                                                                list()
## 50                                                                                                                                                                                                                                                                                                                                                                                                list()
## 51                                                                                                                                                                                                                                                                                                                                                                                                list()
## 52                                                                                                                                                                                                                                                                                                                                                                                                list()
## 53                                                                                                                                                                                                                                                                                                                                                                                                list()
## 54                                                                                                                                                                                                                                                                                                                                                                                                list()
## 55                                                                                                                                                                                                                                                                                                                                                                                                list()
## 56                                                                                                                                                                                                                                                                                                                                                                                                list()
## 57                                                                                                                                                                                                                                                                                                                                                                                                list()
## 58                                                                                                                                                                                                                                                                                                                                                                                                list()
## 59                                                                                                                                                                                                                                                                                                                                                                                                list()
## 60                                                                                                                                                                                                                                                                                                                                                                                                list()
## 61                                                                                                                                                                                                                                                                                                                                                                                                list()
## 62                                                                                                                                                                                                                                                                                                                                                                                                list()
## 63                                                                                                                                                                                                                                                                                                                                                                                                list()
## 64                                                                                                                                                                                                                                                                                                                                                                                                list()
## 65                                                                                                                                                                                                                                                                                                                                                                                                list()
## 66                                                                                                                                                                                                                                                                                                                                                                                                list()
## 67                                                                                                                                                                                                                                                                                                                                                                                                list()
## 68                                                                                                                                                                                                                                                                                                                                                                                                list()
## 69                                                                                                                                                                                                                                                                                                                                                                                                list()
## 70                                                                                                                                                                                                                                                                                                                                                                                                list()
## 71                                                                                                                                                                                                                                                                                                                                                                                                list()
## 72                                                                                                                                                                                                                                                                                                                                                                                                list()
## 73                                                                                                                                                                                                                                                                                                                                                                                                list()
## 74                                                                                                                                                                                                                                                                                                                                                                                                list()
## 75                                                                                                                                                                                                                                                                                                                                                                                                list()
## 76                                                                                                                                                                                                                                                                                                                                                                                                list()
## 77                                                                                                                                                                                                                                                                                                                                                                                                list()
## 78                                                                                                                                                                                                                                                                                                                                                                                                list()
## 79                                                                                                                                                                                                                                                                                                                                                                                                list()
## 80                                                                                                                                                                                                                                                                                                                                                                                                list()
## 81                                                                                                                                                                                                                                                                                                                                                                                                list()
## 82                                                                                                                                                                                                                                                                                                                                                                                                list()
## 83                                                                                                                                                                                                                                                                                                                                                                                                list()
## 84                                                                                                                                                                                                                                                                                                                                                                                                list()
## 85                                                                                                                                                                                                                                                                                                                                                                                                list()
## 86                                                                                                                                                                                                                                                                                                                                                                                                list()
## 87                                                                                                                                                                                                                                                                                                                                                                                                list()
## 88                                                                                                                                                                                                                                                                                                                                                                                                list()
## 89                                                                                                                                                                                                                                                                                                                                                                                                list()
## 90                                                                                                                                                                                                                                                                                                                                                                                                list()
## 91                                                                                                                                                                                                                                                                                                                                                                                                list()
## 92                                                                                                                                                                                                                                                                                                                                                                                                list()
## 93                                                                                                                                                                                                                                                                                                                                                                                                list()
## 94                                                                                                                                                                                                                                                                                                                                                                                                list()
## 95                                                                                                                                                                                                                                                                                                                                                                                                list()
## 96                                                                                                                                                                                                                                                                                                                                                                                                list()
## 97                                                                                                                                                                                                                                                                                                                                                                                                list()
## 98                                                                                                                                                                                                                                                                                                                                                                                                list()
## 99                                                                                                                                                                                                                                                                                                                                                                                                list()
## 100                                                                                                                                                                                                                                                                                                                                                                                               list()
## 101                                                                                                                                                                                                                                                                                                                                                                                               list()
## 102                                                                                                                                                                                                                                                                                                                                                                                               list()
## 103                                                                                                                                                                                                                                                                                                                                                                                               list()
## 104                                                                                                                                                                                                                                                                                                                                                                                               list()
## 105                                                                                                                                                                                                                                                                                                                                                                                               list()
## 106                                                                                                                                                                                                                                                                                                                                                                                               list()
## 107                                                                                                                                                                                                                                                                                                                                                                                               list()
## 108                                                                                                                                                                                                                                                                                                                                                                                               list()
## 109                                                                                                                                                                                                                                                                                                                                                                                               list()
## 110                                                                                                                                                                                                                                                                                                                                                                                               list()
## 111                                                                                                                                                                                                                                                                                                                                                                                               list()
## 112                                                                                                                                                                                                                                                                                                                                                                                               list()
## 113                                                                                                                                                                                                                                                                                                                                                                                               list()
## 114                                                                                                                                                                                                                                                                                                                                                                                               list()
## 115                                                                                                                                                                                                                                                                                                                                                                                               list()
## 116                                                                                                                                                                                                                                                                                                                                                                                               list()
## 117                                                                                                                                                                                                                                                                                                                                                                                               list()
## 118                                                                                                                                                                                                                                                                                                                                                                                               list()
## 119 list(id = "1007730", expires_at = list(sec = 20.41, min = 8, hour = 12, mday = 20, mon = 8, year = 124, wday = 5, yday = 263, isdst = 0, zone = "UTC", gmtoff = 0), expired = TRUE, multiple = FALSE, votes_count = 1, voters_count = 1, voted = TRUE, own_votes = list(list()), options = list(list(title = c("FAIR-Checker", "F-UJI", "Foops"), votes_count = c(1, 0, 0))), emojis = list(list()))
## 120                                                                                                                                                                                                                                                                                                                                                                                               list()
## 121                                                                                                                                                                                                                                                                                                                                                                                               list()
## 122                                                                                                                                                                                                                                                                                                                                                                                               list()
## 123                                                                                                                                                                                                                                                                                                                                                                                               list()
## 124                                                                                                                                                                                                                                                                                                                                                                                               list()
## 125                                                                                                                                                                                                                                                                                                                                                                                               list()
## 126                                                                                                                                                                                                                                                                                                                                                                                               list()
## 127                                                                                                                                                                                                                                                                                                                                                                                               list()
## 128                                                                                                                                                                                                                                                                                                                                                                                               list()
## 129                                                                                                                                                                                                                                                                                                                                                                                               list()
## 130                                                                                                                                                                                                                                                                                                                                                                                               list()
## 131                                                                                                                                                                                                                                                                                                                                                                                               list()
## 132                                                                                                                                                                                                                                                                                                                                                                                               list()
## 133                                                                                                                                                                                                                                                                                                                                                                                               list()
## 134                                                                                                                                                                                                                                                                                                                                                                                               list()
## 135                                                                                                                                                                                                                                                                                                                                                                                               list()
## 136                                                                                                                                                                                                                                                                                                                                                                                               list()
## 137                                                                                                                                                                                                                                                                                                                                                                                               list()
## 138                                                                                                                                                                                                                                                                                                                                                                                               list()
## 139                                                                                                                                                                                                                                                                                                                                                                                               list()
## 140                                                                                                                                                                                                                                                                                                                                                                                               list()
## 141                                                                                                                                                                                                                                                                                                                                                                                               list()
## 142                                                                                                                                                                                                                                                                                                                                                                                               list()
## 143                                                                                                                                                                                                                                                                                                                                                                                               list()
## 144                                                                                                                                                                                                                                                                                                                                                                                               list()
## 145                                                                                                                                                                                                                                                                                                                                                                                               list()
## 146                                                                                                                                                                                                                                                                                                                                                                                               list()
## 147                                                                                                                                                                                                                                                                                                                                                                                               list()
## 148                                                                                                                                                                                                                                                                                                                                                                                               list()
## 149                                                                                                                                                                                                                                                                                                                                                                                               list()
## 150                                                                                                                                                                                                                                                                                                                                                                                               list()
## 151                                                                                                                                                                                                                                                                                                                                                                                               list()
## 152                                                                                                                                                                                                                                                                                                                                                                                               list()
## 153                                                                                                                                                                                                                                                                                                                                                                                               list()
## 154                                                                                                                                                                                                                                                                                                                                                                                               list()
## 155                                                                                                                                                                                                                                                                                                                                                                                               list()
## 156                                                                                                                                                                                                                                                                                                                                                                                               list()
## 157                                                                                                                                                                                                                                                                                                                                                                                               list()
## 158                                                                                                                                                                                                                                                                                                                                                                                               list()
## 159                                                                                                                                                                                                                                                                                                                                                                                               list()
## 160                                                                                                                                                                                                                                                                                                                                                                                               list()
## 161                                                                                                                                                                                                                                                                                                                                                                                               list()
## 162                                                                                                                                                                                                                                                                                                                                                                                               list()
## 163                                                                                                                                                                                                                                                                                                                                                                                               list()
## 164                                                                                                                                                                                                                                                                                                                                                                                               list()
## 165                                                                                                                                                                                                                                                                                                                                                                                               list()
## 166                                                                                                                                                                                                                                                                                                                                                                                               list()
## 167                                                                                                                                                                                                                                                                                                                                                                                               list()
## 168                                                                                                                                                                                                                                                                                                                                                                                               list()
## 169                                                                                                                                                                                                                                                                                                                                                                                               list()
## 170                                                                                                                                                                                                                                                                                                                                                                                               list()
## 171                                                                                                                                                                                                                                                                                                                                                                                               list()
## 172                                                                                                                                                                                                                                                                                                                                                                                               list()
## 173                                                                                                                                                                                                                                                                                                                                                                                               list()
## 174                                                                                                                                                                                                                                                                                                                                                                                               list()
## 175                                                                                                                                                                                                                                                                                                                                                                                               list()
## 176                                                                                                                                                                                                                                                                                                                                                                                               list()
## 177                                                                                                                                                                                                                                                                                                                                                                                               list()
## 178                                                                                                                                                                                                                                                                                                                                                                                               list()
## 179                                                                                                                                                                                                                                                                                                                                                                                               list()
## 180                                                                                                                                                                                                                                                                                                                                                                                               list()
## 181                                                                                                                                                                                                                                                                                                                                                                                               list()
## 182                                                                                                                                                                                                                                                                                                                                                                                               list()
## 183                                                                                                                                                                                                                                                                                                                                                                                               list()
## 184                                                                                                                                                                                                                                                                                                                                                                                               list()
## 185                                                                                                                                                                                                                                                                                                                                                                                               list()
## 186                                                                                                                                                                                                                                                                                                                                                                                               list()
## 187                                                                                                                                                                                                                                                                                                                                                                                               list()
## 188                                                                                                                                                                                                                                                                                                                                                                                               list()
## 189                                                                                                                                                                                                                                                                                                                                                                                               list()
## 190                                                                                                                                                                                                                                                                                                                                                                                               list()
## 191                                                                                                                                                                                                                                                                                                                                                                                               list()
## 192                                                                                                                                                                                                                                                                                                                                                                                               list()
## 193                                                                                                                                                                                                                                                                                                                                                                                               list()
## 194                                                                                                                                                                                                                                                                                                                                                                                               list()
## 195                                                                                                                                                                                                                                                                                                                                                                                               list()
## 196                                                                                                                                                                                                                                                                                                                                                                                               list()
## 197                                                                                                                                                                                                                                                                                                                                                                                               list()
## 198                                                                                                                                                                                                                                                                                                                                                                                               list()
## 199                                                                                                                                                                                                                                                                                                                                                                                               list()
## 200                                                                                                                                                                                                                                                                                                                                                                                               list()
## 201                                                                                                                                                                                                                                                                                                                                                                                               list()
## 202                                                                                                                                                                                                                                                                                                                                                                                               list()
## 203                                                                                                                                                                                                                                                                                                                                                                                               list()
## 204                                                                                                                                                                                                                                                                                                                                                                                               list()
## 205                                                                                                                                                                                                                                                                                                                                                                                               list()
## 206                                                                                                                                                                                                                                                                                                                                                                                               list()
## 207                                                                                                                                                                                                                                                                                                                                                                                               list()
## 208                                                                                                                                                                                                                                                                                                                                                                                               list()
## 209                                                                                                                                                                                                                                                                                                                                                                                               list()
## 210                                                                                                                                                                                                                                                                                                                                                                                               list()
## 211                                                                                                                                                                                                                                                                                                                                                                                               list()
## 212                                                                                                                                                                                                                                                                                                                                                                                               list()
## 213                                                                                                                                                                                                                                                                                                                                                                                               list()
## 214                                                                                                                                                                                                                                                                                                                                                                                               list()
## 215                                                                                                                                                                                                                                                                                                                                                                                               list()
## 216                                                                                                                                                                                                                                                                                                                                                                                               list()
## 217                                                                                                                                                                                                                                                                                                                                                                                               list()
## 218                                                                                                                                                                                                                                                                                                                                                                                               list()
## 219                                                                                                                                                                                                                                                                                                                                                                                               list()
## 220                                                                                                                                                                                                                                                                                                                                                                                               list()
## 221                                                                                                                                                                                                                                                                                                                                                                                               list()
## 222                                                                                                                                                                                                                                                                                                                                                                                               list()
## 223                                                                                                                                                                                                                                                                                                                                                                                               list()
## 224                                                                                                                                                                                                                                                                                                                                                                                               list()
## 225                                                                                                                                                                                                                                                                                                                                                                                               list()
## 226                                                                                                                                                                                                                                                                                                                                                                                               list()
## 227                                                                                                                                                                                                                                                                                                                                                                                               list()
## 228                                                                                                                                                                                                                                                                                                                                                                                               list()
## 229                                                                                                                                                                                                                                                                                                                                                                                               list()
## 230                                                                                                                                                                                                                                                                                                                                                                                               list()
## 231                                                                                                                                                                                                                                                                                                                                                                                               list()
## 232                                                                                                                                                                                                                                                                                                                                                                                               list()
## 233                                                                                                                                                                                                                                                                                                                                                                                               list()
## 234                                                                                                                                                                                                                                                                                                                                                                                               list()
## 235                                                                                                                                                                                                                                                                                                                                                                                               list()
## 236                                                                                                                                                                                                                                                                                                                                                                                               list()
## 237                                                                                                                                                                                                                                                                                                                                                                                               list()
## 238                                                                                                                                                                                                                                                                                                                                                                                               list()
## 239                                                                                                                                                                                                                                                                                                                                                                                               list()
## 240                                                                                                                                                                                                                                                                                                                                                                                               list()
## 241                                                                                                                                                                                                                                                                                                                                                                                               list()
## 242                                                                                                                                                                                                                                                                                                                                                                                               list()
## 243                                                                                                                                                                                                                                                                                                                                                                                               list()
## 244                                                                                                                                                                                                                                                                                                                                                                                               list()
## 245                                                                                                                                                                                                                                                                                                                                                                                               list()
## 246                                                                                                                                                                                                                                                                                                                                                                                               list()
## 247                                                                                                                                                                                                                                                                                                                                                                                               list()
## 248                                                                                                                                                                                                                                                                                                                                                                                               list()
## 249                                                                                                                                                                                                                                                                                                                                                                                               list()
## 250                                                                                                                                                                                                                                                                                                                                                                                               list()
## 251                                                                                                                                                                                                                                                                                                                                                                                               list()
## 252                                                                                                                                                                                                                                                                                                                                                                                               list()
## 253                                                                                                                                                                                                                                                                                                                                                                                               list()
## 254                                                                                                                                                                                                                                                                                                                                                                                               list()
## 255                                                                                                                                                                                                                                                                                                                                                                                               list()
## 256                                                                                                                                                                                                                                                                                                                                                                                               list()
## 257                                                                                                                                                                                                                                                                                                                                                                                               list()
## 258                                                                                                                                                                                                                                                                                                                                                                                               list()
## 259                                                                                                                                                                                                                                                                                                                                                                                               list()
## 260                                                                                                                                                                                                                                                                                                                                                                                               list()
## 261                                                                                                                                                                                                                                                                                                                                                                                               list()
## 262                                                                                                                                                                                                                                                                                                                                                                                               list()
## 263                                                                                                                                                                                                                                                                                                                                                                                               list()
## 264                                                                                                                                                                                                                                                                                                                                                                                               list()
## 265                                                                                                                                                                                                                                                                                                                                                                                               list()
## 266                                                                                                                                                                                                                                                                                                                                                                                               list()
## 267                                                                                                                                                                                                                                                                                                                                                                                               list()
## 268                                                                                                                                                                                                                                                                                                                                                                                               list()
## 269                                                                                                                                                                                                                                                                                                                                                                                               list()
## 270                                                                                                                                                                                                                                                                                                                                                                                               list()
## 271                                                                                                                                                                                                                                                                                                                                                                                               list()
## 272                                                                                                                                                                                                                                                                                                                                                                                               list()
## 273                                                                                                                                                                                                                                                                                                                                                                                               list()
## 274                                                                                                                                                                                                                                                                                                                                                                                               list()
## 275                                                                                                                                                                                                                                                                                                                                                                                               list()
## 276                                                                                                                                                                                                                                                                                                                                                                                               list()
## 277                                                                                                                                                                                                                                                                                                                                                                                               list()
## 278                                                                                                                                                                                                                                                                                                                                                                                               list()
## 279                                                                                                                                                                                                                                                                                                                                                                                               list()
## 280                                                                                                                                                                                                                                                                                                                                                                                               list()
## 281                                                                                                                                                                                                                                                                                                                                                                                               list()
## 282                                                                                                                                                                                                                                                                                                                                                                                               list()
## 283                                                                                                                                                                                                                                                                                                                                                                                               list()
## 284                                                                                                                                                                                                                                                                                                                                                                                               list()
## 285                                                                                                                                                                                                                                                                                                                                                                                               list()
## 286                                                                                                                                                                                                                                                                                                                                                                                               list()
## 287                                                                                                                                                                                                                                                                                                                                                                                               list()
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        card
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(url = "https://piaille.fr/@unif/113761131946760357", title = "UNIF (@unif@piaille.fr)", description = "Hé les #universitaires ! \\nSi vous avez des collègues ou étudiant·es qui hésitent encore, on vous prépare une instance #mastodon spéciale #ESR. \\nElle sera connectée à la fédération d'identité enseignement recherche pour prouver au monde que vous êtes bien de la communauté universitaire française.  \\n\\nMais juste à la création du compte et éventuellement pour une vérification annuelle.  Aucune obligation de lien apparent entre votre identité universitaire et votre costume de scène sur le fédiverse.\\n\\nSi vous voulez participer – graphiste, modo en herbe, virtuose des reverses proxy ou de shibboleth, – n'hésitez pas à nous contacter ici !\\n\\n#HelloQuitteX #teamESR", \n    language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Piaille", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list()
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list()
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list(url = "https://next.ink/158967/bluesky-est-il-decentralise/", title = "Bluesky est-il décentralisé ? - Next", description = "Bluesky et son protocole AT sont souvent décrits comme décentralisés, à la manière de Mastodon. Mais est-ce bien le cas ? La question fait débat. Bluesky est actuellement sous les feux des projecteurs. L’effet boule de neige semble enclenché et on peut voir un nombre croissant de comptes importants partir de X pour des cieux plus […]", language = "fr", type = "link", \n    author_name = "", author_url = "", provider_name = "Next", provider_url = "", html = "", width = 668, height = 345, image = "https://files.mastodon.social/cache/preview_cards/images/120/993/978/original/97e8113f2f1a5e3b.jpg", image_description = "", embed_url = "", blurhash = "UG5~V4R=IUs%i[j]ayax8^s%%MR;acadj[kD", published_at = "2024-11-21T15:34:30.000Z", authors = list())
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(url = "https://gricad-limesurvey.univ-grenoble-alpes.fr/index.php/943547?lang=fr", title = "Contributions à l'écosystème des logiciels \\"Open Source\\" dans l'Enseignement Supérieur et la Recherche", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(url = "https://programminghistorian.org/fr/lecons/gestion-manipulation-donnees-r", title = "Gestion et manipulation des données avec R | Programming Historian", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list()
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list()
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list()
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(url = "https://scienceouverte.univ-rennes.fr/actualites/les-interventions-de-la-2e-journee-detude-ardoise-disponibles-en-replay", title = "Les interventions de la 2e Journée d’étude ARDoISE disponibles en replay | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(url = "https://scienceouverte.univ-rennes.fr/actualites/les-webinaires-ardoise-toujours-au-rendez-vous", title = "Les webinaires ARDoISE toujours au rendez-vous ! | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(url = "https://huggingface.co/blog/Pclanglais/common-models", title = "They Said It Couldn’t Be Done", description = "A Blog post by Pierre-Carl Langlais on Hugging Face", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 653, height = 353, image = "https://files.mastodon.social/cache/preview_cards/images/122/926/803/original/2bfe20e719ee0214.png", image_description = "", embed_url = "", blurhash = "U6S?ANI9%M_3~VnzoJoz~pxZD%t7_3ayofa|", \n    published_at = NULL, authors = list())
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(url = "https://pluralistic.net/2024/11/02/ulysses-pact/#tie-yourself-to-a-federated-mast", title = "Pluralistic: Bluesky and enshittification (02 Nov 2024) – Pluralistic: Daily links from Cory Doctorow", description = "", language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(url = "https://programminghistorian.org/fr/lecons/preserver-logiciels-recherche", title = "Préserver et rendre identifiables les logiciels de recherche avec Software Heritage | Programming Historian", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(url = "https://scienceouverte.univ-rennes.fr/tous-les-evenements/parcours-juridique-et-ethique-lie-au-traitement-de-donnees-personnelles-dans-un-projet-de-recherche?oac=eyJpbmRleCI6MSwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0=", title = "[Atelier ARDoISE] Parcours juridique et éthique lié au traitement de données personnelles dans un projet de recherche", description = "Comment gérer les données personnelles et/ou sensibles dans le cadre d'un projet de recherche ? Faites le point sur les principes de base avec une Déléguée à la Protection des Données.", \n    language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 480, height = 480, image = "https://files.mastodon.social/cache/preview_cards/images/122/863/826/original/a7a81a094194f405.jpg", image_description = "", embed_url = "", blurhash = "UXQ,p{XR-W-WkCf6t7fk}]nkS1NZkWW:R*o2", published_at = NULL, authors = list())
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(url = "https://je2024-ardoise.sciencesconf.org/?lang=fr", title = "Journée d'étude Ardoise - 17 décembre 2024 - Sciencesconf.org", description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(url = "https://www.cnil.fr/fr/explorez-la-cartographie-des-entrepots-de-donnees-de-sante-en-france", title = "Explorez la cartographie des entrepôts de données de santé en France", description = "        Accéder à la cartographie", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list(url = "https://medium.com/odi-research/bringing-open-source-principles-to-ai-data-through-croissant-6192f02661da", title = "Bringing Open Source Principles to AI Data through Croissant", description = "Artificial Intelligence (AI) is transforming industry and government alike. As crucial as the risks it presents are, embracing more responsible openness has the potential to unlock its potential for…", language = "en", type = "link", author_name = "Thomas Carey-Wilson", author_url = "https://medium.com/@thomas.careywilson", \n    provider_name = "Canvas", provider_url = "", html = "", width = 751, height = 307, image = "https://files.mastodon.social/cache/preview_cards/images/121/889/668/original/1e2063b5ecc69dc1.png", image_description = "", embed_url = "", blurhash = "U4DTo2t8tTtSx^ocWEt7kZWAM^t8%%ofM_of", published_at = "2024-11-27T17:20:42.996Z", authors = list(list(name = "Thomas Carey-Wilson", url = "https://medium.com/@thomas.careywilson", account = NULL)))
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(url = "https://zenodo.org/records/14170125", title = "Mastodon Quick Start Guide", description = "This guide was first developed and published in October 2023 and then updated and re-released in November 2024 by rOpenSci and The Carpentries to help break down barriers for our community members interested in adopting Mastodon as a social media platform. It offers tips to help get started and is not meant to be a comprehensive overview of the platform. Therefore, it includes other trusted resources where you can learn more. We welcome feedback on this guide by emailing info@ropensci.org or community@carpentries.org.  ", \n    language = "en", type = "link", author_name = "", author_url = "", provider_name = "Zenodo", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list(url = "https://www.craft-oa.eu/ddh/", title = "Diamond Discovery Hub – CRAFT-OA", description = "", language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(url = "https://progedo.hypotheses.org/tag/semaine-data-shs", title = "Semaine Data-SHS – PROGEDO", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(url = "https://retractionwatch.com/2024/11/08/complaint-from-engineering-software-company-prompts-two-retractions/", title = "Complaint from engineering software company prompts two retractions", description = "via FLOW-3D An engineering journal has retracted two papers after a company complained the authors of the articles used  its software without a valid license.  Both retracted papers were published …", language = "en", type = "link", author_name = "", author_url = "", provider_name = "Retraction Watch", \n    provider_url = "", html = "", width = 640, height = 360, image = "https://files.mastodon.social/cache/preview_cards/images/119/318/812/original/8ec20e1a8501f072.png", image_description = "", embed_url = "", blurhash = "UJQTAb9Fog?b?HR%WBM{xuxtWCIU_4M{RiWA", published_at = "2024-11-08T13:00:00.000Z", authors = list())
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(url = "https://recherche.data.gouv.fr/fr/categorie/33/guide/fiche-chrono-depot", title = "Recherche Data Gouv", description = "Découvrez Recherche Data Gouv, l'écosystème au service du partage et de l’ouverture des données de recherche", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Recherche Data Gouv", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(url = "https://sygefor.reseau-urfist.fr/#/training/10665/13384", title = "SYGEFOR - SYstème de GEstion de FORmation", description = "Les URFIST (Unité Régionale de Formation à l'Information Scientifique et Technique) ont pour missions la recherche et la formation des usagers universitaires sur les outils, les pratiques et les évolutions de l'information scientifique.", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, \n    height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(url = "https://scienceouverte.univ-rennes.fr/tous-les-evenements/publier-un-article-sur-ses-donnees-rediger-un-data-paper?oac=eyJpbmRleCI6MiwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0=", title = "[Atelier ARDoISE] Publier un article sur ses données : rédiger un data paper", description = "Faites le point sur ce nouveau type de publication scientifique", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", \n    provider_url = "", html = "", width = 480, height = 480, image = "https://files.mastodon.social/cache/preview_cards/images/118/911/904/original/da764973cc354b03.jpg", image_description = "", embed_url = "", blurhash = "UKQAKoEv-q^,?b%3spRj~EwiV@InNFNFbaoy", published_at = NULL, authors = list())
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(url = "https://damienbelveze.github.io/become_more_visible/support.html#/journal-finders", title = "how to make your research more visible", description = "", language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(url = "https://blog.tib.eu/2023/08/23/bison-in-90-seconds/", title = "B!SON in 90 seconds - TIB-Blog", description = "B!SON on the move: Watch our video to find out how the recommendation system for OA journals works and what sets it apart.", language = "de", type = "link", author_name = "", author_url = "", provider_name = "TIB-Blog", provider_url = "", html = "", width = 638, height = 361, image = "https://files.mastodon.social/cache/preview_cards/images/116/470/033/original/2dd1e5fa534b881a.png", \n    image_description = "", embed_url = "", blurhash = "UBJkZRTL9a=D=rOGIq#%VrS5IUsl0KjE?bXT", published_at = "2023-08-23T04:59:47.000Z", authors = list())
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(url = "https://ethiquedroit.hypotheses.org/3898", title = "Photos, vidéos, dessins Droits d’utilisation", description = "En 2017, un premier billet sur ce carnet faisait un point sur la question des droits de publication des images dans une thèse, prenant en compte les photographies, les dessins, les schémas, les vidéos et les films. Le cadre juridique évolue régulièrement et une mise à jour était nécessaire. Elle est ici le fruit de … Continuer la lecture de Photos, vidéos, dessins Droits d’utilisation →", \n    language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ethique et droit", provider_url = "", html = "", width = 604, height = 270, image = NULL, image_description = "", embed_url = "", blurhash = "UCE:0n_34n~q?bRj9FD%D%%MxuIUxu%Mt7Rj", published_at = NULL, authors = list())
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(url = "https://scienceouverte.univ-rennes.fr/tous-les-evenements/fake-science-panorama-des-meconduites-et-contre-feux-pour-dejouer-les-pieges?oac=eyJpbmRleCI6MCwidG90YWwiOjMyLCJmaWx0ZXJzIjp7InJlbGF0aXZlIjpbInBhc3NlZCIsInVwY29taW5nIiwiY3VycmVudCJdLCJkZXRhaWxlZCI6MX19", title = "Fake science : panorama des méconduites et \\ncontre-feux pour déjouer les pièges", description = "Webinaire de Guillaume Cabanac proposé par Inria", language = "fr", type = "link", author_name = "", author_url = "", \n    provider_name = "", provider_url = "", html = "", width = 588, height = 392, image = NULL, image_description = "", embed_url = "", blurhash = "UKQvRZID?^%2~TxY%Ko|.lxtogRQETJCIWrD", published_at = NULL, authors = list())
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(url = "https://www.frontiersin.org/journals/research-metrics-and-analytics/articles/10.3389/frma.2022.912456/full", title = "Frontiers | Rethinking the A in FAIR Data: Issues of Data Access and Accessibility in Research", description = "The FAIR data principles are rapidly becoming a standard through which to assess responsible and reproducible research. In contrast to the requirements assoc...", language = "en", type = "link", author_name = "", author_url = "", provider_name = "Frontiers", \n    provider_url = "", html = "", width = 438, height = 525, image = NULL, image_description = "", embed_url = "", blurhash = "U9S6SvE4kC-p%MRkfPoe%KoeRkWC~oxtR+NH", published_at = NULL, authors = list())
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list(url = "https://recherche.data.gouv.fr/fr/actualite/toute-la-richesse-de-recherche-data-gouv-au-travers-de-nos-selections-de-jeux-de-donnees", title = "Recherche Data Gouv", description = "Découvrez Recherche Data Gouv, l'écosystème au service du partage et de l’ouverture des données de recherche", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Recherche Data Gouv", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", \n    embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(url = "https://recrutement.univ-rennes2.fr/poste/v92ug3kgdj-data-librarian-charge-e-de-laccompagnement-des-plans-de-gestion-de-donnees/", title = "Data Librarian chargé.e de l’accompagnement des plans de gestion de données | Université Rennes 2 recrute !", description = "Université Rennes 2 recrute un(e) Data Librarian chargé.e de l’accompagnement des plans de gestion de données. D'autres offres d'emploi (CDI, CDD, Stage) sont disponibles sur notre site.", language = "fr", type = "link", \n    author_name = "", author_url = "", provider_name = "Université Rennes 2", provider_url = "", html = "", width = 70, height = 70, image = NULL, image_description = "", embed_url = "", blurhash = "UX57]VflZ|j^flf6fPfkVof5VUf6fkflf5fP", published_at = NULL, authors = list())
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(url = "https://scienceouverte.univ-rennes.fr/actualites/halur-au-programme-des-jres-2024", title = "HALUR au programme des JRES 2024 | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(url = "https://scienceouverte.univ-rennes.fr/tous-les-evenements/preserver-et-ouvrir-ses-codes-source-et-logiciels?oac=eyJpbmRleCI6MCwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0=", title = "Préserver et ouvrir ses codes source et logiciels", description = "Une étude peut-elle être reproductible sans des données accessibles et un code réplicable ? Panorama des questions qui se posent quant à la valorisation et la conservation du code de recherche.", \n    language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UWQv?[j]~U%L%Kj[IqWB~UoeD+RkR;ax%0oz", published_at = NULL, authors = list())
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 93                                                                                                                                                                 list(url = "https://arxiv.org/abs/2409.20224", title = "Trapped in Transformative Agreements? A Multifaceted Analysis of >1,000 Contracts", description = "Transformative agreements between academic publishers and research institutions are ubiquitous. The 'Efficiency and Standards for Article Charges' (ESAC) Initiative lists more than 1,000 contracts in its database. We make use of this unique dataset by web-scraping the details of every contract to substantially expand the overview spreadsheet provided by the ESAC Initiative. Based on that hitherto unused data source, we combine qualitative and quantitative methods to conduct an in-depth analysis of the contract characteristics and the TA landscape. Our analysis demonstrates that research institutions seem to be 'trapped' in transformative agreements. Instead of being a bridge towards a fully Open Access world, academia is stuck in the hybrid system. This endows the legacy (non-Open Access) publishing houses with substantial market power. It raises entry barriers, lowers competition, and increases costs for libraries and universities.", \n    language = "en", type = "link", author_name = "", author_url = "", provider_name = "arXiv.org", provider_url = "", html = "", width = 628, height = 366, image = "https://files.mastodon.social/cache/preview_cards/images/114/130/397/original/1869967eef61d403.png", image_description = "arXiv logo", embed_url = "", blurhash = "UQR{x%of%gozxuayj[of_NofRPj[xuj[afWB", published_at = NULL, authors = list())
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(url = "https://blogs.lse.ac.uk/impactofsocialsciences/2024/09/04/the-role-of-scientometrics-in-the-pursuit-of-responsible-research-assessment/", title = "The role of scientometrics in the pursuit of responsible research assessment", description = "The creation of the Coalition for Advancing Research Assessment (CoARA) has led to a heated debate on the balance between peer review and evaluative metrics in research assessment regimes. Luciana …", language = "en", type = "link", author_name = "", \n    author_url = "", provider_name = "Impact of Social Sciences", provider_url = "", html = "", width = 640, height = 360, image = NULL, image_description = "", embed_url = "", blurhash = "UTEVXV6EnhoN=:E-kSxAAJozosa{xCOr#lN1", published_at = "2024-09-04T09:00:08.000Z", authors = list())
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(url = "https://www.data-terra.org/evenement/ecole-thematique-datastue2024/", title = "École Thématique DataSTUE - Dataterra", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Dataterra", provider_url = "", html = "", width = 965, height = 239, image = NULL, image_description = "", embed_url = "", blurhash = "UKRMoCtR=|t7yDWBspWB-;a|Rjs:~WxuR%t7", published_at = NULL, authors = list())
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(url = "https://recrutement.univ-rennes2.fr/poste/v92ug3kgdj-data-librarian-charge-e-de-laccompagnement-des-plans-de-gestion-de-donnees/", title = "Data Librarian chargé.e de l’accompagnement des plans de gestion de données | Université Rennes 2 recrute !", description = "Université Rennes 2 recrute un(e) Data Librarian chargé.e de l’accompagnement des plans de gestion de données. D'autres offres d'emploi (CDI, CDD, Stage) sont disponibles sur notre site.", language = "fr", type = "link", \n    author_name = "", author_url = "", provider_name = "Université Rennes 2", provider_url = "", html = "", width = 70, height = 70, image = NULL, image_description = "", embed_url = "", blurhash = "UX57]VflZ|j^flf6fPfkVof5VUf6fkflf5fP", published_at = NULL, authors = list())
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(url = "https://x.com/jathansadowski/status/1625245803211272194?lang=fr", title = "Jathan Sadowski (@jathansadowski) sur X", description = "I coined a term on @machinekillspod that I feel like needs its own essay: Habsburg AI – a system that is so heavily trained on the outputs of other generative AI's that it becomes an inbred mutant, likely with exaggerated, grotesque features. It joins the lineage of Potemkin AI.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "X (formerly Twitter)", \n    provider_url = "", html = "", width = 200, height = 200, image = NULL, image_description = "", embed_url = "", blurhash = "UTMFwMI]~TxHr?t7Iooy58n$E2R%rps:s9a#", published_at = NULL, authors = list())
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 111                           list(url = "https://entrepot.recherche.data.gouv.fr/", title = "Recherche Data Gouv", description = "L’entrepôt pluridisciplinaire Recherche Data Gouv est une solution souveraine pour le partage et l’ouverture des données de recherche produites par les communautés qui ne disposent pas d’un entrepôt disciplinaire reconnu. Il est basé sur le logiciel libre Dataverse. Le dépôt des données doit se faire dans l’espace institutionnel attribué à l’établissement dont relève un des contributeurs. Un espace générique est dédié aux données produites par les établissements ne disposant pas d’espace dédié. Les tests sont à effectuer dans le bac à sable. Retrouver les actualités et événements de la plateforme Recherche Data Gouv.  The Recherche Data Gouv multidisciplinary repository is a sovereign solution for sharing and opening up data produced by communities that do not have a recognized disciplinary repository. It is based on the Dataverse software. Data should be deposited in the space assigned to an institution which one of the contributor belongs to. A generic space is available for data produced by institutions which do not such a space yet themselves. Tests should be performed in the sandbox. The latest news and events on the Recherche Data Gouv platform. Retrouvez la liste complète des espaces institutionnels ici || Find the full list of institutional repositories here", \n    language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(url = "https://scienceouverte.univ-rennes.fr/actualites/nouvelle-fiche-du-ccsd-comment-archiver-et-partager-le-code-source", title = "Nouvelle fiche du CCSD : comment archiver et partager le code source | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(url = "https://foops.linkeddata.es/about.html", title = "FOOPS!", description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           list(url = "https://sygefor.reseau-urfist.fr/#/training?q=%7B%22keywords%22:%22markdown%22,%22filters%22:%5B%5D,%22aggs%22:%7B%7D,%22sort%22:%7B%22_score%22:%22desc%22%7D,%22size%22:20,%22page%22:1%7D", title = "SYGEFOR - SYstème de GEstion de FORmation", description = "Les URFIST (Unité Régionale de Formation à l'Information Scientifique et Technique) ont pour missions la recherche et la formation des usagers universitaires sur les outils, les pratiques et les évolutions de l'information scientifique.", \n    language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(url = "https://amethis.doctorat-bretagneloire.fr/amethis-client/formation/gestion/formation/2459", title = "Amethis", description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(url = "https://amethis.doctorat-bretagneloire.fr/amethis-client/formation/gestion/formation/2873", title = "Amethis", description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(url = "https://sygefor.reseau-urfist.fr/#/training/10665/13012", title = "SYGEFOR - SYstème de GEstion de FORmation", description = "Les URFIST (Unité Régionale de Formation à l'Information Scientifique et Technique) ont pour missions la recherche et la formation des usagers universitaires sur les outils, les pratiques et les évolutions de l'information scientifique.", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, \n    height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(url = "https://scienceouverte.univ-rennes.fr/actualites/les-webinaires-de-latelier-de-la-donnee-ardoise-sont-de-retour", title = "Les webinaires de l’Atelier de la donnée ARDoISE sont de retour ! | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(url = "https://framaforms.org/inscription-formation-fair-bioinfo-grand-ouest-1724763680", title = "Inscription formation FAIR-Bioinfo Grand Ouest | Framaforms.org", description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(url = "https://programminghistorian.org/en/lessons/data_wrangling_and_management_in_R", title = "Data Wrangling and Management in R | Programming Historian", description = "", language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(url = "https://andor2024.sciencesconf.org/", title = "Assises Nationales des Données de la Recherche - Sciencesconf.org", description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(url = "https://www.couperin.org/le-consortium/actus/des-pages-consacrees-aux-accords-negocies-avec-une-composante-science-ouverte/", title = "Les pages consacrées aux « accords négociés avec une composante Science ouverte »  <  Couperin", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, \n    authors = list())
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(url = "https://www.inshs.cnrs.fr/fr/cnrsinfo/progedo-des-grandes-enquetes-en-fair", title = "Progedo : des grandes enquêtes en FAIR", description = "#ZOOM SUR...", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "CNRS Sciences humaines & sociales", provider_url = "", html = "", width = 285, height = 806, image = NULL, image_description = "", embed_url = "", blurhash = "UEONI5-=%N-;59WVs.f$0LR+oLRj0kR*Rjfl", published_at = NULL, authors = list())
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(url = "https://ese.arphahub.com/article/124173/", title = "Article processing charges suppress the scholarship of doctoral students", description = "The open access movement has drastically reconfigured the financial burdens of scholarly publishing. Yet, the influence of a marketized scholarly publishing system on doctoral education remains unexplored. I reflect on my own PhD candidature to illustrate how article processing charges disempower doctoral candidates. I argue that the current open access publishing model unfairly advantages candidates with personal, familial and/or institutional wealth. The inequalities imposed on doctoral students by our sectors’ current publishing habits ultimately bias who will be paid to produce and safeguard knowledge in the future. Doctoral students can no longer be ignored in debates over open access publishing.", \n    language = "en", type = "link", author_name = "", author_url = "", provider_name = "European Science Editing", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list(url = "https://video.univ-rennes1.fr/permalink/v1268a83834ecz0bed27/iframe/", title = "transfert de la liste de publication de HAL vers ORCID", description = "", language = NULL, type = "video", author_name = "Damien Belveze", author_url = "", provider_name = "Plateforme vidéo - Université de Rennes", provider_url = "https://video.univ-rennes1.fr", html = "<iframe src=\\"https://video.univ-rennes1.fr/permalink/v1268a83834ecz0bed27/iframe/\\" allowfullscreen=\\"allowfullscreen\\" sandbox=\\"allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox allow-forms\\"></iframe>\\";", \n    width = 720, height = 530, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list(list(name = "Damien Belveze", url = "", account = NULL)))
## 175                                                                                                                                                                                                                                                                                                                                                                                                                             list(url = "https://lorier.inserm.fr/actualites/votre-avis-sur-la-reproductibilite-computationnelle/", title = "Votre avis sur la reproductibilité computationnelle ? - Lorier - INSERM", description = "Si vous avez une activité de recherche et que vous analysez des jeux de données, partager votre expertise et vos pratiques est essentiel pour aider à comprendre et améliorer la reproductibilité de la recherche scientifique. Participez à l’enquête du consortium OSIRIS sur la reproductibilité computationnelle. La reproductibilité computationnelle repose sur la possibilité de vérifier et valider les résultats de vos analyses à partir de votre code et de vos données. Répondre à cette enquête vous prendra 15 minutes. Vous aiderez ainsi à mieux connaître les différentes pratiques des chercheurs. Mais au-delà, cette enquête vous invitera à réfléchir sur votre propre pratique. Merci d’avance pour votre temps. Florian Naudet", \n    language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Lorier - INSERM", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "U8A%*:oK|HWWo0jtj[a||ta|2YsnoLa|n%o1", published_at = "2024-04-23T15:42:34.000Z", authors = list())
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 180                                                                                                                                                   list(url = "https://zenodo.org/records/12579485", title = "Identifying and extracting authors' Rights Retention Statements from full text academic articles", description = "Many research performing institutes are adopting Rights Retention strategies to help their authors maintain copyright ownership of their work, whilst also enabling broader access and compliance with funder mandates such as Plan S. The implementation of a Rights Retention Strategy offers numerous advantages, including open access assurance, copyright retention, scholarly use regulation, enhanced dissemination, equity promotion, and facilitation of text and data mining. However, the manual incorporation of appropriate rights retention statements into article metadata is labour-intensive and time-consuming. To address this challenge, CORE has co-designed, with repository managers, a machine learning module to automatically identify and extract rights retention statements from full-text articles, streamlining the encoding of this information within article metadata. The integration of CORE services with repository software and the expansion of data extraction capabilities are crucial steps toward promoting a more accessible, transparent and interconnected scholarly ecosystem.", \n    language = "en", type = "link", author_name = "", author_url = "", provider_name = "Zenodo", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(url = "https://scienceouverte.univ-rennes.fr/actualites/les-webinaires-de-latelier-de-la-donnee-ardoise-sont-de-retour", title = "Les webinaires de l’Atelier de la donnée ARDoISE sont de retour ! | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(url = "https://theplosblog.plos.org/2024/07/a-new-open-science-indicator-measuring-study-registration/", title = "A new Open Science Indicator: measuring study registration - The Official PLOS Blog", description = "Written by Marcel LaFlamme With the latest release of the PLOS Open Science Indicators (OSI) results, we are introducing a new indicator…", language = "en", type = "link", author_name = "", author_url = "", provider_name = "The Official PLOS Blog", provider_url = "", html = "", \n    width = 624, height = 260, image = NULL, image_description = "", embed_url = "", blurhash = "UXBp*0ni8^ozIUaxx[bIITbHxvWBxvjZM{j[", published_at = "2024-07-01T17:19:41.000Z", authors = list())
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(url = "https://www.oecd-ilibrary.org/fr", title = "Site homepage", description = "OECD, OCDE, OECD iLibrary, Organisation de coopération et de développement économiques, bibliothèque, livres, périodiques, statistiques, collections, journaux, articles, podcasts, bases de données, indicateurs", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 205, height = 40, image = NULL, image_description = "", embed_url = "", \n    blurhash = "UM9@#SK-S5sjkrtRbIoJD$xBj[WYozozWEa{", published_at = NULL, authors = list())
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(url = "https://fr.techtribune.net/d2/tech-today/les-utilisateurs-de-bluesky-et-mastodon-peuvent-desormais-se-parler-avec-bridgy-fed/909449/", title = "Les Utilisateurs De Bluesky Et Mastodon Peuvent Désormais Se Parler Avec Bridgy Fed - Tech Tribune France", description = "Une étape importante vers un « fédiverse » plus interopérable - le réseau plus large d’applications de médias sociaux décentralisées comme Mastodon, Bluesky", language = "fr", type = "link", author_name = "", \n    author_url = "", provider_name = "Tech Tribune France", provider_url = "", html = "", width = 546, height = 421, image = NULL, image_description = "Les utilisateurs de Bluesky et Mastodon peuvent désormais se parler avec Bridgy Fed", embed_url = "", blurhash = "UZQA2A%2%Nxu01-oxut64.xut7ofM|ogs:WA", published_at = "2024-06-05T19:33:54.000Z", authors = list())
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(url = "https://science-ouverte.inrae.fr/fr/une-formation-sur-la-science-ouverte-ouverte-tous", title = "Une formation sur la science ouverte, ouverte à tous !", description = "OSCAR, la formation sur la science ouverte d’INRAE est désormais accessible librement depuis la plateforme Callisto-formation.fr.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "La science ouverte à INRAE", provider_url = "", html = "", width = 790, height = 291, image = NULL, \n    image_description = "", embed_url = "", blurhash = "UdErC4D4ixRjTwxuRPjZNGbHt7s:tRR*s:WB", published_at = NULL, authors = list())
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(url = "https://2024.jres.org/programme", title = "Programme – JRES 2024", description = "Le programme complet des JRES, Journées Réseaux de l'Enseignement et de la Recherche Rennes automne 2024, au Couvent des Jacobins : conférences, posters, ateliers, etc.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, \n    authors = list())
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(url = "https://recherche.data.gouv.fr/fr/actualite/et-de-20-ateliers-de-la-donnee-qui-seront-les-prochains", title = "Et de 20 ateliers de la donnée ! Qui seront les prochains ?", description = "Le 4ème appel à labellisation des ateliers de la donnée est désormais clos et certifie deux nouveaux ateliers labellisés  :\\tARDoISE, Atelier rennais de la...", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, \n    image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(url = "https://scienceouverte.univ-rennes.fr/actualites/ardoise-recoit-le-label-officiel-datelier-de-la-donnee", title = "ARDoISE reçoit le label officiel d’«Atelier de la donnée»... | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(url = "https://ecoevorxiv.org/", title = "EcoEvoRxiv", description = "", language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(url = "https://sygefor.reseau-urfist.fr/#/training/10035/12313?from=true", title = "SYGEFOR - SYstème de GEstion de FORmation", description = "Les URFIST (Unité Régionale de Formation à l'Information Scientifique et Technique) ont pour missions la recherche et la formation des usagers universitaires sur les outils, les pratiques et les évolutions de l'information scientifique.", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", \n    width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(url = "https://scienceouverte.univ-rennes.fr/actualites/7e-edition-des-journees-casuhal-les-idees-hal-du-chercheur", title = "7e édition des journées CasuHAL : \\"Les idées HAL du chercheur\\" | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(url = "https://recherche.data.gouv.fr/fr/entrepots", title = "Entrepôts", description = "Découvrez Recherche Data Gouv, l'écosystème au service du partage et de l’ouverture des données de recherche", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(url = "https://scienceouverte.univ-rennes.fr/tous-les-evenements/preserver-et-ouvrir-ses-codes-sources-et-logiciels?oac=eyJpbmRleCI6MSwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0=", title = "Préserver et ouvrir ses codes sources et logiciels", description = "Une étude peut-elle être reproductible sans des données accessibles et un code réplicable ? Panorama des questions qui se posent sur la valorisation et la conservation du code de recherche", \n    language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 640, height = 360, image = NULL, image_description = "", embed_url = "", blurhash = "UZRpLHkC~Wxutlj[i_aes:j[R*WV%3j[NaWU", published_at = NULL, authors = list())
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list(url = "https://scienceouverte.univ-rennes.fr/tous-les-evenements/printemps-de-la-donnee-cahiers-de-laboratoire-electronique-testez-elabftw?oac=eyJpbmRleCI6MSwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0=", title = "[Printemps de la donnée] Cahiers de laboratoire électroniques : testez eLabFTW", description = "L'équipe ARDoISE vous propose une démonstration du fonctionnement de cet outil libre", language = "fr", type = "link", author_name = "", \n    author_url = "", provider_name = "", provider_url = "", html = "", width = 700, height = 525, image = NULL, image_description = "", embed_url = "", blurhash = "UAC7f^_1_4IUt.D%t7.88_IWI9WBx]o#k9ax", published_at = NULL, authors = list())
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(url = "https://bibliotheques.univ-rennes.fr/tous-nos-evenements/rendre-sa-recherche-visible-et-accessible-strategie-de-publication-et-enjeux-ethiques-atelier-presentiel?oac=eyJpbmRleCI6NSwidG90YWwiOjcsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0=", title = "Rendre sa recherche visible et accessible : stratégie de publication et enjeux éthiques - atelier présentiel", description = "Cet atelier alternera entre apports théoriques et exercices pratiques centrés sur la diffusion et la publication des résultats de la recherche en Open Access.", \n    language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 700, height = 525, image = NULL, image_description = "", embed_url = "", blurhash = "UBSF*4M{*0oz%2ofoff6lAWC#kae?boft7t7", published_at = NULL, authors = list())
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(url = "https://scienceouverte.univ-rennes.fr/actualites/prix-science-ouverte-et-pourquoi-pas-vous", title = "Prix \\"science ouverte\\" : et pourquoi pas vous ? | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(url = "https://scienceouverte.univ-rennes.fr/actualites/comment-louverture-des-articles-scientifiques-modifie-t-elle-les-habitudes-de-lecture", title = "Comment l’ouverture des articles scientifiques modifie-t-elle les habitudes de lecture ? | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, \n    authors = list())
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(url = "https://scienceouverte.univ-rennes.fr/actualites/halathon-2024", title = "HALathon 2024 | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(url = "https://scienceouverte.univ-rennes.fr/vos-identifiants-chercheurs-orcid-idhal", title = "Vos identifiants chercheurs (ORCID, idHAL...) | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list(url = "https://scienceouverte.univ-rennes.fr/foire-aux-questions", title = "Foire Aux Questions | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(url = "https://bibliotheques.univ-rennes.fr/optimiser-vos-recherches-documentaires-en-ligne", title = "Optimiser vos recherches documentaires en ligne | Bibliothèques", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list(url = "https://scienceouverte.univ-rennes.fr/les-revues-hybrides", title = "Les revues hybrides | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(url = "https://scienceouverte.univ-rennes.fr/les-revues-predatrices", title = "Les revues prédatrices | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(url = "https://scienceouverte.univ-rennes.fr/tous-les-evenements/printemps-de-la-donnee-datathon-preparer-ses-jeux-de-donnees-pour-les-deposer-dans-un-entrepot-3754771?oac=eyJpbmRleCI6MCwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0=", title = "[Printemps de la donnée] Datathon : préparer ses jeux de données pour les déposer dans un entrepôt", description = "Atelier en présentiel qui vous permettra de déposer en direct vos jeux de données dans l'entrepôt adapté à votre discipline et à vos besoins.", \n    language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 700, height = 467, image = NULL, image_description = "", embed_url = "", blurhash = "UtI5DCt601RjS$kCi_WBDiazx]t7IUae%Lj[", published_at = NULL, authors = list())
## 256 list(url = "https://zenodo.org/records/10078610", title = "Navigating Risk in Vendor Data Privacy Practices: An Analysis of Elsevier's ScienceDirect", description = "Navigating Risk in Vendor Data Privacy Practices: An Analysis of Elsevier's ScienceDirect documents a variety of data privacy practices that directly conflict with library privacy standards, and raises important questions regarding the potential for personal data collected from academic products to be used in the data brokering and surveillance products of RELX's LexisNexis subsidiary.By analyzing the privacy practices of the world's largest publisher, the report describes how user tracking that would be unthinkable in a physical library setting now happens routinely through publisher platforms. The analysis underlines the concerns this tracking should raise, particularly when the same company is involved in surveillance and data brokering activities. Elsevier is a subsidiary of RELX, a leading data broker and provider of \\"risk\\" products that offer expansive databases of personal information to corporations, governments, and law enforcement agencies. As much of the research lifecycle shifts to online platforms owned by a small number of companies, the report highlights why users and institutions should actively evaluate and address the potential privacy risks as this transition occurs rather than after it is complete.", \n    language = "en", type = "link", author_name = "", author_url = "", provider_name = "Zenodo", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(url = "https://ollama.com/", title = "Ollama", description = "Get up and running with large language models.", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 662, height = 348, image = "https://files.mastodon.social/cache/preview_cards/images/087/579/987/original/f1be26fea84a833e.png", image_description = "", embed_url = "", blurhash = "UJSY{qt7~qxu?bj[RjfQ-;j[D%ay%Mj[WBfQ", published_at = NULL, authors = list())
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(url = "https://scienceouverte.univ-rennes.fr/actualites/halathon-2024", title = "HALathon 2024 | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(url = "https://scienceouverte.univ-rennes.fr/actualites/publier-en-open-access-sans-frais-dans-une-revue-elsevier", title = "Publier en open access sans frais dans une revue Elsevier | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           list(url = "https://scienceouverte.univ-rennes.fr/actualites/publier-en-open-access-sans-frais-dans-une-revue-ou-conference-acm", title = "Publier en open access sans frais dans une revue ou conférence ACM | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(url = "https://scienceouverte.univ-rennes.fr/10-idees-recues-sur-hal", title = "10 idées reçues sur HAL | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(url = "https://scienceouverte.univ-rennes.fr/les-procedures", title = "Les procédures | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 266                                                                                                                                                                                                                                                                                                                                                                                                                             list(url = "https://lorier.inserm.fr/actualites/votre-avis-sur-la-reproductibilite-computationnelle/", title = "Votre avis sur la reproductibilité computationnelle ? - Lorier - INSERM", description = "Si vous avez une activité de recherche et que vous analysez des jeux de données, partager votre expertise et vos pratiques est essentiel pour aider à comprendre et améliorer la reproductibilité de la recherche scientifique. Participez à l’enquête du consortium OSIRIS sur la reproductibilité computationnelle. La reproductibilité computationnelle repose sur la possibilité de vérifier et valider les résultats de vos analyses à partir de votre code et de vos données. Répondre à cette enquête vous prendra 15 minutes. Vous aiderez ainsi à mieux connaître les différentes pratiques des chercheurs. Mais au-delà, cette enquête vous invitera à réfléchir sur votre propre pratique. Merci d’avance pour votre temps. Florian Naudet", \n    language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Lorier - INSERM", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "U8A%*:oK|HWWo0jtj[a||ta|2YsnoLa|n%o1", published_at = "2024-04-23T15:42:34.000Z", authors = list())
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(url = "https://bibliotheques.univ-rennes.fr/library-access", title = "Library Access | Bibliothèques", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(url = "https://scienceouverte.univ-rennes.fr/barometre-science-ouverte-edition-2023", title = "Baromètre science ouverte (édition 2023) | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(url = "https://scienceouverte.univ-rennes.fr/tous-les-evenements/parcours-juridique-et-ethique-lie-au-traitement-de-donnees-personnelles-dans-sa-recherche?oac=eyJpbmRleCI6MSwidG90YWwiOjMsImZpbHRlcnMiOnsicmVsYXRpdmUiOlsicGFzc2VkIiwidXBjb21pbmciLCJjdXJyZW50Il0sImRldGFpbGVkIjoxfX0=", title = "Parcours juridique et éthique lié au traitement de données personnelles dans sa recherche", description = "Comment gérer les données personnelles et sensibles dans le cadre d'un projet de recherche, faites le point sur les principes de bases avec une Déléguée à la Protection des Données", \n    language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 700, height = 394, image = NULL, image_description = "", embed_url = "", blurhash = "UVR:TlWU~Wt7XSj[niafxaj[NGWUxaj[NZWU", published_at = NULL, authors = list())
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(url = "https://scienceouverte.univ-rennes.fr/atelier-rennais-de-la-donnee-information-et-soutien-aux-equipes-de-recherche", title = "Atelier Rennais de la Donnée : Information et Soutien aux Équipes de recherche | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(url = "https://msaby.gitlab.io/tutoriel-openrefine/", title = "Tutoriel OpenRefine 3.4 : nettoyer, préparer et transformer des données - 06/11/2020", description = "Tutoriel d’autoformation à OpenRefine 3.4", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(url = "https://rdm-games.gitlab.io/rdm-adventure/", title = "Research Data Management Adventure", description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(url = "https://scienceouverte.univ-rennes.fr/actualites/comment-louverture-des-articles-scientifiques-modifie-t-elle-les-habitudes-de-lecture", title = "Comment l’ouverture des articles scientifiques modifie-t-elle les habitudes de lecture ? | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, \n    authors = list())
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(url = "https://scienceouverte.univ-rennes.fr/actualites/declaration-de-barcelone-sur-louverture-des-informations-sur-la-recherche", title = "Déclaration de Barcelone sur l'ouverture des informations sur la recherche | Science ouverte", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())
##     account
## 1        NA
## 2        NA
## 3        NA
## 4        NA
## 5        NA
## 6        NA
## 7        NA
## 8        NA
## 9        NA
## 10       NA
## 11       NA
## 12       NA
## 13       NA
## 14       NA
## 15       NA
## 16       NA
## 17       NA
## 18       NA
## 19       NA
## 20       NA
## 21       NA
## 22       NA
## 23       NA
## 24       NA
## 25       NA
## 26       NA
## 27       NA
## 28       NA
## 29       NA
## 30       NA
## 31       NA
## 32       NA
## 33       NA
## 34       NA
## 35       NA
## 36       NA
## 37       NA
## 38       NA
## 39       NA
## 40       NA
## 41       NA
## 42       NA
## 43       NA
## 44       NA
## 45       NA
## 46       NA
## 47       NA
## 48       NA
## 49       NA
## 50       NA
## 51       NA
## 52       NA
## 53       NA
## 54       NA
## 55       NA
## 56       NA
## 57       NA
## 58       NA
## 59       NA
## 60       NA
## 61       NA
## 62       NA
## 63       NA
## 64       NA
## 65       NA
## 66       NA
## 67       NA
## 68       NA
## 69       NA
## 70       NA
## 71       NA
## 72       NA
## 73       NA
## 74       NA
## 75       NA
## 76       NA
## 77       NA
## 78       NA
## 79       NA
## 80       NA
## 81       NA
## 82       NA
## 83       NA
## 84       NA
## 85       NA
## 86       NA
## 87       NA
## 88       NA
## 89       NA
## 90       NA
## 91       NA
## 92       NA
## 93       NA
## 94       NA
## 95       NA
## 96       NA
## 97       NA
## 98       NA
## 99       NA
## 100      NA
## 101      NA
## 102      NA
## 103      NA
## 104      NA
## 105      NA
## 106      NA
## 107      NA
## 108      NA
## 109      NA
## 110      NA
## 111      NA
## 112      NA
## 113      NA
## 114      NA
## 115      NA
## 116      NA
## 117      NA
## 118      NA
## 119      NA
## 120      NA
## 121      NA
## 122      NA
## 123      NA
## 124      NA
## 125      NA
## 126      NA
## 127      NA
## 128      NA
## 129      NA
## 130      NA
## 131      NA
## 132      NA
## 133      NA
## 134      NA
## 135      NA
## 136      NA
## 137      NA
## 138      NA
## 139      NA
## 140      NA
## 141      NA
## 142      NA
## 143      NA
## 144      NA
## 145      NA
## 146      NA
## 147      NA
## 148      NA
## 149      NA
## 150      NA
## 151      NA
## 152      NA
## 153      NA
## 154      NA
## 155      NA
## 156      NA
## 157      NA
## 158      NA
## 159      NA
## 160      NA
## 161      NA
## 162      NA
## 163      NA
## 164      NA
## 165      NA
## 166      NA
## 167      NA
## 168      NA
## 169      NA
## 170      NA
## 171      NA
## 172      NA
## 173      NA
## 174      NA
## 175      NA
## 176      NA
## 177      NA
## 178      NA
## 179      NA
## 180      NA
## 181      NA
## 182      NA
## 183      NA
## 184      NA
## 185      NA
## 186      NA
## 187      NA
## 188      NA
## 189      NA
## 190      NA
## 191      NA
## 192      NA
## 193      NA
## 194      NA
## 195      NA
## 196      NA
## 197      NA
## 198      NA
## 199      NA
## 200      NA
## 201      NA
## 202      NA
## 203      NA
## 204      NA
## 205      NA
## 206      NA
## 207      NA
## 208      NA
## 209      NA
## 210      NA
## 211      NA
## 212      NA
## 213      NA
## 214      NA
## 215      NA
## 216      NA
## 217      NA
## 218      NA
## 219      NA
## 220      NA
## 221      NA
## 222      NA
## 223      NA
## 224      NA
## 225      NA
## 226      NA
## 227      NA
## 228      NA
## 229      NA
## 230      NA
## 231      NA
## 232      NA
## 233      NA
## 234      NA
## 235      NA
## 236      NA
## 237      NA
## 238      NA
## 239      NA
## 240      NA
## 241      NA
## 242      NA
## 243      NA
## 244      NA
## 245      NA
## 246      NA
## 247      NA
## 248      NA
## 249      NA
## 250      NA
## 251      NA
## 252      NA
## 253      NA
## 254      NA
## 255      NA
## 256      NA
## 257      NA
## 258      NA
## 259      NA
## 260      NA
## 261      NA
## 262      NA
## 263      NA
## 264      NA
## 265      NA
## 266      NA
## 267      NA
## 268      NA
## 269      NA
## 270      NA
## 271      NA
## 272      NA
## 273      NA
## 274      NA
## 275      NA
## 276      NA
## 277      NA
## 278      NA
## 279      NA
## 280      NA
## 281      NA
## 282      NA
## 283      NA
## 284      NA
## 285      NA
## 286      NA
## 287      NA
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      reblog
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list()
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list()
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(id = "113821185351720099", uri = "https://mastodon.social/users/io2a/statuses/113821185351720099", created_at = list(sec = 18.128, min = 4, hour = 13, mday = 13, mon = 0, year = 125, wday = 1, yday = 12, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Publication de la version française du Code de conduite européen pour l&#39;intégrité en recherche (2023) - OFIS  <a href=\\"https://buff.ly/4gR6nRk\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">buff.ly/4gR6nRk</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 2, replies_count = 0, url = "https://mastodon.social/@io2a/113821185351720099", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Buffer", website = "https://buffer.com")), poll = list(list()), card = list(list(url = "https://buff.ly/4gR6nRk", title = "Publication de la version française du Code de conduite européen pour l'intégrité en recherche (2023) - OFIS", \n        description = "Le Code de conduite européen pour l’intégrité en recherche (ou Code ALLEA), dans sa traduction française préparée en collaboration avec l’Office français de l’intégrité scientifique, est disponible depuis décembre 2024. Il s’agit du texte de référence en matière d’intégrité de la recherche, reconnu par la commission européenne  pour tous les projets de recherche financés par […]", language = "fr", type = "link", author_name = "", author_url = "", \n        provider_name = "OFIS", provider_url = "", html = "", width = 188, height = 268, image = "https://files.mastodon.social/cache/preview_cards/images/127/839/989/original/584e1061f185a0c7.jpg", image_description = "", embed_url = "", blurhash = "UQLr;%bItRxuEgbFbHbH5mt7WBWV}?Rjofof", published_at = "2025-01-09T16:30:58.000Z", authors = list())), account = list(list(id = "109353080664561032", username = "io2a", acct = "io2a", display_name = "io2a", locked = FALSE, bot = FALSE, discoverable = TRUE, \n        group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 16, mon = 10, year = 122, wday = 3, yday = 319, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Information Science PhD - <a href=\\"https://mastodon.social/tags/IST\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>IST</span></a> <a href=\\"https://mastodon.social/tags/SO\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>SO</span></a> <a href=\\"https://mastodon.social/tags/DH\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>DH</span></a> <a href=\\"https://mastodon.social/tags/ESR\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ESR</span></a><br />« open to work »<br />// mes propos n&#39;engagent que moi</p>", \n        url = "https://mastodon.social/@io2a", avatar = "https://files.mastodon.social/accounts/avatars/109/353/080/664/561/032/original/4df1fa289b9216a7.png", avatar_static = "https://files.mastodon.social/accounts/avatars/109/353/080/664/561/032/original/4df1fa289b9216a7.png", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 137, following_count = 345, statuses_count = 215, last_status_at = list(\n            sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113821185247664751", "113821185247664751"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/821/185/247/664/751/original/d51e27626766dae9.jpeg", "https://files.mastodon.social/media_attachments/files/113/821/185/247/664/751/original/d51e27626766dae9.jpeg"\n    ), preview_url = c("https://files.mastodon.social/media_attachments/files/113/821/185/247/664/751/small/d51e27626766dae9.jpeg", "https://files.mastodon.social/media_attachments/files/113/821/185/247/664/751/small/d51e27626766dae9.jpeg"), meta = list(original = list(width = 188, height = 268, size = "188x268", aspect = 0.701492537313433), small = list(width = 188, height = 268, size = "188x268", aspect = 0.701492537313433)), blurhash = c("UQLr;%bItRxuEgbFbHa}5mt7WBWV}?Rjofof", "UQLr;%bItRxuEgbFbHa}5mt7WBWV}?Rjofof"\n    ))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list()
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list()
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list()
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "113601102090504167", uri = "https://social.numerique.gouv.fr/users/datagouvfr/statuses/113601099784662490", created_at = list(sec = 38, min = 13, hour = 16, mday = 5, mon = 11, year = 124, wday = 4, yday = 339, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>[Nouveauté🧑‍🏫] L'équipe de data.gouv.fr a conçu defis.data.gouv.fr pour vous permettre d'apprendre à exploiter des données ouvertes !</p><p>Vous y trouverez des ressources pédagogiques et des défis <a href=\\"https://social.numerique.gouv.fr/tags/opendata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>opendata</span></a> à réaliser. </p><p>Pour en savoir plus : <a href=\\"https://data.gouv.fr/fr/posts/lancement-de-defis-data-gouv-fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">data.gouv.fr/fr/posts/lancemen</span><span class=\\"invisible\\">t-de-defis-data-gouv-fr/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 9, favourites_count = 1, replies_count = 1, url = "https://social.numerique.gouv.fr/@datagouvfr/113601099784662490", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://data.gouv.fr/fr/posts/lancement-de-defis-data-gouv-fr/", title = "Lancement de defis.data.gouv.fr - data.gouv.fr", description = "Apprenez à exploiter des données en réalisant des défis open data !", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 400, height = 400, image = "https://files.mastodon.social/cache/preview_cards/images/122/897/812/original/02c55d59c5fe3d2a.png", image_description = "", embed_url = "", blurhash = "UV5PCPj[WBfkflfQj[ayMtayofayj@j[ayj[", published_at = NULL, authors = list())), account = list(list(id = "111261387993491554", username = "datagouvfr", acct = "datagouvfr@social.numerique.gouv.fr", \n        display_name = "data.gouv.fr", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 13, mon = 9, year = 123, wday = 5, yday = 285, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>La plateforme ouverte des données publiques françaises.<br>Le meilleur endroit pour trouver ou publier des données d’intérêt public.<br>Opérée et animée par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@dinum\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dinum</span></a></span></p>", \n        url = "https://social.numerique.gouv.fr/@datagouvfr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", \n        followers_count = 2504, following_count = 31, statuses_count = 157, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://data.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("113601100112657370", "113601100112657370", "113601100112657370"), type = c("gifv", "gifv", "gifv"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/601/100/112/657/370/original/283412c955536f69.mp4", "https://files.mastodon.social/cache/media_attachments/files/113/601/100/112/657/370/original/283412c955536f69.mp4", "https://files.mastodon.social/cache/media_attachments/files/113/601/100/112/657/370/original/283412c955536f69.mp4"\n    ), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/601/100/112/657/370/small/283412c955536f69.png", "https://files.mastodon.social/cache/media_attachments/files/113/601/100/112/657/370/small/283412c955536f69.png", "https://files.mastodon.social/cache/media_attachments/files/113/601/100/112/657/370/small/283412c955536f69.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/601/098/086/435/577/original/35592e6e3570f150.mp4", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/113/601/098/086/435/577/original/35592e6e3570f150.mp4", "https://social.numerique.gouv.fr/system/media_attachments/files/113/601/098/086/435/577/original/35592e6e3570f150.mp4"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1382, height = 598, frame_rate = "100/7", duration = 17.85, bitrate = 2622092), small = list(width = 640, height = 277, size = "640x277", aspect = 2.31046931407942)), description = c("Aperçu de defis.data.gouv.fr", \n    "Aperçu de defis.data.gouv.fr", "Aperçu de defis.data.gouv.fr"), blurhash = c("UtNd{~%3obt7-pWBWCfQ~ANFWEaeo#oMaxf6", "UtNd{~%3obt7-pWBWCfQ~ANFWEaeo#oMaxf6", "UtNd{~%3obt7-pWBWCfQ~ANFWEaeo#oMaxf6"))), mentions = list(list()), tags = list(list(name = "opendata", url = "https://mastodon.social/tags/opendata")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(id = "113785776691760582", uri = "https://mastoxiv.page/users/arXiv_csDL_bot/statuses/113785776658034214", created_at = list(sec = 24, min = 59, hour = 6, mday = 7, mon = 0, year = 125, wday = 2, yday = 6, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>How to build an Open Science Monitor based on publications? A French perspective</p><p>Laetitia Bracco, Eric Jeangirard, Anne L'H\\\\^ote, Laurent Romary<br><a href=\\"https://arxiv.org/abs/2501.02856\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">arxiv.org/abs/2501.02856</span><span class=\\"invisible\\"></span></a> <a href=\\"https://arxiv.org/pdf/2501.02856\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">arxiv.org/pdf/2501.02856</span><span class=\\"invisible\\"></span></a> <a href=\\"https://arxiv.org/html/2501.02856\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">arxiv.org/html/2501.02856</span><span class=\\"invisible\\"></span></a></p><p>arXiv:2501.02856v1 Announce Type: new <br>Abstract: Many countries and institutions are striving to develop tools to monitor their open science policies. Since 2018, with the launch of its National Plan for Open Science, France has been progressively implementing a monitoring framework for its public policy, relying exclusively on reliable, open, and controlled data. Currently, this monitoring focuses on research outputs, particularly publications, as well as theses and clinical trials. Publications serve as a basis for analyzing other dimensions, including research data, code, and software. The metadata associated with publications is therefore particularly valuable, but the methodology for leveraging it raises several challenges. Here, we briefly outline how we have used this metadata to construct the French Open Science Monitor.</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 15, favourites_count = 1, replies_count = 1, url = "https://mastoxiv.page/@arXiv_csDL_bot/113785776658034214", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://arxiv.org/abs/2501.02856", title = "How to build an Open Science Monitor based on publications? A French perspective", description = "Many countries and institutions are striving to develop tools to monitor their open science policies. Since 2018, with the launch of its National Plan for Open Science, France has been progressively implementing a monitoring framework for its public policy, relying exclusively on reliable, open, and controlled data. Currently, this monitoring focuses on research outputs, particularly publications, as well as theses and clinical trials. Publications serve as a basis for analyzing other dimensions, including research data, code, and software. The metadata associated with publications is therefore particularly valuable, but the methodology for leveraging it raises several challenges. Here, we briefly outline how we have used this metadata to construct the French Open Science Monitor.", \n        language = "en", type = "link", author_name = "", author_url = "", provider_name = "arXiv.org", provider_url = "", html = "", width = 628, height = 366, image = "https://files.mastodon.social/cache/preview_cards/images/126/977/461/original/e5229d0bf0b50b1a.png", image_description = "arXiv logo", embed_url = "", blurhash = "UQR{x%of%gozxuayj[of_NofRPj[xuj[afWB", published_at = NULL, authors = list())), account = list(list(id = "109730268154254066", username = "arXiv_csDL_bot", acct = "arXiv_csDL_bot@mastoxiv.page", \n        display_name = "arXiv cs.DL bot", locked = FALSE, bot = TRUE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 11, year = 122, wday = 2, yday = 360, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Computer Science - Digital Libraries <a href=\\"https://arxiv.org/list/cs.DL/new\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">arxiv.org/list/cs.DL/new</span><span class=\\"invisible\\"></span></a> Not affiliated with arXiv. Run by <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mastoxiv.page/@vela\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>vela</span></a></span> with <a href=\\"https://github.com/so-okada/toXivs\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">github.com/so-okada/toXivs</span><span class=\\"invisible\\"></span></a><br><a href=\\"https://mastoxiv.page/tags/arXiv\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>arXiv</span></a> <a href=\\"https://mastoxiv.page/tags/ComputerScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ComputerScience</span></a> <a href=\\"https://mastoxiv.page/tags/DigitalLibraries\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DigitalLibraries</span></a></p><p>text-search: <a href=\\"https://tootfinder.ch\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">tootfinder.ch</span><span class=\\"invisible\\"></span></a></p>", \n        url = "https://mastoxiv.page/@arXiv_csDL_bot", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/730/268/154/254/066/original/ead56e7585bc49b8.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/730/268/154/254/066/original/ead56e7585bc49b8.jpg", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 18, following_count = 0, statuses_count = 1918, \n        last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list()
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(id = "113780986987651328", uri = "https://qoto.org/users/marind/statuses/113780986829719797", created_at = list(sec = 17, min = 41, hour = 10, mday = 6, mon = 0, year = 125, wday = 1, yday = 5, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Des meringues pour faire goûter la démarche scientifique</p><p>Afin d’expliquer au grand public le défi que représente la reproductibilité des résultats en sciences, une équipe rennaise a choisi une approche originale : utiliser la confection de pâtisseries comme terrain d’expérimentation.<br> <a href=\\"https://www.lemonde.fr/sciences/article/2024/12/23/des-meringues-pour-faire-gouter-la-demarche-scientifique_6463174_1650684.html?lmd_medium=al&amp;lmd_campaign=envoye-par-appli&amp;lmd_creation=ios&amp;lmd_source=default\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">lemonde.fr/sciences/article/20</span><span class=\\"invisible\\">24/12/23/des-meringues-pour-faire-gouter-la-demarche-scientifique_6463174_1650684.html?lmd_medium=al&amp;lmd_campaign=envoye-par-appli&amp;lmd_creation=ios&amp;lmd_source=default</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 7, favourites_count = 1, replies_count = 0, url = "https://qoto.org/@marind/113780986829719797", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.lemonde.fr/sciences/article/2024/12/23/des-meringues-pour-faire-gouter-la-demarche-scientifique_6463174_1650684.html?lmd_medium=al&lmd_campaign=envoye-par-appli&lmd_creation=ios&lmd_source=default", \n        title = "Des meringues pour faire goûter la démarche scientifique", description = "Afin d’expliquer au grand public le défi que représente la reproductibilité des résultats en sciences, une équipe rennaise a choisi une approche originale : utiliser la confection de pâtisseries comme terrain d’expérimentation.", language = "fr", type = "link", author_name = "David Larousserie", author_url = "", provider_name = "Le Monde", provider_url = "", html = "", width = 588, height = 392, \n        image = "https://files.mastodon.social/cache/preview_cards/images/125/264/441/original/263440425fb2f487.jpg", image_description = "", embed_url = "", blurhash = "UFEDCe#7Jro#4a$+_2Ne?TpGIC%g4pD+R+xt", published_at = "2024-12-23T05:00:01.000Z", authors = list(list(name = "David Larousserie", url = "", account = NULL)))), account = list(list(id = "109251589159853234", username = "marind", acct = "marind@qoto.org", display_name = "Marin Dacos - science ouverte", locked = FALSE, bot = FALSE, \n        discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 29, mon = 9, year = 122, wday = 6, yday = 301, isdst = 0, zone = "UTC", gmtoff = 0), note = "", url = "https://qoto.org/@marind", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/251/589/159/853/234/original/f1ffcf5528534a14.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/251/589/159/853/234/original/f1ffcf5528534a14.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/251/589/159/853/234/original/a8df9991ce4049da.jpg", \n        header_static = "https://files.mastodon.social/cache/accounts/headers/109/251/589/159/853/234/original/a8df9991ce4049da.jpg", followers_count = 1130, following_count = 644, statuses_count = 660, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("French open science coordinator", "My publications and profile", "Site personnel", "Fondateur et ancien directeur d'OpenEdition"\n        ), value = c("<a href=\\"https://www.ouvrirlascience.fr/second-national-plan-for-open-science/\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/second-nati</span><span class=\\"invisible\\">onal-plan-for-open-science/</span></a>", "<a href=\\"https://orcid.org/0000-0002-9361-5295\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">orcid.org/0000-0002-9361-5295</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://marin.dacos.org/\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">marin.dacos.org/</span><span class=\\"invisible\\"></span></a>", "<a href=\\"http://www.openedition.org\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">http://www.</span><span class=\\"\\">openedition.org</span><span class=\\"invisible\\"></span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), \n    mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "113685307013052841", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/113685306984685655", created_at = list(sec = 38, min = 8, hour = 13, mday = 20, mon = 11, year = 124, wday = 5, yday = 354, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>L'extention de navigateur <a href=\\"https://social.sciences.re/tags/RedacTek\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>RedacTek</span></a> peut vous aider à identifier des articles potentiellement problématiques et le blog <a href=\\"https://social.sciences.re/tags/SicenceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>SicenceOuverte</span></a> de l'<a href=\\"https://social.sciences.re/tags/institutpasteur\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>institutpasteur</span></a> vous explique <a href=\\"https://social.sciences.re/tags/CommentFaire\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CommentFaire</span></a>.<br><a href=\\"https://social.sciences.re/tags/Integrit%C3%A9Scientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>IntegritéScientifique</span></a> </p><p>➡️ <a href=\\"https://openscience.pasteur.fr/2024/12/12/comment-detecter-des-articles-presentant-des-problemes-dintegrite-avec-redactek/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/12</span><span class=\\"invisible\\">/12/comment-detecter-des-articles-presentant-des-problemes-dintegrite-avec-redactek/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/113685306984685655", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/12/12/comment-detecter-des-articles-presentant-des-problemes-dintegrite-avec-redactek/", title = "Comment détecter des articles présentant des problèmes d’intégrité avec RedacTek ?", \n        description = "En avril 2024, le journal Nature présentait un nouvel outil de détection des articles posant potentiellement des problèmes d’intégrité. Son nom : RedacTek. Cette extension de navigateur, disp…", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", html = "", width = 439, height = 524, image = "https://files.mastodon.social/cache/preview_cards/images/124/007/776/original/64a4e862dab93d3f.png", \n        image_description = "", embed_url = "", blurhash = "U4SF^bJB^k%M.ATK9Zxu9dbcITofIw-q-VRj", published_at = "2024-12-12T14:58:45.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", \n        gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("redactek", "sicenceouverte", "institutpasteur", "commentfaire", "IntegriteScientifique"), url = c("https://mastodon.social/tags/redactek", "https://mastodon.social/tags/sicenceouverte", "https://mastodon.social/tags/institutpasteur", "https://mastodon.social/tags/commentfaire", "https://mastodon.social/tags/IntegriteScientifique"))), emojis = list(list()), favourited = FALSE, \n    reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "113559625588437757", uri = "https://qoto.org/users/marind/statuses/113559618983091348", created_at = list(sec = 32, min = 24, hour = 8, mday = 28, mon = 10, year = 124, wday = 4, yday = 332, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Les Français et la science : le CNRS lance une grande consultation  <a href=\\"https://www.cnrs.fr/fr/actualite/les-francais-et-la-science-le-cnrs-lance-une-grande-consultation?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">cnrs.fr/fr/actualite/les-franc</span><span class=\\"invisible\\">ais-et-la-science-le-cnrs-lance-une-grande-consultation?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 0, replies_count = 1, url = "https://qoto.org/@marind/113559618983091348", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.cnrs.fr/fr/actualite/les-francais-et-la-science-le-cnrs-lance-une-grande-consultation?utm_source=dlvr.it&utm_medium=mastodon", title = "Les Français et la science : le CNRS lance une grande consultation", \n        description = "Jusqu’au 31 janvier 2025, le CNRS organise une grande consultation nationale inédite avec une question centrale : Comment les sciences pe", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "CNRS", provider_url = "", html = "", width = 400, height = 400, image = "https://files.mastodon.social/cache/preview_cards/images/121/900/872/original/0714e6e8d36d8a56.jpg", image_description = "", embed_url = "", blurhash = "UeKBO74n00?b-;%MofWB?bxujFWAx]xuozWB", \n        published_at = NULL, authors = list())), account = list(list(id = "109251589159853234", username = "marind", acct = "marind@qoto.org", display_name = "Marin Dacos - science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 29, mon = 9, year = 122, wday = 6, yday = 301, isdst = 0, zone = "UTC", gmtoff = 0), note = "", url = "https://qoto.org/@marind", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/251/589/159/853/234/original/f1ffcf5528534a14.jpg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/251/589/159/853/234/original/f1ffcf5528534a14.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/251/589/159/853/234/original/a8df9991ce4049da.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/251/589/159/853/234/original/a8df9991ce4049da.jpg", followers_count = 1130, following_count = 644, statuses_count = 660, last_status_at = list(sec = NA, min = NA, hour = NA, \n            mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("French open science coordinator", "My publications and profile", "Site personnel", "Fondateur et ancien directeur d'OpenEdition"), value = c("<a href=\\"https://www.ouvrirlascience.fr/second-national-plan-for-open-science/\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/second-nati</span><span class=\\"invisible\\">onal-plan-for-open-science/</span></a>", \n        "<a href=\\"https://orcid.org/0000-0002-9361-5295\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">orcid.org/0000-0002-9361-5295</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://marin.dacos.org/\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">marin.dacos.org/</span><span class=\\"invisible\\"></span></a>", "<a href=\\"http://www.openedition.org\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">http://www.</span><span class=\\"\\">openedition.org</span><span class=\\"invisible\\"></span></a>"\n        ))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = "113684570922166515", uri = "https://mastodon.social/users/Urfist_Rennes/statuses/113684570922166515", created_at = list(sec = 27.363, min = 1, hour = 10, mday = 20, mon = 11, year = 124, wday = 5, yday = 354, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Le programme de formations URFIST Bretagne Pays de la Loire  : premières formations pour 2025. Vous pouvez déjà vous incsrire ! <a href=\\"https://sygefor.reseau-urfist.fr/#/program/rennes\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">sygefor.reseau-urfist.fr/#/pro</span><span class=\\"invisible\\">gram/rennes</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://mastodon.social/@Urfist_Rennes/113684570922166515", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://sygefor.reseau-urfist.fr/#/program/rennes", title = "SYGEFOR - SYstème de GEstion de FORmation", description = "Les URFIST (Unité Régionale de Formation à l'Information Scientifique et Technique) ont pour missions la recherche et la formation des usagers universitaires sur les outils, les pratiques et les évolutions de l'information scientifique.", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111928892099190457", username = "Urfist_Rennes", acct = "Urfist_Rennes", display_name = "Urfist Rennes", locked = FALSE, bot = FALSE, discoverable = NA, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 14, \n        mon = 1, year = 124, wday = 3, yday = 44, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité régionale de formation à l&#39;information scientifique et technique de Bretagne et Pays de la Loire.</p><p>Posts sur <a href=\\"https://mastodon.social/tags/FormationsIST\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>FormationsIST</span></a> <a href=\\"https://mastodon.social/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ScienceOuverte</span></a> <a href=\\"https://mastodon.social/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>OpenData</span></a></p>", \n        url = "https://mastodon.social/@Urfist_Rennes", avatar = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", avatar_static = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", header = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", header_static = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", \n        followers_count = 45, following_count = 32, statuses_count = 81, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113684570797528024", "113684570797528024"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/684/570/797/528/024/original/282cd3bbd5db1a8d.png", \n    "https://files.mastodon.social/media_attachments/files/113/684/570/797/528/024/original/282cd3bbd5db1a8d.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/684/570/797/528/024/small/282cd3bbd5db1a8d.png", "https://files.mastodon.social/media_attachments/files/113/684/570/797/528/024/small/282cd3bbd5db1a8d.png"), meta = list(original = list(width = 240, height = 180, size = "240x180", aspect = 1.33333333333333), small = list(width = 240, height = 180, size = "240x180", \n        aspect = 1.33333333333333)), blurhash = c("UvR20jp0.mtSyBW-RPsmtRozVtaKs:sVe.OB", "UvR20jp0.mtSyBW-RPsmtRozVtaKs:sVe.OB"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list(id = "113640333760711182", uri = "https://social.sciences.re/users/zimoun/statuses/113640333723253360", created_at = list(sec = 21, min = 31, hour = 14, mday = 12, mon = 11, year = 124, wday = 4, yday = 346, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>« Pour une industrie numérique sobre et juste » <a href=\\"https://social.sciences.re/tags/JRES\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>JRES</span></a></p><p>Et si on appliquait une stratégie à la Négawatt pour l'industrie numérique&nbsp;?</p><p>Peut-être commençons par appliquer plus systématiquement les 5 R&nbsp;: Refuser, Réduire, Réutiliser, Recycler et Rendre à la terre.</p><p><a href=\\"https://negawatt.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">negawatt.org</span><span class=\\"invisible\\"></span></a></p><p><a href=\\"https://social.sciences.re/tags/JRES2024\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>JRES2024</span></a> <a href=\\"https://social.sciences.re/tags/JRES24\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>JRES24</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 1, replies_count = 0, url = "https://social.sciences.re/@zimoun/113640333723253360", in_reply_to_id = "113640291186733598", in_reply_to_account_id = "111818208793653208", language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://negawatt.org/", title = "Association négaWatt", description = "", language = "fr", type = "link", author_name = "", author_url = "", \n        provider_name = "Association négaWatt", provider_url = "", html = "", width = 200, height = 200, image = "https://files.mastodon.social/cache/preview_cards/images/074/994/557/original/100c1a52b4fa6889.png", image_description = "", embed_url = "", blurhash = "UHRpF3Si~p%1-paebHkC-;s:M{WCsmt7WXRj", published_at = NULL, authors = list())), account = list(list(id = "111818208793653208", username = "zimoun", acct = "zimoun@sciences.re", display_name = "Simon Tournier", locked = FALSE, bot = FALSE, \n        discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 25, mon = 0, year = 124, wday = 4, yday = 24, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Reproducible Research and Guix</p><p>« Le vrai pessimiste sait qu'il est déjà trop tard pour l'être. »</p>", url = "https://social.sciences.re/@zimoun", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/818/208/793/653/208/original/2e49ff9f842bf131.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/818/208/793/653/208/original/2e49ff9f842bf131.png", \n        header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 246, following_count = 138, statuses_count = 1598, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Web", "Blog"), value = c("<a href=\\"https://simon.tournier.info\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">simon.tournier.info</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://simon.tournier.info/posts\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">simon.tournier.info/posts</span><span class=\\"invisible\\"></span></a>"), verified_at = c("2025-01-12T20:38:49.068+00:00", NA))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("jres", "jres2024", "jres24"), url = c("https://mastodon.social/tags/jres", \n    "https://mastodon.social/tags/jres2024", "https://mastodon.social/tags/jres24"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 20                                                                                                                                                                                                                                                                                                              list(id = "113634491423856287", uri = "https://piaille.fr/users/admin/statuses/113634491313466877", created_at = list(sec = 33, min = 45, hour = 13, mday = 11, mon = 11, year = 124, wday = 3, yday = 345, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Bonjour ! ☑️ </p><p>Sur le réseau Mastodon, la « certification » n'existe pas vraiment : il ne revient pas à une autorité centrale de contrôler l'identité d'une personne ou d'un organisme pour assurer la véracité d'un compte.</p><p>On parle de « vérification » : chacun peut, sur un site Internet où il peut agir, insérer un bloc HTML lisible par une machine, puis ajouter l'URL de la page dans ses « Liens de profil » : l'instance scannera alors la page, et verra que ce site Internet accrédite ce compte.</p><p>Par exemple, <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://piaille.fr/@CelianGodefroid\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>CelianGodefroid</span></a></span> a vérifié son compte à l'aide du site scientifique <a href=\\"https://hal.science\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science</span><span class=\\"invisible\\"></span></a>. Plus le site est connu, plus la vérification sera fiable !</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 29, favourites_count = 3, replies_count = 2, url = "https://piaille.fr/@admin/113634491313466877", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://hal.science/", title = "Accueil - Archive ouverte HAL", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", \n        html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109270298887282648", username = "admin", acct = "admin@piaille.fr", display_name = "Admin Piaille", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 1, mon = 10, year = 122, wday = 2, yday = 304, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>:piaille: Compte de l'équipe d'administration de Piaille.fr</p><p>Publie les annonces de nouveaux services, coupures pour mises à jour etc.</p><p>Retrouvez-nous sur <a href=\\"https://blog.piaille.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">blog.piaille.fr/</span><span class=\\"invisible\\"></span></a></p><p>⚠️ Attention :<br>- Nous ne sommes administrateurs que de l'instance Piaille.fr, pas de la totalité du réseau Mastodon ;<br>- Pour une demande d'assistance, sollicitez les membres de l'équipe directement (suivis par le compte Admin).</p>", \n        url = "https://piaille.fr/@admin", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/270/298/887/282/648/original/72060656be860078.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/270/298/887/282/648/original/72060656be860078.png", header = "https://files.mastodon.social/cache/accounts/headers/109/270/298/887/282/648/original/a8f3e52ae22fbfe1.png", header_static = "https://files.mastodon.social/cache/accounts/headers/109/270/298/887/282/648/original/a8f3e52ae22fbfe1.png", \n        followers_count = 8377, following_count = 5, statuses_count = 73, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Nouvelles", "Soutenez-nous"), value = c("<a href=\\"https://blog.piaille.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">blog.piaille.fr/</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://www.helloasso.com/associations/piaille\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">helloasso.com/associations/pia</span><span class=\\"invisible\\">ille</span></a>"))), emojis = list(list(shortcode = "piaille", url = "https://files.mastodon.social/cache/custom_emojis/images/001/060/537/original/f3b87893354ba35a.png", static_url = "https://files.mastodon.social/cache/custom_emojis/images/001/060/537/static/f3b87893354ba35a.png", \n            visible_in_picker = TRUE)))), reblog = list(list()), media_attachments = list(list(id = c("113634491343000953", "113634491343000953", "113634491343000953", "113634491379708146", "113634491379708146", "113634491379708146"), type = c("image", "image", "image", "image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/634/491/343/000/953/original/a384b78f1d86b9ff.png", "https://files.mastodon.social/cache/media_attachments/files/113/634/491/343/000/953/original/a384b78f1d86b9ff.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/634/491/343/000/953/original/a384b78f1d86b9ff.png", "https://files.mastodon.social/cache/media_attachments/files/113/634/491/379/708/146/original/9bd9ad7e3a38e583.png", "https://files.mastodon.social/cache/media_attachments/files/113/634/491/379/708/146/original/9bd9ad7e3a38e583.png", "https://files.mastodon.social/cache/media_attachments/files/113/634/491/379/708/146/original/9bd9ad7e3a38e583.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/634/491/343/000/953/small/a384b78f1d86b9ff.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/634/491/343/000/953/small/a384b78f1d86b9ff.png", "https://files.mastodon.social/cache/media_attachments/files/113/634/491/343/000/953/small/a384b78f1d86b9ff.png", "https://files.mastodon.social/cache/media_attachments/files/113/634/491/379/708/146/small/9bd9ad7e3a38e583.png", "https://files.mastodon.social/cache/media_attachments/files/113/634/491/379/708/146/small/9bd9ad7e3a38e583.png", "https://files.mastodon.social/cache/media_attachments/files/113/634/491/379/708/146/small/9bd9ad7e3a38e583.png"\n    ), remote_url = c("https://static.piaille.fr/media_attachments/files/113/634/440/728/531/947/original/3ac1eef617af0d3b.png", "https://static.piaille.fr/media_attachments/files/113/634/440/728/531/947/original/3ac1eef617af0d3b.png", "https://static.piaille.fr/media_attachments/files/113/634/440/728/531/947/original/3ac1eef617af0d3b.png", "https://static.piaille.fr/media_attachments/files/113/634/460/226/452/357/original/5399d2fdb88cce5d.png", "https://static.piaille.fr/media_attachments/files/113/634/460/226/452/357/original/5399d2fdb88cce5d.png", \n    "https://static.piaille.fr/media_attachments/files/113/634/460/226/452/357/original/5399d2fdb88cce5d.png"), meta = list(focus = list(x = -0.07, y = -0.98), original = list(width = 796, height = 1021, size = "796x1021", aspect = 0.779627815866797), small = list(width = 424, height = 544, size = "424x544", aspect = 0.779411764705882), focus = list(x = 0, y = 0), original = list(width = 1439, height = 1901, size = "1439x1901", aspect = 0.756970015781168), small = list(width = 418, height = 552, \n        size = "418x552", aspect = 0.757246376811594)), description = c("Capture d'écran du profil de Célian Godefroid sur Piaille : on y voit que 3 liens sur 4 sont surlignés en vert, avec une coche indiquant que le lien est vérifié.", "Capture d'écran du profil de Célian Godefroid sur Piaille : on y voit que 3 liens sur 4 sont surlignés en vert, avec une coche indiquant que le lien est vérifié.", "Capture d'écran du profil de Célian Godefroid sur Piaille : on y voit que 3 liens sur 4 sont surlignés en vert, avec une coche indiquant que le lien est vérifié.", \n    "Capture d'écran identique à la première, mais avec une mise en page différente : elle est prise depuis l'application Moshidon", "Capture d'écran identique à la première, mais avec une mise en page différente : elle est prise depuis l'application Moshidon", "Capture d'écran identique à la première, mais avec une mise en page différente : elle est prise depuis l'application Moshidon"), blurhash = c("USATvMj?WCax_4axWBax_4ayWBay?vflWAa#", "USATvMj?WCax_4axWBax_4ayWBay?vflWAa#", "USATvMj?WCax_4axWBax_4ayWBay?vflWAa#", \n    "UYBN4rofWBfR_NayWBaz_3a}WBay?cfkWBaz", "UYBN4rofWBfR_NayWBaz_3a}WBay?cfkWBaz", "UYBN4rofWBfR_NayWBaz_3a}WBay?cfkWBaz"))), mentions = list(list(id = "109970140224454902", username = "CelianGodefroid", url = "https://piaille.fr/@CelianGodefroid", acct = "CelianGodefroid@piaille.fr")), tags = list(list()), emojis = list(list()), favourited = TRUE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(id = "113632864091661173", uri = "https://mastodon.mim-libre.fr/users/lelibreedu/statuses/113632863904598152", created_at = list(sec = 40, min = 51, hour = 6, mday = 11, mon = 11, year = 124, wday = 3, yday = 345, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Journées Réseaux Enseignement Supérieur <a href=\\"https://mastodon.mim-libre.fr/tags/JRES2024\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>JRES2024</span></a> à Rennes du 10 au 13 décembre <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@LesJRES\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>LesJRES</span></a></span></p><p>Parmi le vaste programme :<br>- Soutenir le développement des communs numériques dans l'éducation<br><span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mamot.fr/@ThierryJoffredo\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>ThierryJoffredo</span></a></span> et <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mastodon.social/@framaka\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>framaka</span></a></span> <br>12 décembre 17:55 Grand Auditorium<br><a href=\\"https://2024.jres.org/programme\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">2024.jres.org/programme</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 8, favourites_count = 1, replies_count = 1, url = "https://mastodon.mim-libre.fr/@lelibreedu/113632863904598152", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://2024.jres.org/programme", title = "Programme – JRES 2024", description = "Le programme complet des JRES, Journées Réseaux de l'Enseignement et de la Recherche Rennes automne 2024, au Couvent des Jacobins : conférences, posters, ateliers, etc.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109246012665191840", username = "lelibreedu", acct = "lelibreedu@mastodon.mim-libre.fr", display_name = "Le Libre Éducatif", locked = FALSE, bot = FALSE, discoverable = FALSE, group = FALSE, created_at = list(sec = 0, \n        min = 0, hour = 0, mday = 28, mon = 9, year = 122, wday = 5, yday = 300, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Compte officiel de la Direction du numérique pour l'éducation du ministère français de l'Éducation nationale dédié aux logiciels et ressources éducatives libres<br><a href=\\"https://mastodon.mim-libre.fr/tags/CommunsNumeriques\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CommunsNumeriques</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/LogicielsLibres\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>LogicielsLibres</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/REL\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>REL</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/Education\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Education</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/DNE\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DNE</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/LaForgeEdu\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>LaForgeEdu</span></a><br>(administré par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mastodon.social/@framaka\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>framaka</span></a></span>)</p><p>Open Source and Open Education at the French Ministry of Education<br><a href=\\"https://mastodon.mim-libre.fr/tags/FreeSoftware\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>FreeSoftware</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/OER\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OER</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/DigitalCommons\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DigitalCommons</span></a></p>", \n        url = "https://mastodon.mim-libre.fr/@lelibreedu", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/246/012/665/191/840/original/7339f2804e8f9ea4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/246/012/665/191/840/original/7339f2804e8f9ea4.png", header = "https://files.mastodon.social/cache/accounts/headers/109/246/012/665/191/840/original/4ede39b996057da0.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/246/012/665/191/840/original/4ede39b996057da0.jpg", \n        followers_count = 7162, following_count = 488, statuses_count = 743, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113632864049250988", "113632864049250988", "113632864049250988"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/632/864/049/250/988/original/d2924ac5928a95fc.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/632/864/049/250/988/original/d2924ac5928a95fc.png", "https://files.mastodon.social/cache/media_attachments/files/113/632/864/049/250/988/original/d2924ac5928a95fc.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/632/864/049/250/988/small/d2924ac5928a95fc.png", "https://files.mastodon.social/cache/media_attachments/files/113/632/864/049/250/988/small/d2924ac5928a95fc.png", "https://files.mastodon.social/cache/media_attachments/files/113/632/864/049/250/988/small/d2924ac5928a95fc.png"\n    ), remote_url = c("https://mastodon.mim-libre.fr/system/media_attachments/files/113/632/834/135/418/777/original/ee975691075f037c.png", "https://mastodon.mim-libre.fr/system/media_attachments/files/113/632/834/135/418/777/original/ee975691075f037c.png", "https://mastodon.mim-libre.fr/system/media_attachments/files/113/632/834/135/418/777/original/ee975691075f037c.png"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1398, height = 1007, size = "1398x1007", aspect = 1.38828202581927), \n        small = list(width = 565, height = 407, size = "565x407", aspect = 1.38820638820639)), description = c("Copie d'écran de la page du programme où figure l'intervention en question", "Copie d'écran de la page du programme où figure l'intervention en question", "Copie d'écran de la page du programme où figure l'intervention en question"), blurhash = c("UARfXeWV01t6xtM|WCofx[D*xtxu02%LjZoe", "UARfXeWV01t6xtM|WCofx[D*xtxu02%LjZoe", "UARfXeWV01t6xtM|WCofx[D*xtxu02%LjZoe"))), mentions = list(\n        list(id = c("107961106645345143", "112825737444372272", "56926"), username = c("framaka", "LesJRES", "ThierryJoffredo"), url = c("https://mastodon.social/@framaka", "https://social.numerique.gouv.fr/@LesJRES", "https://mamot.fr/@ThierryJoffredo"), acct = c("framaka", "LesJRES@social.numerique.gouv.fr", "ThierryJoffredo@mamot.fr"))), tags = list(list(name = "jres2024", url = "https://mastodon.social/tags/jres2024")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, \n    bookmarked = FALSE, pinned = NA)
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "113627932006016424", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/113627931853054945", created_at = list(sec = 23, min = 57, hour = 9, mday = 10, mon = 11, year = 124, wday = 2, yday = 344, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>BibCnrs, bientôt une nouvelle version !<br>Rendez-vous le 8 janvier 2025 pour découvrir un portail enrichi, optimisé et pensé pour faciliter vos recherches scientifiques<br>🌐 +100 plateformes en open access<br>✨ Interface personnalisable<br>⚡ Navigation simplifiée<br>👉 Détails : <a href=\\"https://www.inist.fr/nos-actualites/bibcnrs-bientot-une-nouvelle-version/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/bibcnr</span><span class=\\"invisible\\">s-bientot-une-nouvelle-version/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 9, favourites_count = 1, replies_count = 1, url = "https://social.numerique.gouv.fr/@InistCNRS/113627931853054945", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/bibcnrs-bientot-une-nouvelle-version/", title = "BibCnrs, bientôt une nouvelle version !", description = "Le portail BibCnrs, dévoilera le mercredi 8 janvier 2025, une nouvelle version enrichie et optimisée pour faciliter l’accès aux ressources scientifiques.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 554, height = 415, image = "https://files.mastodon.social/cache/preview_cards/images/123/525/069/original/5aafcb72ce87a800.jpg", image_description = "", embed_url = "", blurhash = "UYPZo+o#j^s;4XV@Roah9PafRlax4xogWAay", published_at = "2024-12-10T09:40:01.000Z", authors = list())), account = list(list(id = "111426842546145512", username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", \n        display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113627931970359992", "113627931970359992", "113627931970359992"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/627/931/970/359/992/original/288c9c5ba6b743d1.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/627/931/970/359/992/original/288c9c5ba6b743d1.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/627/931/970/359/992/original/288c9c5ba6b743d1.jpg"\n    ), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/627/931/970/359/992/small/288c9c5ba6b743d1.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/627/931/970/359/992/small/288c9c5ba6b743d1.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/627/931/970/359/992/small/288c9c5ba6b743d1.jpg"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/627/931/156/856/390/original/e50d35c94c6c6af1.jpg", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/113/627/931/156/856/390/original/e50d35c94c6c6af1.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/627/931/156/856/390/original/e50d35c94c6c6af1.jpg"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1667, height = 1250, size = "1667x1250", aspect = 1.3336), small = list(width = 554, height = 415, size = "554x415", aspect = 1.33493975903614)), description = c("new bibCNRS", "new bibCNRS", \n    "new bibCNRS"), blurhash = c("UYPZo+o#j^s;4XV[Roah9PafRlax4xogWAay", "UYPZo+o#j^s;4XV[Roah9PafRlax4xogWAay", "UYPZo+o#j^s;4XV[Roah9PafRlax4xogWAay"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "113623328275613708", uri = "https://social.numerique.gouv.fr/users/hal_fr/statuses/113623328097069072", created_at = list(sec = 36, min = 26, hour = 14, mday = 9, mon = 11, year = 124, wday = 1, yday = 343, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/datavisualisation\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>datavisualisation</span></a> <br>[BLOG] Découvrez HAL monitor, un outil de visualisation pour explorer les données de HAL. <br>HAL monitor propose une interface conviviale pour produire vos rapports statistiques.<br>Lire le billet ▶️ <a href=\\"https://www.ccsd.cnrs.fr/2024/12/hal-monitor-un-outil-de-visualisation-pour-decouvrir-les-contenus-de-hal/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ccsd.cnrs.fr/2024/12/hal-monit</span><span class=\\"invisible\\">or-un-outil-de-visualisation-pour-decouvrir-les-contenus-de-hal/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 19, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@hal_fr/113623328097069072", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ccsd.cnrs.fr/2024/12/hal-monitor-un-outil-de-visualisation-pour-decouvrir-les-contenus-de-hal/", title = "HAL monitor : un outil de visualisation pour découvrir les contenus de HAL", \n        description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111447526783243509", username = "hal_fr", acct = "hal_fr@social.numerique.gouv.fr", display_name = "HAL science", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 20, mon = 10, year = 123, wday = 1, yday = 323, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>L'archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion en libre accès de publications scientifiques.</p>", url = "https://social.numerique.gouv.fr/@hal_fr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", \n        header = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", followers_count = 805, following_count = 80, statuses_count = 130, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", \n            value = "<a href=\\"https://hal.science/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113623328242516937", "113623328242516937", "113623328242516937"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/623/328/242/516/937/original/2986e75bd468b9e8.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/623/328/242/516/937/original/2986e75bd468b9e8.png", "https://files.mastodon.social/cache/media_attachments/files/113/623/328/242/516/937/original/2986e75bd468b9e8.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/623/328/242/516/937/small/2986e75bd468b9e8.png", "https://files.mastodon.social/cache/media_attachments/files/113/623/328/242/516/937/small/2986e75bd468b9e8.png", "https://files.mastodon.social/cache/media_attachments/files/113/623/328/242/516/937/small/2986e75bd468b9e8.png"\n    ), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/623/322/820/224/848/original/73a24f4dcbbc6b9e.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/623/322/820/224/848/original/73a24f4dcbbc6b9e.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/623/322/820/224/848/original/73a24f4dcbbc6b9e.png"), meta = list(focus = list(x = 0, y = 0), original = list(width = 883, height = 694, size = "883x694", aspect = 1.27233429394813), \n        small = list(width = 541, height = 425, size = "541x425", aspect = 1.27294117647059)), description = c("Exemple de visualisation de données du portail HAL-INSU, portant sur 184 821 documents (chiffre affiché en haut à droite). Les visualisations choisies montrent : un graphique en courbe pour les dates de publication des documents déposés, un diagramme circulaire présentant le taux de présence de DOI (65%), un diagramme circulaire présentant le taux de présence de projet ANR (10%) et une carte présentant les pays des tutelles des co-auteurs.", \n    "Exemple de visualisation de données du portail HAL-INSU, portant sur 184 821 documents (chiffre affiché en haut à droite). Les visualisations choisies montrent : un graphique en courbe pour les dates de publication des documents déposés, un diagramme circulaire présentant le taux de présence de DOI (65%), un diagramme circulaire présentant le taux de présence de projet ANR (10%) et une carte présentant les pays des tutelles des co-auteurs.", "Exemple de visualisation de données du portail HAL-INSU, portant sur 184 821 documents (chiffre affiché en haut à droite). Les visualisations choisies montrent : un graphique en courbe pour les dates de publication des documents déposés, un diagramme circulaire présentant le taux de présence de DOI (65%), un diagramme circulaire présentant le taux de présence de projet ANR (10%) et une carte présentant les pays des tutelles des co-auteurs."\n    ), blurhash = c("UfQch*kWs:Rk4TR-s:R*4nNbjus:9FR+jbj[", "UfQch*kWs:Rk4TR-s:R*4nNbjus:9FR+jbj[", "UfQch*kWs:Rk4TR-s:R*4nNbjus:9FR+jbj["))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "datavisualisation"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/datavisualisation"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "113613532031777260", uri = "https://mastodon.online/users/mastodonmigration/statuses/113613531779989240", created_at = list(sec = 16, min = 55, hour = 20, mday = 7, mon = 11, year = 124, wday = 6, yday = 341, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>So, this week we learned from the <a href=\\"https://mastodon.online/tags/Bluesky\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Bluesky</span></a> CEO that they are considering targeted ads and more VC investment. But, we are assured, it will only be good targeted ads, and good billionaires pumping in money. 🤔 </p><p>Feel like we've seen this movie before. Rhymes with enkittenification. 🤷</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 92, favourites_count = 27, replies_count = 14, url = "https://mastodon.online/@mastodonmigration/113613531779989240", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list()), account = list(list(id = "109267174084213669", username = "mastodonmigration", acct = "mastodonmigration@mastodon.online", display_name = "Mastodon Migration", \n        locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 31, mon = 9, year = 122, wday = 1, yday = 303, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Sharing advice and assisting with the great migration, plus various thoughts and perspectives.</p><p>Banner Artwork: Julio Lacerda <a href=\\"https://linktr.ee/julio.lacerda\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">linktr.ee/julio.lacerda</span><span class=\\"invisible\\"></span></a><br>Avatar Artwork: Brandon Pilcher <a href=\\"https://brandonpilchersart.com\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">brandonpilchersart.com</span><span class=\\"invisible\\"></span></a><br>Individual account not representing any entity or organization.<br>Curates: <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mastodon.world/@ClimateMigration\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>ClimateMigration</span></a></span> <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://universeodon.com/@AstroMigration\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>AstroMigration</span></a></span><br><a href=\\"https://mastodon.online/tags/mastodonmigration\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>mastodonmigration</span></a> <a href=\\"https://mastodon.online/tags/twittermigration\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>twittermigration</span></a></p>", \n        url = "https://mastodon.online/@mastodonmigration", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/267/174/084/213/669/original/bc1ae46962e9f9e0.gif", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/267/174/084/213/669/static/bc1ae46962e9f9e0.png", header = "https://files.mastodon.social/cache/accounts/headers/109/267/174/084/213/669/original/545d4acd32d047ba.gif", header_static = "https://files.mastodon.social/cache/accounts/headers/109/267/174/084/213/669/static/545d4acd32d047ba.png", \n        followers_count = 32075, following_count = 1300, statuses_count = 30509, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Website", "Mastodon Migration Blog", "Mastodon Migration Blog Fediverse Address", "Verification"), value = c("<a href=\\"https://medium.com/@mastodonmigration/sharing-advice-and-assisting-with-the-great-mastodon-migration-53c1a286b805\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">medium.com/@mastodonmigration/</span><span class=\\"invisible\\">sharing-advice-and-assisting-with-the-great-mastodon-migration-53c1a286b805</span></a>", \n        "<a href=\\"https://mastodonmigration.wordpress.com/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">mastodonmigration.wordpress.co</span><span class=\\"invisible\\">m/</span></a>", "<span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mastodonmigration.wordpress.com/@mastodonmigration.wordpress.com\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>mastodonmigration.wordpress.com@mastodonmigration.wordpress.com</span></a></span>", \n        "<a href=\\"https://mastodonmigration.com/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">mastodonmigration.com/</span><span class=\\"invisible\\"></span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113613531999256960", "113613531999256960", "113613531999256960"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/613/531/999/256/960/original/f612918c23f77306.jpg", \n    "https://files.mastodon.social/cache/media_attachments/files/113/613/531/999/256/960/original/f612918c23f77306.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/613/531/999/256/960/original/f612918c23f77306.jpg"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/613/531/999/256/960/small/f612918c23f77306.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/613/531/999/256/960/small/f612918c23f77306.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/613/531/999/256/960/small/f612918c23f77306.jpg"\n    ), remote_url = c("https://files.mastodon.online/media_attachments/files/113/613/523/134/321/985/original/2a54d159ddbe3d8c.jpg", "https://files.mastodon.online/media_attachments/files/113/613/523/134/321/985/original/2a54d159ddbe3d8c.jpg", "https://files.mastodon.online/media_attachments/files/113/613/523/134/321/985/original/2a54d159ddbe3d8c.jpg"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1008, height = 1316, size = "1008x1316", aspect = 0.765957446808511), small = list(\n        width = 420, height = 548, size = "420x548", aspect = 0.766423357664234)), description = c("Picture of a kitten", "Picture of a kitten", "Picture of a kitten"), blurhash = c("UUJj}3~WX9WBWqIURjM|?bIUM{IU?aogM{Rj", "UUJj}3~WX9WBWqIURjM|?bIUM{IU?aogM{Rj", "UUJj}3~WX9WBWqIURjM|?bIUM{IU?aogM{Rj"))), mentions = list(list()), tags = list(list(name = "bluesky", url = "https://mastodon.social/tags/bluesky")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, \n    pinned = NA)
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = "113621998446420048", uri = "https://social.sciences.re/users/BraccoLaetitia/statuses/113621998404842343", created_at = list(sec = 26, min = 48, hour = 8, mday = 9, mon = 11, year = 124, wday = 1, yday = 343, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>⏰Le webinaire \\"Derrière la beauté des images, des données\\" sur la <a href=\\"https://social.sciences.re/tags/datavisualisation\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>datavisualisation</span></a> approche ! Rendez-vous le 17/12 à 10h avec le GTSO <a href=\\"https://social.sciences.re/tags/Donn%C3%A9es\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Données</span></a> de @Couperin_consor. Inscription 👉 <a href=\\"https://gtsodataweb10.sciencesconf.org/?lang=fr\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">gtsodataweb10.sciencesconf.org</span><span class=\\"invisible\\">/?lang=fr</span></a> <a href=\\"https://social.sciences.re/tags/dataviz\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>dataviz</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@BraccoLaetitia/113621998404842343", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://gtsodataweb10.sciencesconf.org/?lang=fr", title = "Derrière la beauté des images, des données - Sciencesconf.org", description = "", language = NULL, \n        type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109347445763671380", username = "BraccoLaetitia", acct = "BraccoLaetitia@sciences.re", display_name = "Laetitia Bracco", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, \n        mday = 10, mon = 10, year = 122, wday = 4, yday = 313, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Conservatrice - Responsable de l'atelier de la donnée de l'Université de Lorraine - Pilote du GTSO Données Couperin - Chef de projet Baromètre science ouverte données/codes <a href=\\"https://social.sciences.re/tags/donn%C3%A9es\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>données</span></a> <a href=\\"https://social.sciences.re/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.sciences.re/tags/data\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>data</span></a> <a href=\\"https://social.sciences.re/tags/osmi\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>osmi</span></a></p>", \n        url = "https://social.sciences.re/@BraccoLaetitia", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/347/445/763/671/380/original/08f546be95c27db3.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/347/445/763/671/380/original/08f546be95c27db3.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/347/445/763/671/380/original/5dbe4eeb81d84475.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/347/445/763/671/380/original/5dbe4eeb81d84475.jpg", \n        followers_count = 339, following_count = 209, statuses_count = 421, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("La Science Ouverte à l'Université de Lorraine", "OSMI"), value = c("<a href=\\"http://scienceouverte.univ-lorraine.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">http://</span><span class=\\"ellipsis\\">scienceouverte.univ-lorraine.f</span><span class=\\"invisible\\">r/</span></a>", \n        "<a href=\\"https://open-science-monitoring.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">open-science-monitoring.org</span><span class=\\"invisible\\"></span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("datavisualisation", "donnees", "dataviz"), url = c("https://mastodon.social/tags/datavisualisation", "https://mastodon.social/tags/donnees", \n    "https://mastodon.social/tags/dataviz"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        list(id = "113595002610490794", uri = "https://mstdn.social/users/swheritage/statuses/113595002541090165", created_at = list(sec = 2, min = 23, hour = 14, mday = 4, mon = 11, year = 124, wday = 3, yday = 338, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>🇫🇷 For French speakers:<br>\\"Programming Historian en français : débutez votre exploration de Software Heritage.\\" <br>🖥️ Une introduction claire et pratique pour naviguer dans notre archive universelle.</p><p>🔗 Lisez l'article ici : <a href=\\"https://www.softwareheritage.org/2024/12/04/programming-historian-en-francais-debutez-votre-exploration-de-software-heritage/?lang=fr\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">softwareheritage.org/2024/12/0</span><span class=\\"invisible\\">4/programming-historian-en-francais-debutez-votre-exploration-de-software-heritage/?lang=fr</span></a></p><p><a href=\\"https://mstdn.social/tags/ProgrammingHistorian\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ProgrammingHistorian</span></a> <a href=\\"https://mstdn.social/tags/OpenSource\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenSource</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 9, favourites_count = 0, replies_count = 0, url = "https://mstdn.social/@swheritage/113595002541090165", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.softwareheritage.org/2024/12/04/programming-historian-en-francais-debutez-votre-exploration-de-software-heritage/?lang=fr", title = "Programming Historian en français : Débutez votre exploration de Software Heritage - Software Heritage", \n        description = "C’est décidé, plus une ligne de code ne doit désormais manquer à l’appel: exit liens brisés et problèmes de résolveurs de liens. Pour vous soutenir dans votre démarche, un tutoriel...", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Software Heritage", provider_url = "", html = "", width = 693, height = 333, image = "https://files.mastodon.social/cache/preview_cards/images/122/730/846/original/6e81ef131b1d1258.jpg", image_description = "", \n        embed_url = "", blurhash = "UjRC[5og%Mxtxuayayay~qoJM_Rlofj[ofj[", published_at = "2024-12-04T14:17:53.000Z", authors = list())), account = list(list(id = "1347543", username = "swheritage", acct = "swheritage@mstdn.social", display_name = "Software Heritage", locked = FALSE, bot = FALSE, discoverable = FALSE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 10, mon = 11, year = 120, wday = 4, yday = 344, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>We collect, preserve, and share <a href=\\"https://mstdn.social/tags/software\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>software</span></a> <a href=\\"https://mstdn.social/tags/sourcecode\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>sourcecode</span></a> for present and future generations. <a href=\\"https://mstdn.social/tags/swh\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>swh</span></a> <a href=\\"https://mstdn.social/tags/softwarecommons\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>softwarecommons</span></a> <a href=\\"https://mstdn.social/tags/freesoftware\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>freesoftware</span></a> <a href=\\"https://mstdn.social/tags/opensource\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>opensource</span></a></p>", \n        url = "https://mstdn.social/@swheritage", avatar = "https://files.mastodon.social/cache/accounts/avatars/001/347/543/original/a726db12ec6035d9.jpeg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/001/347/543/original/a726db12ec6035d9.jpeg", header = "https://files.mastodon.social/cache/accounts/headers/001/347/543/original/fcf87d536c54d826.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/001/347/543/original/fcf87d536c54d826.jpeg", followers_count = 448, \n        following_count = 97, statuses_count = 93, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Website", value = "<a href=\\"https://www.softwareheritage.org\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">softwareheritage.org</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-09T18:35:41.577+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113595002580914180", "113595002580914180", "113595002580914180"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/595/002/580/914/180/original/a4ebdaecc1feccd4.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/595/002/580/914/180/original/a4ebdaecc1feccd4.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/595/002/580/914/180/original/a4ebdaecc1feccd4.jpg"\n    ), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/595/002/580/914/180/small/a4ebdaecc1feccd4.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/595/002/580/914/180/small/a4ebdaecc1feccd4.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/595/002/580/914/180/small/a4ebdaecc1feccd4.jpg"), remote_url = c("https://media.mstdn.social/media_attachments/files/113/595/001/047/918/801/original/89b484358fda2b9a.jpg", "https://media.mstdn.social/media_attachments/files/113/595/001/047/918/801/original/89b484358fda2b9a.jpg", \n    "https://media.mstdn.social/media_attachments/files/113/595/001/047/918/801/original/89b484358fda2b9a.jpg"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1728, height = 830, size = "1728x830", aspect = 2.08192771084337), small = list(width = 693, height = 333, size = "693x333", aspect = 2.08108108108108)), description = c("Programming Historian", "Programming Historian", "Programming Historian"), blurhash = c("UkRC[5og%Mxtxuf6ayay~qoJM_Rlofj[j]j[", "UkRC[5og%Mxtxuf6ayay~qoJM_Rlofj[j]j[", \n    "UkRC[5og%Mxtxuf6ayay~qoJM_Rlofj[j]j["))), mentions = list(list()), tags = list(list(name = c("ProgrammingHistorian", "opensource"), url = c("https://mastodon.social/tags/ProgrammingHistorian", "https://mastodon.social/tags/opensource"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(id = "113554747003453355", uri = "https://social.numerique.gouv.fr/users/sup_recherche/statuses/113554746847291721", created_at = list(sec = 29, min = 45, hour = 11, mday = 27, mon = 10, year = 124, wday = 3, yday = 331, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Félicitations aux lauréats des prix science ouverte des données de la recherche 2024👉 <a href=\\"https://www.enseignementsup-recherche.gouv.fr/fr/remise-des-prix-science-ouverte-des-donnees-de-la-recherche-2024-98045\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">enseignementsup-recherche.gouv</span><span class=\\"invisible\\">.fr/fr/remise-des-prix-science-ouverte-des-donnees-de-la-recherche-2024-98045</span></a> <br>🔴Ces prix visent à mettre en valeur des chercheurs, projets et équipes de recherche qui œuvrent à la gestion et à la diffusion de données.</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@sup_recherche/113554746847291721", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.enseignementsup-recherche.gouv.fr/fr/remise-des-prix-science-ouverte-des-donnees-de-la-recherche-2024-98045", title = "Remise des prix science ouverte des données de la recherche 2024", \n        description = "Cette initiative inscrite dans le deuxième Plan national pour la science ouverte met en valeur des chercheurs, des projets et des équipes de recherche qui œuvrent à la gestion et à la diffusion de données et, pour certains d’entre eux, appuient leurs travaux de recherche sur la réutilisation des données déjà disponibles. Cette année, le prix s’est décliné en 3 catégories.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "enseignementsup-recherche.gouv.fr", \n        provider_url = "", html = "", width = 657, height = 351, image = "https://files.mastodon.social/cache/preview_cards/images/121/676/335/original/9296652a85b11b7d.jpg", image_description = "", embed_url = "", blurhash = "U77d:sot02Rm4qRS%Lxt?Zt5IVWE4pai%LR%", published_at = NULL, authors = list())), account = list(list(id = "111329195705402943", username = "sup_recherche", acct = "sup_recherche@social.numerique.gouv.fr", display_name = "Min. Enseign. sup. & Recherche", locked = FALSE, bot = TRUE, \n        discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 31, mon = 9, year = 123, wday = 2, yday = 303, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Ministère de l'Enseignement supérieur et de la Recherche du @gouvernementFR</p><p>@EtudiantGouv (<a href=\\"https://social.numerique.gouv.fr/tags/vie%C3%A9tudiante\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>vieétudiante</span></a>)<br>@Fetescience (<a href=\\"https://social.numerique.gouv.fr/tags/CultureScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CultureScientifique</span></a>)</p><p>(rediffusion du compte X/twitter)</p>", \n        url = "https://social.numerique.gouv.fr/@sup_recherche", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/329/195/705/402/943/original/3cc365373ef33050.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/329/195/705/402/943/original/3cc365373ef33050.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/329/195/705/402/943/original/1e3f6ca5f756cd27.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/329/195/705/402/943/original/1e3f6ca5f756cd27.jpeg", \n        followers_count = 674, following_count = 0, statuses_count = 609, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.enseignementsup-recherche.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">enseignementsup-recherche.gouv</span><span class=\\"invisible\\">.fr/</span></a>")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113554746958111825", "113554746958111825"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/554/746/958/111/825/original/50283da252fb6842.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/554/746/958/111/825/original/50283da252fb6842.jpg"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/554/746/958/111/825/small/50283da252fb6842.jpg", \n    "https://files.mastodon.social/cache/media_attachments/files/113/554/746/958/111/825/small/50283da252fb6842.jpg"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/554/746/515/681/434/original/3c25fa1bf975caa8.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/554/746/515/681/434/original/3c25fa1bf975caa8.jpg"), meta = list(original = list(width = 1080, height = 1080, size = "1080x1080", aspect = 1), small = list(width = 480, height = 480, \n        size = "480x480", aspect = 1)), blurhash = c("UQH_Eef-4%Vs%BbcjdV?4#a%%Gs+NSafacoz", "UQH_Eef-4%Vs%BbcjdV?4#a%%Gs+NSafacoz"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "113554747440361590", uri = "https://social.numerique.gouv.fr/users/sup_recherche/statuses/113554747302725885", created_at = list(sec = 36, min = 45, hour = 11, mday = 27, mon = 10, year = 124, wday = 3, yday = 331, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Félicitations aux lauréats des prix science ouverte du logiciel libre de la recherche 2024👉 <a href=\\"https://www.enseignementsup-recherche.gouv.fr/fr/remise-des-prix-science-ouverte-du-logiciel-libre-de-la-recherche-2024-98047\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">enseignementsup-recherche.gouv</span><span class=\\"invisible\\">.fr/fr/remise-des-prix-science-ouverte-du-logiciel-libre-de-la-recherche-2024-98047</span></a> <br>🔴Ces prix visent à mettre en valeur les projets et les équipes de recherche qui œuvrent au développement et à la diffusion des logiciels libres.</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@sup_recherche/113554747302725885", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.enseignementsup-recherche.gouv.fr/fr/remise-des-prix-science-ouverte-du-logiciel-libre-de-la-recherche-2024-98047", title = "Remise des prix science ouverte du logiciel libre de la recherche 2024", \n        description = "Les Prix science ouverte du logiciel libre de la recherche Huit logiciels développés par des équipes françaises sont récompensés pour leur contribution à l’avancée de la connaissance scientifique ou pour le caractère prometteur de leurs travaux.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "enseignementsup-recherche.gouv.fr", provider_url = "", html = "", width = 657, height = 351, image = "https://files.mastodon.social/cache/preview_cards/images/121/676/275/original/101207d6c3c54996.jpg", \n        image_description = "", embed_url = "", blurhash = "U77d:sot02Rm4qRS%Lxt?Zt5IVWE4pai%LR%", published_at = NULL, authors = list())), account = list(list(id = "111329195705402943", username = "sup_recherche", acct = "sup_recherche@social.numerique.gouv.fr", display_name = "Min. Enseign. sup. & Recherche", locked = FALSE, bot = TRUE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 31, mon = 9, year = 123, wday = 2, yday = 303, isdst = 0, zone = "UTC", \n        gmtoff = 0), note = "<p>Ministère de l'Enseignement supérieur et de la Recherche du @gouvernementFR</p><p>@EtudiantGouv (<a href=\\"https://social.numerique.gouv.fr/tags/vie%C3%A9tudiante\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>vieétudiante</span></a>)<br>@Fetescience (<a href=\\"https://social.numerique.gouv.fr/tags/CultureScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CultureScientifique</span></a>)</p><p>(rediffusion du compte X/twitter)</p>", \n        url = "https://social.numerique.gouv.fr/@sup_recherche", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/329/195/705/402/943/original/3cc365373ef33050.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/329/195/705/402/943/original/3cc365373ef33050.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/329/195/705/402/943/original/1e3f6ca5f756cd27.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/329/195/705/402/943/original/1e3f6ca5f756cd27.jpeg", \n        followers_count = 674, following_count = 0, statuses_count = 609, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.enseignementsup-recherche.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">enseignementsup-recherche.gouv</span><span class=\\"invisible\\">.fr/</span></a>")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113554747395819910", "113554747395819910"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/554/747/395/819/910/original/0fd688d24565e6b3.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/554/747/395/819/910/original/0fd688d24565e6b3.jpg"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/554/747/395/819/910/small/0fd688d24565e6b3.jpg", \n    "https://files.mastodon.social/cache/media_attachments/files/113/554/747/395/819/910/small/0fd688d24565e6b3.jpg"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/554/746/971/592/475/original/b9aa0d5e228d7680.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/554/746/971/592/475/original/b9aa0d5e228d7680.jpg"), meta = list(original = list(width = 1080, height = 1080, size = "1080x1080", aspect = 1), small = list(width = 480, height = 480, \n        size = "480x480", aspect = 1)), blurhash = c("UQH_EekE4%Vs%BbcjdV?4#a%%Gs+NSe:f3oz", "UQH_EekE4%Vs%BbcjdV?4#a%%Gs+NSe:f3oz"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(id = "113560465558744029", uri = "https://social.numerique.gouv.fr/users/cnrs/statuses/113560465157773272", created_at = list(sec = 43, min = 59, hour = 11, mday = 28, mon = 10, year = 124, wday = 4, yday = 332, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Jusqu’au 31 janvier 2025, le <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> invite le public à participer à une grande consultation nationale en partenariat avec @Make_org. <br>Cette initiative inédite vise à recueillir les attentes des Français en matière de sciences.<br>👉  <a href=\\"https://make.org/FR/consultation/cnrs-sciences-pour-demain/selection?lang=fr&amp;utm_source=cnrs&amp;utm_campaign=cnrs-sciences-pour-demain&amp;utm_medium=externe&amp;introCard=true\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">make.org/FR/consultation/cnrs-</span><span class=\\"invisible\\">sciences-pour-demain/selection?lang=fr&amp;utm_source=cnrs&amp;utm_campaign=cnrs-sciences-pour-demain&amp;utm_medium=externe&amp;introCard=true</span></a> <br><a href=\\"https://social.numerique.gouv.fr/tags/SciencesPourDemain\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>SciencesPourDemain</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 19, favourites_count = 0, replies_count = 3, url = "https://social.numerique.gouv.fr/@cnrs/113560465157773272", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://make.org/FR/consultation/cnrs-sciences-pour-demain/selection?lang=fr&utm_source=cnrs&utm_campaign=cnrs-sciences-pour-demain&utm_medium=externe&introCard=true", \n        title = "Participez à la consultation 'Comment les sciences peuvent-elles nous aider à construire le monde de demain ?' - Make.org", description = "Participez à la consultation initée par le CNRS : Comment les sciences peuvent-elles nous aider à construire le monde de demain ?", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 662, height = 348, image = "https://files.mastodon.social/cache/preview_cards/images/121/924/894/original/e1a1818346c6f29b.png", \n        image_description = "", embed_url = "", blurhash = "UiJt^#Rp02s*%et8t8ofOI%KV?M~akxsbFag", published_at = NULL, authors = list())), account = list(list(id = "111408542966963322", username = "cnrs", acct = "cnrs@social.numerique.gouv.fr", display_name = "CNRS 🌍", locked = FALSE, bot = FALSE, discoverable = FALSE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 14, mon = 10, year = 123, wday = 2, yday = 317, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Organisme public 🇫🇷 de recherche pluridisciplinaire, le Centre national de la recherche scientifique c'est 33 000 personnes qui font avancer la connaissance.<br>Rediffusion du compte Twitter / X</p>", \n        url = "https://social.numerique.gouv.fr/@cnrs", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/408/542/966/963/322/original/b4835e661b0569af.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/408/542/966/963/322/original/b4835e661b0569af.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/408/542/966/963/322/original/9634cc8bd82a553e.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/408/542/966/963/322/original/9634cc8bd82a553e.png", \n        followers_count = 4051, following_count = 1, statuses_count = 975, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://cnrs.fr\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">cnrs.fr</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(\n        list()), media_attachments = list(list(id = c("113560465515784266", "113560465515784266"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/560/465/515/784/266/original/cf68a18a7bd99897.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/560/465/515/784/266/original/cf68a18a7bd99897.jpg"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/560/465/515/784/266/small/cf68a18a7bd99897.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/560/465/515/784/266/small/cf68a18a7bd99897.jpg"\n    ), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/560/464/826/634/165/original/f02213aca24304b9.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/560/464/826/634/165/original/f02213aca24304b9.jpg"), meta = list(original = list(width = 960, height = 1200, size = "960x1200", aspect = 0.8), small = list(width = 429, height = 536, size = "429x536", aspect = 0.800373134328358)), blurhash = c("UpHUuH%MIWM{?Lt8RkRibKoNt5odRtt6t6og", "UpHUuH%MIWM{?Lt8RkRibKoNt5odRtt6t6og"\n    ))), mentions = list(list(id = "111408542966963322", username = "cnrs", url = "https://social.numerique.gouv.fr/@cnrs", acct = "cnrs@social.numerique.gouv.fr")), tags = list(list(name = "sciencespourdemain", url = "https://mastodon.social/tags/sciencespourdemain")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "113588151184794235", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/113588151156858933", created_at = list(sec = 38, min = 20, hour = 9, mday = 3, mon = 11, year = 124, wday = 2, yday = 337, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.sciences.re/tags/NIH\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>NIH</span></a> <a href=\\"https://social.sciences.re/tags/BioArt\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>BioArt</span></a> Source, une nouvelle ressource gratuite offrant plus de 2000 <a href=\\"https://social.sciences.re/tags/IllustrationsScientifiques\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>IllustrationsScientifiques</span></a> et biomédicales téléchargeables. 😍 </p><p>➡️ <a href=\\"https://bioart.niaid.nih.gov/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">bioart.niaid.nih.gov/</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/113588151156858933", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list()), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, \n        bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list(id = c("113588171808703477", "113588171808703477"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/588/171/808/703/477/original/fd8a21e92b0c7fee.png", "https://files.mastodon.social/cache/media_attachments/files/113/588/171/808/703/477/original/fd8a21e92b0c7fee.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/588/171/808/703/477/small/fd8a21e92b0c7fee.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/588/171/808/703/477/small/fd8a21e92b0c7fee.png"), remote_url = c("https://social.sciences.re/system/media_attachments/files/113/588/171/699/555/613/original/5a8a57fe579eb55f.png", "https://social.sciences.re/system/media_attachments/files/113/588/171/699/555/613/original/5a8a57fe579eb55f.png"), meta = list(original = list(width = 845, height = 506, size = "845x506", aspect = 1.6699604743083), small = list(width = 620, height = 371, \n        size = "620x371", aspect = 1.6711590296496)), blurhash = c("UEQvqC}?-W#QIBDkwGv~x]x]ODozPV^*9bX-", "UEQvqC}?-W#QIBDkwGv~x]x]ODozPV^*9bX-"))), mentions = list(list()), tags = list(list(name = c("nih", "bioart", "illustrationsscientifiques"), url = c("https://mastodon.social/tags/nih", "https://mastodon.social/tags/bioart", "https://mastodon.social/tags/illustrationsscientifiques"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "113582631130617759", uri = "https://social.numerique.gouv.fr/users/datagouvfr/statuses/113582630737732623", created_at = list(sec = 43, min = 56, hour = 9, mday = 2, mon = 11, year = 124, wday = 1, yday = 336, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>🎄C'est bientôt Noël ! L'équipe de data.gouv.fr vous propose son traditionnel calendrier de l'avent de la donnée ouverte.</p><p>Chaque jour, nous vous réservons une surprise <a href=\\"https://social.numerique.gouv.fr/tags/opendata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>opendata</span></a>.</p><p>C'est par ici, tous les jours jusqu'au 24/12 : <a href=\\"https://data.gouv.fr/fr/pages/noel/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/fr/pages/noel/</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 16, favourites_count = 0, replies_count = 1, url = "https://social.numerique.gouv.fr/@datagouvfr/113582630737732623", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://data.gouv.fr/fr/pages/noel/", title = "Noël sur data.gouv.fr - data.gouv.fr", description = "Calendrier de l'avent de la données ouverte 2023", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 661, height = 348, image = "https://files.mastodon.social/cache/preview_cards/images/048/897/628/original/32504f1247c92dbd.png", image_description = "", embed_url = "", blurhash = "UkO3FZ1$8xxaD5FeH@t6o|nhtRofozn$ozjZ", published_at = NULL, authors = list())), account = list(list(id = "111261387993491554", username = "datagouvfr", acct = "datagouvfr@social.numerique.gouv.fr", \n        display_name = "data.gouv.fr", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 13, mon = 9, year = 123, wday = 5, yday = 285, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>La plateforme ouverte des données publiques françaises.<br>Le meilleur endroit pour trouver ou publier des données d’intérêt public.<br>Opérée et animée par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@dinum\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dinum</span></a></span></p>", \n        url = "https://social.numerique.gouv.fr/@datagouvfr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", \n        followers_count = 2504, following_count = 31, statuses_count = 157, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://data.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("113582631101913574", "113582631101913574", "113582631101913574"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/582/631/101/913/574/original/036ee8991adb9e12.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/582/631/101/913/574/original/036ee8991adb9e12.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/582/631/101/913/574/original/036ee8991adb9e12.jpg"\n    ), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/582/631/101/913/574/small/036ee8991adb9e12.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/582/631/101/913/574/small/036ee8991adb9e12.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/582/631/101/913/574/small/036ee8991adb9e12.jpg"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/582/628/452/579/243/original/f47be06b1ab33d86.jpg", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/113/582/628/452/579/243/original/f47be06b1ab33d86.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/582/628/452/579/243/original/f47be06b1ab33d86.jpg"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("Communauté - Le calendrier de l'avent de data.gouv.fr", \n    "Communauté - Le calendrier de l'avent de data.gouv.fr", "Communauté - Le calendrier de l'avent de data.gouv.fr"), blurhash = c("UCG,-P-,?1tSEgI:aej[.Ao#M_aftRj]ogkC", "UCG,-P-,?1tSEgI:aej[.Ao#M_aftRj]ogkC", "UCG,-P-,?1tSEgI:aej[.Ao#M_aftRj]ogkC"))), mentions = list(list()), tags = list(list(name = "opendata", url = "https://mastodon.social/tags/opendata")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = "113514763714847511", uri = "https://hcommons.social/users/proghist/statuses/113514763519728834", created_at = list(sec = 12, min = 17, hour = 10, mday = 20, mon = 10, year = 124, wday = 3, yday = 324, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Nouvelle leçon en français ! </p><p>Une nouvelle leçon <span class=\\"h-card\\"><a href=\\"https://hcommons.social/@proghist\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>proghist</span></a></span> de Sabrina Granger, Baptiste Mélès &amp; Frédéric Santos</p><p><a href=\\"https://doi.org/10.46430/phfr0034\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">doi.org/10.46430/phfr0034</span><span class=\\"invisible\\"></span></a> </p><p>Merci Chiara Mainardi, Magaye Sall &amp; Martin Amouzou pour l’évaluation, et merci Daphné Mathelier pour le suivi éditorial.</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 1, replies_count = 0, url = "https://hcommons.social/@proghist/113514763519728834", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://doi.org/10.46430/phfr0034", title = "Préserver et rendre identifiables les logiciels de recherche avec Software Heritage | Programming Historian", description = "", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109433540418761103", username = "proghist", acct = "proghist@hcommons.social", display_name = "Programming Historian", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, \n        hour = 0, mday = 30, mon = 10, year = 122, wday = 3, yday = 333, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Diamond Open Access  |  Peer Reviewed  |  Submissions Welcome</p><p>Programming Historian is a flagship educational resource designed to empower humanities scholars to use digital tools, programs, and methods. Our content is available in English, Spanish, French and Portuguese.</p><p>Get in touch at community@programminghistorian.org</p>", url = "https://hcommons.social/@proghist", \n        avatar = "https://files.mastodon.social/cache/accounts/avatars/109/433/540/418/761/103/original/a8c88ece67b02e02.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/433/540/418/761/103/original/a8c88ece67b02e02.png", header = "https://files.mastodon.social/cache/accounts/headers/109/433/540/418/761/103/original/7c2fad6315d16c19.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/433/540/418/761/103/original/7c2fad6315d16c19.jpg", followers_count = 1168, \n        following_count = 120, statuses_count = 564, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("web", "twitter", "support us (orgs)", "support us"), value = c("programminghistorian.org/", "twitter.com/ProgHist", "<a href=\\"https://programminghistorian.org/en/ipp\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">programminghistorian.org/en/ip</span><span class=\\"invisible\\">p</span></a>", \n        "<a href=\\"https://programminghistorian.org/en/individual\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">programminghistorian.org/en/in</span><span class=\\"invisible\\">dividual</span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list(id = "109433540418761103", username = "proghist", url = "https://hcommons.social/@proghist", acct = "proghist@hcommons.social")), \n    tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "113523543344283192", uri = "https://hcommons.social/users/proghist/statuses/113523543314648880", created_at = list(sec = 1, min = 30, hour = 23, mday = 21, mon = 10, year = 124, wday = 4, yday = 325, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Croyez-vous en la <a href=\\"https://hcommons.social/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> ?</p><p>Avez-vous pensé à partager vos connaissances d'une méthode ou outil numérique ?</p><p>L'équipe française de <span class=\\"h-card\\"><a href=\\"https://hcommons.social/@proghist\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>proghist</span></a></span> recherche dès maintenant des propositions de nouvelles leçons et traductions.</p><p>Plus d'informations ici : <a href=\\"https://tinyurl.com/fr-appel-a-contributions\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">tinyurl.com/fr-appel-a-contrib</span><span class=\\"invisible\\">utions</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, url = "https://hcommons.social/@proghist/113523543314648880", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://tinyurl.com/fr-appel-a-contributions", title = "Appel à contributions (édition française) | Programming Historian", description = "", language = "en", type = "link", \n        author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109433540418761103", username = "proghist", acct = "proghist@hcommons.social", display_name = "Programming Historian", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 30, mon = 10, \n        year = 122, wday = 3, yday = 333, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Diamond Open Access  |  Peer Reviewed  |  Submissions Welcome</p><p>Programming Historian is a flagship educational resource designed to empower humanities scholars to use digital tools, programs, and methods. Our content is available in English, Spanish, French and Portuguese.</p><p>Get in touch at community@programminghistorian.org</p>", url = "https://hcommons.social/@proghist", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/433/540/418/761/103/original/a8c88ece67b02e02.png", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/433/540/418/761/103/original/a8c88ece67b02e02.png", header = "https://files.mastodon.social/cache/accounts/headers/109/433/540/418/761/103/original/7c2fad6315d16c19.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/433/540/418/761/103/original/7c2fad6315d16c19.jpg", followers_count = 1168, following_count = 120, statuses_count = 564, last_status_at = list(sec = NA, min = NA, hour = NA, \n            mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("web", "twitter", "support us (orgs)", "support us"), value = c("programminghistorian.org/", "twitter.com/ProgHist", "<a href=\\"https://programminghistorian.org/en/ipp\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">programminghistorian.org/en/ip</span><span class=\\"invisible\\">p</span></a>", \n        "<a href=\\"https://programminghistorian.org/en/individual\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">programminghistorian.org/en/in</span><span class=\\"invisible\\">dividual</span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list(id = "109433540418761103", username = "proghist", url = "https://hcommons.social/@proghist", acct = "proghist@hcommons.social")), \n    tags = list(list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(id = "113521072488542205", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/113521072276903677", created_at = list(sec = 36, min = 1, hour = 13, mday = 21, mon = 10, year = 124, wday = 4, yday = 325, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Prenez 10 minutes pour répondre à l’enquête sur les contributions de l’Enseignement Supérieur et la Recherche à l’écosystème des logiciels « Open Source »<br><a href=\\"https://www.ouvrirlascience.fr/lancement-de-lenquete-sur-les-contributions-de-lenseignement-superieur-et-la-recherche-a-lecosysteme-des-logiciels-open-source/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/lancement-d</span><span class=\\"invisible\\">e-lenquete-sur-les-contributions-de-lenseignement-superieur-et-la-recherche-a-lecosysteme-des-logiciels-open-source/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a><br><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/logiciellibre\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>logiciellibre</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/opensource\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>opensource</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 14, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/113521072276903677", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/lancement-de-lenquete-sur-les-contributions-de-lenseignement-superieur-et-la-recherche-a-lecosysteme-des-logiciels-open-source/?utm_source=dlvr.it&utm_medium=mastodon", \n        title = "Lancement de l’enquête sur les contributions de l’Enseignement Supérieur et la Recherche à l’écosystème des logiciels « Open Source »", description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 576, height = 400, image = "https://files.mastodon.social/cache/preview_cards/images/120/973/471/original/233ed227028383e7.png", image_description = "", embed_url = "", \n        blurhash = "UQ60lFqTe=Y1s[o%Z$ggR3b;f6f*oOnnkCW*", published_at = "2024-11-20T10:18:49.000Z", authors = list())), account = list(list(id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), \n        note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", \n        header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113521072445456760", "113521072445456760"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/521/072/445/456/760/original/d93d3c9bce485ae2.png", "https://files.mastodon.social/cache/media_attachments/files/113/521/072/445/456/760/original/d93d3c9bce485ae2.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/521/072/445/456/760/small/d93d3c9bce485ae2.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/521/072/445/456/760/small/d93d3c9bce485ae2.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/521/072/242/166/213/original/5db9ae2dc9ceb72b.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/521/072/242/166/213/original/5db9ae2dc9ceb72b.png"), meta = list(original = list(width = 1600, height = 900, size = "1600x900", aspect = 1.77777777777778), small = list(width = 640, \n        height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("UMPjooxbTV~CM,$+xsJ6OkkBRlWBKvS1RRxa", "UMPjooxbTV~CM,$+xsJ6OkkBRlWBKvS1RRxa"))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "logiciellibre", "opensource"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/logiciellibre", "https://mastodon.social/tags/opensource"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, \n    pinned = NA)
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           list(id = "113521223874396518", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/113521223691501280", created_at = list(sec = 6, min = 40, hour = 13, mday = 21, mon = 10, year = 124, wday = 4, yday = 325, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>« Le Minimum à FAIR », nouvelle ressource pédagogique <a href=\\"https://www.inist.fr/nos-actualites/le-minimum-a-fair-nouvelle-ressource-pedagogique/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/le-min</span><span class=\\"invisible\\">imum-a-fair-nouvelle-ressource-pedagogique/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 7, favourites_count = 3, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/113521223691501280", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/le-minimum-a-fair-nouvelle-ressource-pedagogique/?utm_source=dlvr.it&utm_medium=mastodon", title = "« Le Minimum à FAIR », nouvelle ressource pédagogique", \n        description = "Nos actualités", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 605, height = 350, image = "https://files.mastodon.social/cache/preview_cards/images/120/978/682/original/18a259cae9b1c0ad.jpg", image_description = "", embed_url = "", blurhash = "UJ3b*9nlVnbWW5bDkGjdnoj]a[fjaubGkFjY", published_at = "2024-11-21T13:36:13.000Z", authors = list())), account = list(list(id = "111426842546145512", \n        username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113521223830178793", "113521223830178793"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/521/223/830/178/793/original/5450d779c5431fc4.jpeg", "https://files.mastodon.social/cache/media_attachments/files/113/521/223/830/178/793/original/5450d779c5431fc4.jpeg"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/521/223/830/178/793/small/5450d779c5431fc4.jpeg", \n    "https://files.mastodon.social/cache/media_attachments/files/113/521/223/830/178/793/small/5450d779c5431fc4.jpeg"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/521/223/651/017/105/original/5774c3245d7fe2eb.jpeg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/521/223/651/017/105/original/5774c3245d7fe2eb.jpeg"), meta = list(original = list(width = 605, height = 350, size = "605x350", aspect = 1.72857142857143), small = list(width = 605, \n        height = 350, size = "605x350", aspect = 1.72857142857143)), blurhash = c("UJ3b*9nlVnbWW5bDkGjdnoj]a[fjaubGkFjY", "UJ3b*9nlVnbWW5bDkGjdnoj]a[fjaubGkFjY"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = "113521689973635541", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/113521689933444567", created_at = list(sec = 40, min = 38, hour = 15, mday = 21, mon = 10, year = 124, wday = 4, yday = 325, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Research Ideas and Outcomes (<span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mstdn.social/@RIOjournal\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>RIOjournal</span></a></span> ) est une <a href=\\"https://social.sciences.re/tags/RevueScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>RevueScientifique</span></a> qui publie des travaux à tous les stades du cycle de la recherche. 😍 <a href=\\"https://social.sciences.re/tags/Transparence\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Transparence</span></a></p><p><a href=\\"https://social.sciences.re/tags/OnVousExplique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OnVousExplique</span></a> cette revue <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a> innovante sur notre blog <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a></p><p>➡️ <a href=\\"https://openscience.pasteur.fr/2024/11/12/le-journal-research-ideas-and-outcomes/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/11</span><span class=\\"invisible\\">/12/le-journal-research-ideas-and-outcomes/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 0, replies_count = 1, url = "https://social.sciences.re/@OpenSci_Pasteur/113521689933444567", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/11/12/le-journal-research-ideas-and-outcomes/", title = "Le journal « Research Ideas and Outcomes »", description = "Research Ideas and Outcomes (RIO) est une revue scientifique qui publie des travaux à tous les stades du cycle de la recherche et dans tous les domaines. RIO publie des articles de recherche et des…", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", html = "", width = 480, height = 480, image = "https://files.mastodon.social/cache/preview_cards/images/120/994/339/original/33f0cce37ebb7fb9.png", image_description = "", embed_url = "", blurhash = "UUOgD-t89bt8t1ogV{j]9NWA00j]ofV?WBof", published_at = "2024-11-12T10:02:42.000Z", authors = list())), account = list(list(id = "110785934159354618", \n        username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list(id = "109660371451854986", username = "RIOjournal", url = "https://mstdn.social/@RIOjournal", acct = "RIOjournal@mstdn.social")), tags = list(list(name = c("revuescientifique", "onvousexplique", "openaccess", "scienceouverte", "transparence"), url = c("https://mastodon.social/tags/revuescientifique", "https://mastodon.social/tags/onvousexplique", "https://mastodon.social/tags/openaccess", "https://mastodon.social/tags/scienceouverte", \n    "https://mastodon.social/tags/transparence"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "113486307896531719", uri = "https://mastodon.social/users/Urfist_Rennes/statuses/113486307896531719", created_at = list(sec = 33.678, min = 40, hour = 9, mday = 15, mon = 10, year = 124, wday = 5, yday = 319, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Nouvelle formation Mastodon à l&#39;Urfist de Lyon. Le 19 novembre, en ligne : <a href=\\"https://sygefor.reseau-urfist.fr/#/training/10665/13384\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">sygefor.reseau-urfist.fr/#/tra</span><span class=\\"invisible\\">ining/10665/13384</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 0, replies_count = 0, url = "https://mastodon.social/@Urfist_Rennes/113486307896531719", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://sygefor.reseau-urfist.fr/#/training/10665/13384", title = "SYGEFOR - SYstème de GEstion de FORmation", description = "Les URFIST (Unité Régionale de Formation à l'Information Scientifique et Technique) ont pour missions la recherche et la formation des usagers universitaires sur les outils, les pratiques et les évolutions de l'information scientifique.", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111928892099190457", username = "Urfist_Rennes", acct = "Urfist_Rennes", display_name = "Urfist Rennes", locked = FALSE, bot = FALSE, discoverable = NA, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 14, \n        mon = 1, year = 124, wday = 3, yday = 44, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité régionale de formation à l&#39;information scientifique et technique de Bretagne et Pays de la Loire.</p><p>Posts sur <a href=\\"https://mastodon.social/tags/FormationsIST\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>FormationsIST</span></a> <a href=\\"https://mastodon.social/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ScienceOuverte</span></a> <a href=\\"https://mastodon.social/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>OpenData</span></a></p>", \n        url = "https://mastodon.social/@Urfist_Rennes", avatar = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", avatar_static = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", header = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", header_static = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", \n        followers_count = 45, following_count = 32, statuses_count = 81, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113486307750459067", "113486307750459067"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/486/307/750/459/067/original/2397ef82dd1275dd.jpeg", \n    "https://files.mastodon.social/media_attachments/files/113/486/307/750/459/067/original/2397ef82dd1275dd.jpeg"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/486/307/750/459/067/small/2397ef82dd1275dd.jpeg", "https://files.mastodon.social/media_attachments/files/113/486/307/750/459/067/small/2397ef82dd1275dd.jpeg"), meta = list(original = list(width = 193, height = 193, size = "193x193", aspect = 1), small = list(width = 193, height = 193, size = "193x193", aspect = 1)), \n        blurhash = c("UcO3|#RU~mxtRqt6adRk_Jj?RkofWCRkxsox", "UcO3|#RU~mxtRqt6adRk_Jj?RkofWCRkxsox"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        list(id = "113486286709727466", uri = "https://piaille.fr/users/CelianGodefroid/statuses/113486286676528289", created_at = list(sec = 9, min = 35, hour = 9, mday = 15, mon = 10, year = 124, wday = 5, yday = 319, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://piaille.fr/tags/FF\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>FF</span></a> <a href=\\"https://piaille.fr/tags/FollowFriday\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>FollowFriday</span></a> pour les collègues bibliothécaires et science ouverte !</p><p><span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.sciences.re/@SO_UPSaclay\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>SO_UPSaclay</span></a></span>, notre compte institutionnel sur la science ouverte à l'Université Paris-Saclay</p><p><span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mastodon.social/@SO_UnivRennes\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>SO_UnivRennes</span></a></span>, collègues rennais</p><p><span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.sciences.re/@BraccoLaetitia\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>BraccoLaetitia</span></a></span>, notre comparse de l'Université de Lorraine, partenaire privilégié de Paris-Saclay !</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 1, replies_count = 2, url = "https://piaille.fr/@CelianGodefroid/113486286676528289", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list()), account = list(list(id = "109970140224454902", username = "CelianGodefroid", acct = "CelianGodefroid@piaille.fr", display_name = "Célian Godefroid", locked = FALSE, \n        bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 4, mon = 10, year = 122, wday = 5, yday = 307, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>👨‍🔬 Équipe d'administration <a href=\\"https://piaille.fr\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">piaille.fr</span><span class=\\"invisible\\"></span></a> (<span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://piaille.fr/@admin\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>admin</span></a></span>) 📑 Juriste « Science ouverte &amp; Données de la recherche » aux Bibliothèques Universitaires de Paris-Saclay 📚 Doctorant en droit (Université d'Évry/Université Paris-Saclay) 🎓 <a href=\\"https://piaille.fr/tags/ESR\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ESR</span></a>, Droit, Wikipédia &amp; E-sport 🏛 « Enseignement Supérieur &amp; Recherche » à la <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://piaille.fr/@LDH_Fr\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>LDH_Fr</span></a></span></p>", \n        url = "https://piaille.fr/@CelianGodefroid", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/970/140/224/454/902/original/5369073d34d195ac.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/970/140/224/454/902/original/5369073d34d195ac.png", header = "https://files.mastodon.social/cache/accounts/headers/109/970/140/224/454/902/original/ba0a190cc5d2ba33.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/970/140/224/454/902/original/ba0a190cc5d2ba33.jpg", \n        followers_count = 357, following_count = 120, statuses_count = 689, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Site personnel", "CV HAL", "Équipe Piaille", "Theses.fr"), value = c("<a href=\\"https://celiangodefroid.fr\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">celiangodefroid.fr</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://cv.hal.science/celian-godefroid\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">cv.hal.science/celian-godefroid</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://blog.piaille.fr/equipe\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">blog.piaille.fr/equipe</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://theses.fr/s260163\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">theses.fr/s260163</span><span class=\\"invisible\\"></span></a>"\n        ), verified_at = c("2025-01-13T14:07:08.989+00:00", "2025-01-13T14:07:09.271+00:00", "2025-01-13T14:07:10.081+00:00", NA))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list(id = c("111540804867751669", "112370075539544475", "109347445763671380"), username = c("SO_UPSaclay", "SO_UnivRennes", "BraccoLaetitia"), url = c("https://social.sciences.re/@SO_UPSaclay", "https://mastodon.social/@SO_UnivRennes", "https://social.sciences.re/@BraccoLaetitia"\n    ), acct = c("SO_UPSaclay@sciences.re", "SO_UnivRennes", "BraccoLaetitia@sciences.re"))), tags = list(list(name = c("ff", "followfriday"), url = c("https://mastodon.social/tags/ff", "https://mastodon.social/tags/followfriday"))), emojis = list(list()), favourited = TRUE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list(id = "113436759023125970", uri = "https://social.numerique.gouv.fr/users/sup_recherche/statuses/113436758828034851", created_at = list(sec = 34, min = 39, hour = 15, mday = 6, mon = 10, year = 124, wday = 3, yday = 310, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>📢 Lors de la journée nationale du <a href=\\"https://social.numerique.gouv.fr/tags/doctorat\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>doctorat</span></a> à @univ_lille, le ministère a initié la 1e remise de prix science ouverte de la thèse qui vise à encourager les doctorants qui appliquent les principes de la science ouverte dans leurs travaux de recherche.</p><p>Découvrez les lauréats 👇<br><a href=\\"https://www.enseignementsup-recherche.gouv.fr/fr/remise-des-premiers-prix-science-ouverte-de-la-these-97810\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">enseignementsup-recherche.gouv</span><span class=\\"invisible\\">.fr/fr/remise-des-premiers-prix-science-ouverte-de-la-these-97810</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 13, favourites_count = 1, replies_count = 1, url = "https://social.numerique.gouv.fr/@sup_recherche/113436758828034851", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.enseignementsup-recherche.gouv.fr/fr/remise-des-premiers-prix-science-ouverte-de-la-these-97810", title = "Remise des premiers prix science ouverte de la thèse", \n        description = "Un nouveau prix pour valoriser la science ouverte Cette première édition du prix science ouverte de la thèse complète les prix science ouverte déjà mis en place pour les données de la recherche et le logiciel libre de la recherche. Les prix science ouverte s’inscrivent dans le cadre du deuxième Plan national pour la science ouverte, et visent à valoriser les pratiques des sciences ouvertes dans la recherche.", language = "fr", type = "link", author_name = "", author_url = "", \n        provider_name = "enseignementsup-recherche.gouv.fr", provider_url = "", html = "", width = 657, height = 350, image = "https://files.mastodon.social/cache/preview_cards/images/118/965/430/original/b49ebbe6832c5a19.jpg", image_description = "", embed_url = "", blurhash = "UGDJDyKh=qRs5etbD[tb$_nhwIRDm;IekRix", published_at = NULL, authors = list())), account = list(list(id = "111329195705402943", username = "sup_recherche", acct = "sup_recherche@social.numerique.gouv.fr", display_name = "Min. Enseign. sup. & Recherche", \n        locked = FALSE, bot = TRUE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 31, mon = 9, year = 123, wday = 2, yday = 303, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Ministère de l'Enseignement supérieur et de la Recherche du @gouvernementFR</p><p>@EtudiantGouv (<a href=\\"https://social.numerique.gouv.fr/tags/vie%C3%A9tudiante\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>vieétudiante</span></a>)<br>@Fetescience (<a href=\\"https://social.numerique.gouv.fr/tags/CultureScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CultureScientifique</span></a>)</p><p>(rediffusion du compte X/twitter)</p>", \n        url = "https://social.numerique.gouv.fr/@sup_recherche", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/329/195/705/402/943/original/3cc365373ef33050.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/329/195/705/402/943/original/3cc365373ef33050.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/329/195/705/402/943/original/1e3f6ca5f756cd27.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/329/195/705/402/943/original/1e3f6ca5f756cd27.jpeg", \n        followers_count = 674, following_count = 0, statuses_count = 609, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.enseignementsup-recherche.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">enseignementsup-recherche.gouv</span><span class=\\"invisible\\">.fr/</span></a>")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113436758921283546", "113436758921283546", "113436758965211099", "113436758965211099"), type = c("image", "image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/436/758/921/283/546/original/72c70f7f95e72172.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/436/758/921/283/546/original/72c70f7f95e72172.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/436/758/965/211/099/original/e8286fdf6a158865.jpg", \n    "https://files.mastodon.social/cache/media_attachments/files/113/436/758/965/211/099/original/e8286fdf6a158865.jpg"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/436/758/921/283/546/small/72c70f7f95e72172.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/436/758/921/283/546/small/72c70f7f95e72172.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/436/758/965/211/099/small/e8286fdf6a158865.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/436/758/965/211/099/small/e8286fdf6a158865.jpg"\n    ), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/436/758/420/451/570/original/d12de55d2bfd15f7.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/436/758/420/451/570/original/d12de55d2bfd15f7.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/436/758/497/256/341/original/4fcf70a9ce27f4db.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/436/758/497/256/341/original/4fcf70a9ce27f4db.jpg"\n    ), meta = list(original = list(width = 800, height = 800, size = "800x800", aspect = 1), small = list(width = 480, height = 480, size = "480x480", aspect = 1), original = list(width = 800, height = 800, size = "800x800", aspect = 1), small = list(width = 480, height = 480, size = "480x480", aspect = 1)), blurhash = c("UPHx6AkE0GVs%AbcjwV?98a%-$obRvafW9t7", "UPHx6AkE0GVs%AbcjwV?98a%-$obRvafW9t7", "U8EVCM}c?.,}#dOP8=XxlRvx4s$3^yR=s:N$", "U8EVCM}c?.,}#dOP8=XxlRvx4s$3^yR=s:N$"))), mentions = list(\n        list()), tags = list(list(name = "doctorat", url = "https://mastodon.social/tags/doctorat")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(id = "113475795770240928", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/113475795577334694", created_at = list(sec = 8, min = 7, hour = 13, mday = 13, mon = 10, year = 124, wday = 3, yday = 317, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>DMP OPIDoR : langue, entité… de nouvelles fonctionnalités à découvrir <a href=\\"https://www.inist.fr/nos-actualites/dmp-opidor-langue-entite-de-nouvelles-fonctionnalites-a-decouvrir/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/dmp-op</span><span class=\\"invisible\\">idor-langue-entite-de-nouvelles-fonctionnalites-a-decouvrir/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/113475795577334694", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/dmp-opidor-langue-entite-de-nouvelles-fonctionnalites-a-decouvrir/?utm_source=dlvr.it&utm_medium=mastodon", title = "DMP OPIDoR : langue, entité… de nouvelles fonctionnalités à découvrir", \n        description = "Toujours avec l’objectif d’être au plus près des besoins, DMP OPIDoR évolue notamment au niveau des recommandations ou encore de la récupération de données.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 640, height = 360, image = "https://files.mastodon.social/cache/preview_cards/images/119/867/764/original/15a5ad0a70bf1359.png", image_description = "", embed_url = "", blurhash = "U~MQ#I~qM{IUWYofflfSt3fgaxaxogkCj]fR", \n        published_at = "2024-11-13T13:03:46.000Z", authors = list())), account = list(list(id = "111426842546145512", username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113475795711978751", "113475795711978751"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/475/795/711/978/751/original/2a3a74be2fe8368c.png", "https://files.mastodon.social/cache/media_attachments/files/113/475/795/711/978/751/original/2a3a74be2fe8368c.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/475/795/711/978/751/small/2a3a74be2fe8368c.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/475/795/711/978/751/small/2a3a74be2fe8368c.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/475/795/536/684/039/original/420e3ec72afd35b8.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/475/795/536/684/039/original/420e3ec72afd35b8.png"), meta = list(original = list(width = 1600, height = 900, size = "1600x900", aspect = 1.77777777777778), small = list(width = 640, \n        height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("U~MQ#I~qM{IUWYofflfSt3fgaxaxogkCj]fR", "U~MQ#I~qM{IUWYofflfSt3fgaxaxogkCj]fR"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "113469642023447117", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/113469641813233646", created_at = list(sec = 9, min = 2, hour = 11, mday = 12, mon = 10, year = 124, wday = 2, yday = 316, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Participez à la Wiki Science Competition et proposez des images liées à la science sous licence libre !<br><a href=\\"https://www.ouvrirlascience.fr/wikipedia-organise-la-wiki-science-competition-2024-en-france/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/wikipedia-o</span><span class=\\"invisible\\">rganise-la-wiki-science-competition-2024-en-france/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a><br><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 15, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/113469641813233646", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/wikipedia-organise-la-wiki-science-competition-2024-en-france/?utm_source=dlvr.it&utm_medium=mastodon", title = "Wikipedia organise la “Wiki Science Competition 2024” en France", \n        description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 576, height = 400, image = "https://files.mastodon.social/cache/preview_cards/images/119/706/577/original/b4ecffc18ceec282.png", image_description = "", embed_url = "", blurhash = "UQ60lFqTe=Y1s[o%Z$ggR3b;f6f*oOnnkCW*", published_at = "2024-11-12T08:06:25.000Z", authors = list())), account = list(list(id = "111426842368729954", \n        username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", \n        url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", \n        followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list(id = c("113469641961955733", "113469641961955733"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/469/641/961/955/733/original/98614f1e3626286f.png", "https://files.mastodon.social/cache/media_attachments/files/113/469/641/961/955/733/original/98614f1e3626286f.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/469/641/961/955/733/small/98614f1e3626286f.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/469/641/961/955/733/small/98614f1e3626286f.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/469/641/772/679/934/original/49ff7a0bb543a21f.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/469/641/772/679/934/original/49ff7a0bb543a21f.png"), meta = list(original = list(width = 1600, height = 900, size = "1600x900", aspect = 1.77777777777778), small = list(width = 640, \n        height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("UEQcoB~o4W%yI0V_odtO9HS1M|jJ9N-.RRMz", "UEQcoB~o4W%yI0V_odtO9HS1M|jJ9N-.RRMz"))), mentions = list(list()), tags = list(list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(id = "113148561246218964", uri = "https://mamot.fr/users/Pyb/statuses/113148561216785695", created_at = list(sec = 8, min = 7, hour = 18, mday = 16, mon = 8, year = 124, wday = 1, yday = 259, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>C'est le grand retour du Prix Wikimédia France de la Recherche ! </p><p>Les wiki-historiens se souviennent de l'unique remise faite en 2013 à Roy Rosenzweig pour son article \\"Can history be open source? Wikipedia and the future of the past\\" (2006), un classique des <a href=\\"https://mamot.fr/tags/WikiStudies\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>WikiStudies</span></a>. </p><p><a href=\\"https://www.wikimedia.fr/participer-au-prix-wikimedia-de-la-recherche/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">wikimedia.fr/participer-au-pri</span><span class=\\"invisible\\">x-wikimedia-de-la-recherche/</span></a> <a href=\\"https://mamot.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 8, favourites_count = 2, replies_count = 1, url = "https://mamot.fr/@Pyb/113148561216785695", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.wikimedia.fr/participer-au-prix-wikimedia-de-la-recherche/", title = "Participer au prix Wikimédia de la recherche – Wikimédia France", description = "Du 16 septembre au 16 novembre 2024, vous pouvez participer au prix Wikimédia France de la Recherche, organisé par l’association Wikimédia France en partenariat avec le laboratoire Dicen-IdF de l’Université Paris Nanterre.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Wikimédia France", provider_url = "", html = "", width = 480, height = 480, image = "https://files.mastodon.social/cache/preview_cards/images/112/160/331/original/1970487295993e52.jpg", image_description = "", embed_url = "", blurhash = "UKS6JTRi_N%MRNkCtSj[%2WBD%M{S$kCxut7", published_at = "2024-11-28T08:00:53.000Z", authors = list())), account = list(list(id = "109496821577770907", username = "Pyb", acct = "Pyb@mamot.fr", \n        display_name = "Pierre-Yves Beaudouin", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 7, mon = 3, year = 117, wday = 5, yday = 96, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Wikimédien en résidence URFIST Méditerranée / Université Côte d'Azur</p><p>Ancien président de Wikimédia France</p><p><a href=\\"https://mamot.fr/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenData</span></a> • <a href=\\"https://mamot.fr/tags/OpenGLAM\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenGLAM</span></a> • <a href=\\"https://mamot.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> • <a href=\\"https://mamot.fr/tags/1jour1taxe\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>1jour1taxe</span></a> • Taphophile</p><p><a href=\\"https://linktr.ee/pyb75\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">linktr.ee/pyb75</span><span class=\\"invisible\\"></span></a></p>", \n        url = "https://mamot.fr/@Pyb", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", \n        followers_count = 561, following_count = 376, statuses_count = 2074, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Wikipédia", value = "<a href=\\"https://fr.wikipedia.org/wiki/Utilisateur:Pyb_en_r%C3%A9sidence\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">fr.wikipedia.org/wiki/Utilisat</span><span class=\\"invisible\\">eur:Pyb_en_r%C3%A9sidence</span></a>", \n            verified_at = "2025-01-15T14:35:04.912+00:00")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("wikistudies", "scienceouverte"), url = c("https://mastodon.social/tags/wikistudies", "https://mastodon.social/tags/scienceouverte"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = "113446812661913417", uri = "https://social.numerique.gouv.fr/users/datagouvfr/statuses/113446812359632143", created_at = list(sec = 19, min = 16, hour = 10, mday = 8, mon = 10, year = 124, wday = 5, yday = 312, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>🥕 Participez au Hackathon des données alimentaires porté par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@etalab\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>etalab</span></a></span>, le Ministère de l'Agriculture, de la Souveraineté alimentaire et de la Forêt et la DGCCRF, en partenariat avec <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://amicale.net/@openfoodfacts\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>openfoodfacts</span></a></span> et FranceAgriMer, les 2-3/12 prochains à Paris !</p><p>L'événement est ouvert à toutes et tous.</p><p>En savoir plus et s'inscrire : <a href=\\"https://demarches-simplifiees.fr/commencer/pre-inscription-au-hackathon-donnees-alimentaires\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">demarches-simplifiees.fr/comme</span><span class=\\"invisible\\">ncer/pre-inscription-au-hackathon-donnees-alimentaires</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 10, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@datagouvfr/113446812359632143", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://demarches-simplifiees.fr/commencer/pre-inscription-au-hackathon-donnees-alimentaires", title = "Pré-inscription au Hackathon Données Alimentaires · demarches-simplifiees.fr", \n        description = "", language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111261387993491554", username = "datagouvfr", acct = "datagouvfr@social.numerique.gouv.fr", display_name = "data.gouv.fr", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 13, mon = 9, year = 123, wday = 5, yday = 285, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>La plateforme ouverte des données publiques françaises.<br>Le meilleur endroit pour trouver ou publier des données d’intérêt public.<br>Opérée et animée par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@dinum\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dinum</span></a></span></p>", \n        url = "https://social.numerique.gouv.fr/@datagouvfr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", \n        followers_count = 2504, following_count = 31, statuses_count = 157, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://data.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("113446812629151325", "113446812629151325", "113446812629151325"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/446/812/629/151/325/original/8998c0e517b19a8b.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/446/812/629/151/325/original/8998c0e517b19a8b.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/446/812/629/151/325/original/8998c0e517b19a8b.jpg"\n    ), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/446/812/629/151/325/small/8998c0e517b19a8b.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/446/812/629/151/325/small/8998c0e517b19a8b.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/446/812/629/151/325/small/8998c0e517b19a8b.jpg"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/446/811/596/674/630/original/e605e1718e98eec6.jpg", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/113/446/811/596/674/630/original/e605e1718e98eec6.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/446/811/596/674/630/original/e605e1718e98eec6.jpg"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("Communauté - Hackathon sur les données alimentaires", \n    "Communauté - Hackathon sur les données alimentaires", "Communauté - Hackathon sur les données alimentaires"), blurhash = c("UGR{+2of%Mxu%Nj[WBof_NxuIUj]t7t7ofWB", "UGR{+2of%Mxu%Nj[WBof_NxuIUj]t7t7ofWB", "UGR{+2of%Mxu%Nj[WBof_NxuIUj]t7t7ofWB"))), mentions = list(list(id = c("111250951018668249", "109313332798643328"), username = c("etalab", "openfoodfacts"), url = c("https://social.numerique.gouv.fr/@etalab", "https://amicale.net/@openfoodfacts"), acct = c("etalab@social.numerique.gouv.fr", \n    "openfoodfacts@amicale.net"))), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "113447400193272755", uri = "https://mstdn.io/users/interhop/statuses/113447400098353302", created_at = list(sec = 47, min = 45, hour = 12, mday = 8, mon = 10, year = 124, wday = 5, yday = 312, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Qu'est-ce qu'un entrepôt de données de santé ?<br>Dans cet article, nous allons : <br>- Expliquer ce que sont le système d'information hospitalier (SIH) et un entrepôt de données de santé (EDS)<br>- Expliquer les concepts d'ETL et d'interopérabilité<br>- Détailler les flux de données intégrés dans les EDS<br>- Vous donner les clefs pour pouvoir accéder à ces données en pratique<br><a href=\\"https://mstdn.io/tags/LinkR\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>LinkR</span></a><br><a href=\\"https://linkr.interhop.org/blog/2024/10/14/quest-ce-quun-entrep%C3%B4t-de-donn%C3%A9es-de-sant%C3%A9/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">linkr.interhop.org/blog/2024/1</span><span class=\\"invisible\\">0/14/quest-ce-quun-entrep%C3%B4t-de-donn%C3%A9es-de-sant%C3%A9/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 0, replies_count = 1, url = "https://mstdn.io/@interhop/113447400098353302", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://linkr.interhop.org/blog/2024/10/14/quest-ce-quun-entrep%C3%B4t-de-donn%C3%A9es-de-sant%C3%A9/", title = "Qu'est-ce qu'un entrepôt de données de santé ?", description = "Par Boris Delange | 14.10.2024\\nDans cet article, nous allons : Expliquer ce que sont le système d'information hospitalier (SIH) et un entrepôt de données de santé (EDS) Expliquer les concepts d'ETL et d'interopérabilité Détailler les flux de données intégrés dans les EDS Vous donner les clefs pour pouvoir accéder à ces données en pratique Informatisation des hôpitaux Depuis quelques années déjà, la majorité des services hospitaliers est passée des pancartes et des prescriptions papiers à des logiciels de soins.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "LinkR", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = "2024-10-14T00:00:00.000Z", authors = list())), account = list(list(id = "1015792", username = "interhop", acct = "interhop@mstdn.io", display_name = "interHop", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, \n        hour = 0, mday = 10, mon = 10, year = 119, wday = 0, yday = 313, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Pour des communs numériques en santé !</p>", url = "https://mstdn.io/@interhop", avatar = "https://files.mastodon.social/accounts/avatars/001/015/792/original/a20eb2db91e51599.png", avatar_static = "https://files.mastodon.social/accounts/avatars/001/015/792/original/a20eb2db91e51599.png", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", \n        followers_count = 925, following_count = 153, statuses_count = 1471, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Site Web", "Email", "Matrix", "Framagit"), value = c("<a href=\\"https://interhop.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">interhop.org</span><span class=\\"invisible\\"></span></a>", \n        "interhop@riseup.net", "<a href=\\"https://matrix.to/#/#interhop:matrix.interhop.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">matrix.to/#/#interhop:matrix.i</span><span class=\\"invisible\\">nterhop.org</span></a>", "<a href=\\"https://framagit.org/interhop\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">framagit.org/interhop</span><span class=\\"invisible\\"></span></a>"\n        ))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = "Linkr", url = "https://mastodon.social/tags/Linkr")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           list(id = "113440698157407068", uri = "https://social.numerique.gouv.fr/users/hal_fr/statuses/113440697935821260", created_at = list(sec = 20, min = 21, hour = 8, mday = 7, mon = 10, year = 124, wday = 4, yday = 311, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <br>Vous êtes chercheur ou chercheuse <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> concerné.e par la campagne CRAC ?<br>Dans le cadre de la campagne 2024, le CCSD vous propose de vous former au dépôt dans HAL en participant à un webinaire dédié (durée : 1 heure).<br>Au programme : <br>- Quels types de document déposer ?<br>- Comment compléter le formulaire de dépôt ?<br>- Comment s'assurer que toutes ses publications dans HAL apparaissent dans son CRAC ? <br>🗓️ 14/11 à 12h<br>Pour s'inscrire : <a href=\\"https://zoom.us/webinar/register/WN_b5dG0u55ScaoMrk2b4_ZJg#/registration\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">zoom.us/webinar/register/WN_b5</span><span class=\\"invisible\\">dG0u55ScaoMrk2b4_ZJg#/registration</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@hal_fr/113440697935821260", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://zoom.us/webinar/register/WN_b5dG0u55ScaoMrk2b4_ZJg#/registration", title = "Welcome! You are invited to join a webinar: Déposer dans HAL pour la campagne CRAC. After registering, you will receive a confirmation email about joining the webinar.", \n        description = "Vous êtes chercheur CNRS concerné par la campagne CRAC ? \\n\\nDans le cadre de cette campagne 2024, le CCSD vous propose de vous former au dépôt dans HAL en participant à un webinaire dédié.\\n\\nDurée : 1 heure\\n\\nAu programme : \\n- Quels types de document déposer ?\\n- Comment compléter le formulaire de dépôt ?\\n- Comment s'assurer que toutes ses publications dans HAL apparaissent dans son CRAC ? \\n\\nIMPORTANT : créez votre compte dans HAL avant le webinaire. \\nSuivez notre documentation pour savoir comment faire : \\nhttp://doc.hal.science/compte-et-profil/#creer-son-compte\\nEn cas de difficulté pour créer ou accéder à votre compte, vous pouvez contacter le service support de HAL à l'adresse : hal.support@ccsd.cnrs.fr\\n\\nNous vous attendons nombreuses et nombreux pour répondre à vos questions !", \n        language = "en", type = "link", author_name = "", author_url = "", provider_name = "Zoom", provider_url = "", html = "", width = 200, height = 200, image = "https://files.mastodon.social/cache/preview_cards/images/116/939/027/original/b61e9799ecdb7270.png", image_description = "", embed_url = "", blurhash = "UBS?DWt8-;-:%Mayj[j[~pxaD%Rj%Mj[ayay", published_at = NULL, authors = list())), account = list(list(id = "111447526783243509", username = "hal_fr", acct = "hal_fr@social.numerique.gouv.fr", \n        display_name = "HAL science", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 20, mon = 10, year = 123, wday = 1, yday = 323, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>L'archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion en libre accès de publications scientifiques.</p>", url = "https://social.numerique.gouv.fr/@hal_fr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", header = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", followers_count = 805, following_count = 80, statuses_count = 130, last_status_at = list(sec = NA, min = NA, hour = NA, \n            mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://hal.science/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113440698124014171", "113440698124014171", "113440698124014171"\n    ), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/440/698/124/014/171/original/2fb5b2751cf4b3f1.png", "https://files.mastodon.social/cache/media_attachments/files/113/440/698/124/014/171/original/2fb5b2751cf4b3f1.png", "https://files.mastodon.social/cache/media_attachments/files/113/440/698/124/014/171/original/2fb5b2751cf4b3f1.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/440/698/124/014/171/small/2fb5b2751cf4b3f1.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/440/698/124/014/171/small/2fb5b2751cf4b3f1.png", "https://files.mastodon.social/cache/media_attachments/files/113/440/698/124/014/171/small/2fb5b2751cf4b3f1.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/440/695/355/143/467/original/bd3436f365db8b12.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/440/695/355/143/467/original/bd3436f365db8b12.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/440/695/355/143/467/original/bd3436f365db8b12.png"\n    ), meta = list(focus = list(x = 0.96, y = 0.01), original = list(width = 640, height = 200, size = "640x200", aspect = 3.2), small = list(width = 640, height = 200, size = "640x200", aspect = 3.2)), blurhash = c("USSx_@dBRQn~u+RiR+WBaKaebGj]-Ut7oeni", "USSx_@dBRQn~u+RiR+WBaKaebGj]-Ut7oeni", "USSx_@dBRQn~u+RiR+WBaKaebGj]-Ut7oeni"))), mentions = list(list(id = "111408542966963322", username = "cnrs", url = "https://social.numerique.gouv.fr/@cnrs", acct = "cnrs@social.numerique.gouv.fr")), tags = list(\n        list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "113357199720278971", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/113357199525998199", created_at = list(sec = 36, min = 26, hour = 14, mday = 23, mon = 9, year = 124, wday = 3, yday = 296, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Benoît Pier et laurentromary proposent un billet sur l'augmentation récente du nombre de publications scientifiques à partir de l’analyse faite dans “The strain on scientific publishing” </p><p><a href=\\"https://www.ouvrirlascience.fr/mesures-et-demesure-de-la-publication-scientifique/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/mesures-et-</span><span class=\\"invisible\\">demesure-de-la-publication-scientifique/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a><br><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/publicationscientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>publicationscientifique</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/editionscientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>editionscientifique</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 16, favourites_count = 2, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/113357199525998199", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/mesures-et-demesure-de-la-publication-scientifique/?utm_source=dlvr.it&utm_medium=mastodon", title = "Mesures et démesure de la publication scientifique", \n        description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 576, height = 400, image = "https://files.mastodon.social/cache/preview_cards/images/117/042/340/original/535d60ffc6b90d36.png", image_description = "", embed_url = "", blurhash = "UQ60lFqTe=Y1s[o%Z$ggR3b;f6f*oOnnkCW*", published_at = "2024-10-21T10:05:41.000Z", authors = list())), account = list(list(id = "111426842368729954", \n        username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", \n        url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", \n        followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list(id = c("113357199679200973", "113357199679200973"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/357/199/679/200/973/original/a66ab49f5e36aa5c.png", "https://files.mastodon.social/cache/media_attachments/files/113/357/199/679/200/973/original/a66ab49f5e36aa5c.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/357/199/679/200/973/small/a66ab49f5e36aa5c.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/357/199/679/200/973/small/a66ab49f5e36aa5c.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/357/199/491/449/965/original/291c06e26f60b9cf.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/357/199/491/449/965/original/291c06e26f60b9cf.png"), meta = list(original = list(width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, \n        height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("UFR3l}T0FZt5xJRPx@%L0fVsxtI;t6ozbcRj", "UFR3l}T0FZt5xJRPx@%L0fVsxtI;t6ozbcRj"))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "publicationscientifique", "editionscientifique"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/publicationscientifique", "https://mastodon.social/tags/editionscientifique"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, \n    muted = FALSE, bookmarked = FALSE, pinned = NA)
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list(id = "113408525325082529", uri = "https://mamot.fr/users/Pyb/statuses/113408525265353064", created_at = list(sec = 24, min = 59, hour = 15, mday = 1, mon = 10, year = 124, wday = 5, yday = 305, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Coup d'envoi du concours Wiki Science Competition. 6 semaines pour partager vos photos et vidéos de science. <a href=\\"https://commons.wikimedia.org/wiki/Commons:Wiki_Science_Competition_2024_in_France\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">commons.wikimedia.org/wiki/Com</span><span class=\\"invisible\\">mons:Wiki_Science_Competition_2024_in_France</span></a> <a href=\\"https://mamot.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 9, favourites_count = 1, replies_count = 1, url = "https://mamot.fr/@Pyb/113408525265353064", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://commons.wikimedia.org/wiki/Commons:Wiki_Science_Competition_2024_in_France", title = "Commons:Wiki Science Competition 2024 in France - Wikimedia Commons", description = "", \n        language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109496821577770907", username = "Pyb", acct = "Pyb@mamot.fr", display_name = "Pierre-Yves Beaudouin", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 7, \n        mon = 3, year = 117, wday = 5, yday = 96, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Wikimédien en résidence URFIST Méditerranée / Université Côte d'Azur</p><p>Ancien président de Wikimédia France</p><p><a href=\\"https://mamot.fr/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenData</span></a> • <a href=\\"https://mamot.fr/tags/OpenGLAM\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenGLAM</span></a> • <a href=\\"https://mamot.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> • <a href=\\"https://mamot.fr/tags/1jour1taxe\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>1jour1taxe</span></a> • Taphophile</p><p><a href=\\"https://linktr.ee/pyb75\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">linktr.ee/pyb75</span><span class=\\"invisible\\"></span></a></p>", \n        url = "https://mamot.fr/@Pyb", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", \n        followers_count = 561, following_count = 376, statuses_count = 2074, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Wikipédia", value = "<a href=\\"https://fr.wikipedia.org/wiki/Utilisateur:Pyb_en_r%C3%A9sidence\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">fr.wikipedia.org/wiki/Utilisat</span><span class=\\"invisible\\">eur:Pyb_en_r%C3%A9sidence</span></a>", \n            verified_at = "2025-01-15T14:35:04.912+00:00")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113408525286153332", "113408525286153332"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/408/525/286/153/332/original/2f6bcbbab9050fe1.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/408/525/286/153/332/original/2f6bcbbab9050fe1.jpg"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/408/525/286/153/332/small/2f6bcbbab9050fe1.jpg", \n    "https://files.mastodon.social/cache/media_attachments/files/113/408/525/286/153/332/small/2f6bcbbab9050fe1.jpg"), remote_url = c("https://static.mamot.fr/media_attachments/files/113/408/525/049/637/348/original/30cfd0066ef2a70b.jpg", "https://static.mamot.fr/media_attachments/files/113/408/525/049/637/348/original/30cfd0066ef2a70b.jpg"), meta = list(original = list(width = 1414, height = 2000, size = "1414x2000", aspect = 0.707), small = list(width = 404, height = 571, size = "404x571", aspect = 0.70753064798599)), \n        blurhash = c("USP?,W9Ex]-=4m9EogxuIoV@M_bb%hxvRjoK", "USP?,W9Ex]-=4m9EogxuIoV@M_bb%hxvRjoK"))), mentions = list(list()), tags = list(list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        list(id = "113430963118156790", uri = "https://social.numerique.gouv.fr/users/datagouvfr/statuses/113430962731291820", created_at = list(sec = 33, min = 5, hour = 15, mday = 5, mon = 10, year = 124, wday = 2, yday = 309, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>🛠️Notre série sur l'impact de l'<a href=\\"https://social.numerique.gouv.fr/tags/opendata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>opendata</span></a> s'achève aujourd'hui avec un petit guide pratique à l'intention des producteurs de données, qui synthétise les outils et les bonnes pratiques pour suivre l'impact de ses données !</p><p>L'article : <a href=\\"https://data.gouv.fr/fr/posts/impact-des-donnees-ouvertes-6-6-1/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">data.gouv.fr/fr/posts/impact-d</span><span class=\\"invisible\\">es-donnees-ouvertes-6-6-1/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@datagouvfr/113430962731291820", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://data.gouv.fr/fr/posts/impact-des-donnees-ouvertes-6-6-1/", title = "Impact des données ouvertes 6/6 - data.gouv.fr", description = "Comment mesurer l’impact des données ouvertes ?", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 400, height = 400, image = "https://files.mastodon.social/cache/preview_cards/images/118/811/401/original/2f4d083fb3bfb331.png", image_description = "", embed_url = "", blurhash = "UX5~VHofWBj[flf6fQfQMaWCofayf6j[fQfQ", published_at = NULL, authors = list())), account = list(list(id = "111261387993491554", username = "datagouvfr", acct = "datagouvfr@social.numerique.gouv.fr", \n        display_name = "data.gouv.fr", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 13, mon = 9, year = 123, wday = 5, yday = 285, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>La plateforme ouverte des données publiques françaises.<br>Le meilleur endroit pour trouver ou publier des données d’intérêt public.<br>Opérée et animée par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@dinum\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dinum</span></a></span></p>", \n        url = "https://social.numerique.gouv.fr/@datagouvfr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", \n        followers_count = 2504, following_count = 31, statuses_count = 157, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://data.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("113430963056134352", "113430963056134352", "113430963056134352"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/430/963/056/134/352/original/4ec3c6804b9fb318.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/430/963/056/134/352/original/4ec3c6804b9fb318.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/430/963/056/134/352/original/4ec3c6804b9fb318.jpg"\n    ), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/430/963/056/134/352/small/4ec3c6804b9fb318.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/430/963/056/134/352/small/4ec3c6804b9fb318.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/430/963/056/134/352/small/4ec3c6804b9fb318.jpg"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/430/957/780/490/483/original/1c535e3d6019ad49.jpg", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/113/430/957/780/490/483/original/1c535e3d6019ad49.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/430/957/780/490/483/original/1c535e3d6019ad49.jpg"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("Impact de l'open data - Comment mesurer l'impact des données ouvertes ?", \n    "Impact de l'open data - Comment mesurer l'impact des données ouvertes ?", "Impact de l'open data - Comment mesurer l'impact des données ouvertes ?"), blurhash = c("U87_?XxuITogkEWBj[ay00M|x]Rkt9j[j[ax", "U87_?XxuITogkEWBj[ay00M|x]Rkt9j[j[ax", "U87_?XxuITogkEWBj[ay00M|x]Rkt9j[j[ax"))), mentions = list(list()), tags = list(list(name = "opendata", url = "https://mastodon.social/tags/opendata")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           list(id = "113362747994278188", uri = "https://mastodon.social/users/Urfist_Rennes/statuses/113362747994278188", created_at = list(sec = 39.193, min = 57, hour = 13, mday = 24, mon = 9, year = 124, wday = 4, yday = 297, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Enquête sur les logiciels utilisés lors du processus de recherche à Rennes 2 (date limite : 30 novembre) : enseignant.e-chercheur·e, chercheur·e, doctorant·e, personnel de soutien à la recherche à Rennes 2, cette enquête vous concerne et c&#39;est sur limesurvey : <a href=\\"https://enquetes.univ-rennes2.fr/limesurvey/index.php/955242?lang=fr\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">enquetes.univ-rennes2.fr/limes</span><span class=\\"invisible\\">urvey/index.php/955242?lang=fr</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 7, favourites_count = 2, replies_count = 0, url = "https://mastodon.social/@Urfist_Rennes/113362747994278188", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://enquetes.univ-rennes2.fr/limesurvey/index.php/955242?lang=fr", title = "Enquête sur les logiciels utilisés lors du processus de recherche", \n        description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111928892099190457", username = "Urfist_Rennes", acct = "Urfist_Rennes", display_name = "Urfist Rennes", locked = FALSE, bot = FALSE, discoverable = NA, group = FALSE, created_at = list(sec = 0, min = 0, \n        hour = 0, mday = 14, mon = 1, year = 124, wday = 3, yday = 44, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité régionale de formation à l&#39;information scientifique et technique de Bretagne et Pays de la Loire.</p><p>Posts sur <a href=\\"https://mastodon.social/tags/FormationsIST\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>FormationsIST</span></a> <a href=\\"https://mastodon.social/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ScienceOuverte</span></a> <a href=\\"https://mastodon.social/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>OpenData</span></a></p>", \n        url = "https://mastodon.social/@Urfist_Rennes", avatar = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", avatar_static = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", header = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", header_static = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", \n        followers_count = 45, following_count = 32, statuses_count = 81, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113362741218673314", "113362741218673314"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/362/741/218/673/314/original/a2df1baad77d20e7.png", \n    "https://files.mastodon.social/media_attachments/files/113/362/741/218/673/314/original/a2df1baad77d20e7.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/362/741/218/673/314/small/a2df1baad77d20e7.png", "https://files.mastodon.social/media_attachments/files/113/362/741/218/673/314/small/a2df1baad77d20e7.png"), meta = list(original = list(width = 510, height = 501, size = "510x501", aspect = 1.01796407185629), small = list(width = 484, height = 475, size = "484x475", \n        aspect = 1.01894736842105)), blurhash = c("U01oqcWUInR*s:fPofWBInofoMR%M{WUj[ay", "U01oqcWUInR*s:fPofWBInofoMR%M{WUj[ay"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = "113366869410106176", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/113366869385507788", created_at = list(sec = 46, min = 25, hour = 7, mday = 25, mon = 9, year = 124, wday = 5, yday = 298, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>L'UNESCO a lancé en septembre une consultation pour recueillir les connaissances, les retours d’expérience et les propositions de tous les acteurs de la recherche sur l’<a href=\\"https://social.sciences.re/tags/Acc%C3%A8sOuvertDiamant\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>AccèsOuvertDiamant</span></a>. Que vous connaissiez ou nous ce modèle de publication, vous pouvez participer ! <br>👉  C’est par ici : <a href=\\"https://surveys.unesco.org/696125\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">surveys.unesco.org/696125</span><span class=\\"invisible\\"></span></a></p><p><a href=\\"https://social.sciences.re/tags/PublicationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>PublicationScientifique</span></a> <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a> <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/113366869385507788", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://surveys.unesco.org/696125", title = "Consultation on a Global Diamond Open Access Framework", description = "", language = "en", type = "link", author_name = "", \n        author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, \n        wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("accesouvertdiamant", "publicationscientifique", "editionscientifique", "openaccess"), url = c("https://mastodon.social/tags/accesouvertdiamant", "https://mastodon.social/tags/publicationscientifique", "https://mastodon.social/tags/editionscientifique", "https://mastodon.social/tags/openaccess"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, \n    bookmarked = FALSE, pinned = NA)
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "113355713732723999", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/113355713705323490", created_at = list(sec = 44, min = 8, hour = 8, mday = 23, mon = 9, year = 124, wday = 3, yday = 296, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Saviez-vous qu’il était possible de publier son <a href=\\"https://social.sciences.re/tags/GrantProposal\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>GrantProposal</span></a>, le dossier soumis à un financeur pour obtenir le financement d’un projet de recherche ? On vous explique <a href=\\"https://social.sciences.re/tags/CommentFaire\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CommentFaire</span></a> et les bénéfices que l’on peut en tirer.</p><p><a href=\\"https://openscience.pasteur.fr/2024/10/04/comment-et-pourquoi-publier-son-grant-proposal/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/10</span><span class=\\"invisible\\">/04/comment-et-pourquoi-publier-son-grant-proposal/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/113355713705323490", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/10/04/comment-et-pourquoi-publier-son-grant-proposal/", title = "Comment et pourquoi publier son « grant proposal » ?", \n        description = "Saviez-vous qu’il était possible de publier son grant proposal, le dossier soumis à un financeur pour obtenir le financement d’un projet de recherche ? Pour cela, vous avez plusieurs op…", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", html = "", width = 480, height = 480, image = "https://files.mastodon.social/cache/preview_cards/images/117/052/652/original/a60c40332e25adc5.png", \n        image_description = "", embed_url = "", blurhash = "UUOgD-t89bt8t1ogV{j]9NWA00j]ofV?WBof", published_at = "2024-10-04T08:56:55.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", \n        gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("grantProposal", "commentfaire"), url = c("https://mastodon.social/tags/grantProposal", "https://mastodon.social/tags/commentfaire"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = "113356632452194990", uri = "https://mastodon.social/users/Urfist_Rennes/statuses/113356632452194990", created_at = list(sec = 23.425, min = 2, hour = 12, mday = 23, mon = 9, year = 124, wday = 3, yday = 296, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Printemps de l’esprit critique 2025 ( 4e édition) - événement organisé par Universcience et coordonné par la Bibliothèque de la Cité des sciences et de l’industrie. Pour en savoir plus : <a href=\\"https://www.printempsdelespritcritique.fr/fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">printempsdelespritcritique.fr/</span><span class=\\"invisible\\">fr/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://mastodon.social/@Urfist_Rennes/113356632452194990", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://www.printempsdelespritcritique.fr/fr/", title = "Accueil - Le printemps de l'esprit critique", description = "", language = "fr", \n        type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 678, height = 339, image = "https://files.mastodon.social/cache/preview_cards/images/117/080/367/original/58afdc6b5f06e097.jpg", image_description = "", embed_url = "", blurhash = "UTN=o,oL+uspX9F{n$+u{dS#OYwI#m#RW;KP", published_at = NULL, authors = list())), account = list(list(id = "111928892099190457", username = "Urfist_Rennes", acct = "Urfist_Rennes", display_name = "Urfist Rennes", \n        locked = FALSE, bot = FALSE, discoverable = NA, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 14, mon = 1, year = 124, wday = 3, yday = 44, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité régionale de formation à l&#39;information scientifique et technique de Bretagne et Pays de la Loire.</p><p>Posts sur <a href=\\"https://mastodon.social/tags/FormationsIST\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>FormationsIST</span></a> <a href=\\"https://mastodon.social/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ScienceOuverte</span></a> <a href=\\"https://mastodon.social/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>OpenData</span></a></p>", \n        url = "https://mastodon.social/@Urfist_Rennes", avatar = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", avatar_static = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", header = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", header_static = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", \n        followers_count = 45, following_count = 32, statuses_count = 81, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113356624498027452", "113356624498027452", "113356624498027452"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/356/624/498/027/452/original/9577d8d910829b27.png", \n    "https://files.mastodon.social/media_attachments/files/113/356/624/498/027/452/original/9577d8d910829b27.png", "https://files.mastodon.social/media_attachments/files/113/356/624/498/027/452/original/9577d8d910829b27.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/356/624/498/027/452/small/9577d8d910829b27.png", "https://files.mastodon.social/media_attachments/files/113/356/624/498/027/452/small/9577d8d910829b27.png", "https://files.mastodon.social/media_attachments/files/113/356/624/498/027/452/small/9577d8d910829b27.png"\n    ), meta = list(original = list(width = 1788, height = 607, size = "1788x607", aspect = 2.94563426688633), small = list(width = 824, height = 280, size = "824x280", aspect = 2.94285714285714), focus = list(x = -0.61, y = 0.25)), description = c("", "", ""), blurhash = c("UVOM~hw{s:oz-VnOt7kC~qaeWBkCx]WBRjof", "UVOM~hw{s:oz-VnOt7kC~qaeWBkCx]WBRjof", "UVOM~hw{s:oz-VnOt7kC~qaeWBkCx]WBRjof"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, \n    muted = FALSE, bookmarked = FALSE, pinned = NA)
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(id = "113322160915669903", uri = "https://social.numerique.gouv.fr/users/episciences/statuses/113322160845442799", created_at = list(sec = 48, min = 55, hour = 9, mday = 17, mon = 9, year = 124, wday = 4, yday = 290, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/science\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>science</span></a> <br>[BLOG] Episciences s'ouvre aux sciences de la santé en accueillant \\"Le partenariat de soin avec le patient : analyses (PSPA)\\", la première revue de cette discipline à rejoindre la plateforme.<br>Pour en savoir plus, lire le billet 👉 <a href=\\"https://www.ccsd.cnrs.fr/2024/10/episciences-s-ouvre-aux-sciences-de-la-sante/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ccsd.cnrs.fr/2024/10/episcienc</span><span class=\\"invisible\\">es-s-ouvre-aux-sciences-de-la-sante/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@episciences/113322160845442799", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ccsd.cnrs.fr/2024/10/episciences-s-ouvre-aux-sciences-de-la-sante/", title = "Episciences s’ouvre aux sciences de la santé", description = "", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "112050982196219967", username = "episciences", acct = "episciences@social.numerique.gouv.fr", display_name = "Episciences", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, \n        min = 0, hour = 0, mday = 24, mon = 0, year = 124, wday = 3, yday = 23, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>An overlay journal platform</p>", url = "https://social.numerique.gouv.fr/@episciences", avatar = "https://files.mastodon.social/cache/accounts/avatars/112/050/982/196/219/967/original/257aee4afd705770.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/112/050/982/196/219/967/original/257aee4afd705770.jpg", header = "https://files.mastodon.social/cache/accounts/headers/112/050/982/196/219/967/original/106a878c46c09348.jpeg", \n        header_static = "https://files.mastodon.social/cache/accounts/headers/112/050/982/196/219/967/original/106a878c46c09348.jpeg", followers_count = 48, following_count = 27, statuses_count = 27, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "www", value = "<a href=\\"https://www.episciences.org/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">episciences.org/</span><span class=\\"invisible\\"></span></a>")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113322160885975808", "113322160885975808", "113322160885975808"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/322/160/885/975/808/original/40450e9a316101e0.png", "https://files.mastodon.social/cache/media_attachments/files/113/322/160/885/975/808/original/40450e9a316101e0.png", "https://files.mastodon.social/cache/media_attachments/files/113/322/160/885/975/808/original/40450e9a316101e0.png"\n    ), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/322/160/885/975/808/small/40450e9a316101e0.png", "https://files.mastodon.social/cache/media_attachments/files/113/322/160/885/975/808/small/40450e9a316101e0.png", "https://files.mastodon.social/cache/media_attachments/files/113/322/160/885/975/808/small/40450e9a316101e0.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/322/158/905/136/847/original/3211d03e5a4f3c2a.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/113/322/158/905/136/847/original/3211d03e5a4f3c2a.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/322/158/905/136/847/original/3211d03e5a4f3c2a.png"), meta = list(focus = list(x = 0, y = 0), original = list(width = 852, height = 561, size = "852x561", aspect = 1.51871657754011), small = list(width = 591, height = 389, size = "591x389", aspect = 1.51928020565553)), description = c("Logo de la revue PSPA", \n    "Logo de la revue PSPA", "Logo de la revue PSPA"), blurhash = c("UqN-f$9Z~U?a$Qn+oztQ^jt7Iqs9S#WojFWB", "UqN-f$9Z~U?a$Qn+oztQ^jt7Iqs9S#WojFWB", "UqN-f$9Z~U?a$Qn+oztQ^jt7Iqs9S#WojFWB"))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "science"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/science"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        list(id = "113317085728075621", uri = "https://social.sciences.re/users/BraccoLaetitia/statuses/113317085638458101", created_at = list(sec = 6, min = 25, hour = 12, mday = 16, mon = 9, year = 124, wday = 3, yday = 289, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Cette année, les équipes de soutien à la <a href=\\"https://social.sciences.re/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> de l'Université de Lorraine vous proposent de découvrir des scientifiques engagés pour l'ouverture de la science. Pour le 1er de la série, découvrez Sandie Ferrigno du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://bird.makeup/users/labo_iecl\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>labo_iecl</span></a></span> ! <a href=\\"https://factuel.univ-lorraine.fr/node/27868\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">factuel.univ-lorraine.fr/node/</span><span class=\\"invisible\\">27868</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@BraccoLaetitia/113317085638458101", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://factuel.univ-lorraine.fr/node/27868", title = "[Portrait Science Ouverte #1] Sandie Ferrigno, chercheuse à l’IECL", description = "Les équipes d’accompagnement à la science ouverte (Publications ouvertes, Données de la recherche et Codes et logiciels) vous proposent de découvrir en 2024/2025 les portraits de chercheurs et chercheuses du site universitaire lorrain engagé·es en faveur de la science ouverte. Pour ce premier portrait, nous sommes partis à la rencontre de Sandie Ferrigno, chercheuse à l’IECL (Institut Élie Cartan de Lorraine).", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "Factuel | le site d'actu de l'Université de Lorraine", provider_url = "", html = "", width = 480, height = 480, image = "https://files.mastodon.social/cache/preview_cards/images/116/169/818/original/02d0328d057c1c5a.png", image_description = "", embed_url = "", blurhash = "UXPWma4.}@,.0eGa+ts:^j#8KOjZ=Zs.W;$$", published_at = "2024-10-16T07:58:04.000Z", authors = list())), account = list(list(id = "109347445763671380", \n        username = "BraccoLaetitia", acct = "BraccoLaetitia@sciences.re", display_name = "Laetitia Bracco", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 10, mon = 10, year = 122, wday = 4, yday = 313, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Conservatrice - Responsable de l'atelier de la donnée de l'Université de Lorraine - Pilote du GTSO Données Couperin - Chef de projet Baromètre science ouverte données/codes <a href=\\"https://social.sciences.re/tags/donn%C3%A9es\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>données</span></a> <a href=\\"https://social.sciences.re/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.sciences.re/tags/data\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>data</span></a> <a href=\\"https://social.sciences.re/tags/osmi\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>osmi</span></a></p>", \n        url = "https://social.sciences.re/@BraccoLaetitia", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/347/445/763/671/380/original/08f546be95c27db3.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/347/445/763/671/380/original/08f546be95c27db3.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/347/445/763/671/380/original/5dbe4eeb81d84475.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/347/445/763/671/380/original/5dbe4eeb81d84475.jpg", \n        followers_count = 339, following_count = 209, statuses_count = 421, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("La Science Ouverte à l'Université de Lorraine", "OSMI"), value = c("<a href=\\"http://scienceouverte.univ-lorraine.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">http://</span><span class=\\"ellipsis\\">scienceouverte.univ-lorraine.f</span><span class=\\"invisible\\">r/</span></a>", \n        "<a href=\\"https://open-science-monitoring.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">open-science-monitoring.org</span><span class=\\"invisible\\"></span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, \n    muted = FALSE, bookmarked = FALSE, pinned = NA)
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = "113311763540566228", uri = "https://mastodon.social/users/Urfist_Rennes/statuses/113311763540566228", created_at = list(sec = 38.163, min = 51, hour = 13, mday = 15, mon = 9, year = 124, wday = 2, yday = 288, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Programme des stages novembre 2024 de l&#39;Urfist de Rennes : <a href=\\"https://www.canva.com/design/DAGToxkep3A/YnyNxI5O_rvC_lhqEj_OQw/edit?utm_content=DAGToxkep3A&amp;utm_campaign=designshare&amp;utm_medium=link2&amp;utm_source=sharebutton\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">canva.com/design/DAGToxkep3A/Y</span><span class=\\"invisible\\">nyNxI5O_rvC_lhqEj_OQw/edit?utm_content=DAGToxkep3A&amp;utm_campaign=designshare&amp;utm_medium=link2&amp;utm_source=sharebutton</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://mastodon.social/@Urfist_Rennes/113311763540566228", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list()), account = list(list(id = "111928892099190457", username = "Urfist_Rennes", acct = "Urfist_Rennes", display_name = "Urfist Rennes", locked = FALSE, \n        bot = FALSE, discoverable = NA, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 14, mon = 1, year = 124, wday = 3, yday = 44, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité régionale de formation à l&#39;information scientifique et technique de Bretagne et Pays de la Loire.</p><p>Posts sur <a href=\\"https://mastodon.social/tags/FormationsIST\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>FormationsIST</span></a> <a href=\\"https://mastodon.social/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ScienceOuverte</span></a> <a href=\\"https://mastodon.social/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>OpenData</span></a></p>", \n        url = "https://mastodon.social/@Urfist_Rennes", avatar = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", avatar_static = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", header = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", header_static = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", \n        followers_count = 45, following_count = 32, statuses_count = 81, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113311763076064900", "113311763076064900"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/311/763/076/064/900/original/06c52f691b3e930f.png", \n    "https://files.mastodon.social/media_attachments/files/113/311/763/076/064/900/original/06c52f691b3e930f.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/311/763/076/064/900/small/06c52f691b3e930f.png", "https://files.mastodon.social/media_attachments/files/113/311/763/076/064/900/small/06c52f691b3e930f.png"), meta = list(original = list(width = 940, height = 788, size = "940x788", aspect = 1.19289340101523), small = list(width = 524, height = 439, size = "524x439", \n        aspect = 1.19362186788155)), blurhash = c("Um6ekYbbaea}rDayj[aym6e:bIjZX9j[f6j[", "Um6ekYbbaea}rDayj[aym6e:bIjZX9j[f6j["))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(id = "113305045137390513", uri = "https://mamot.fr/users/amarois/statuses/113305045117523563", created_at = list(sec = 3, min = 23, hour = 9, mday = 14, mon = 9, year = 124, wday = 1, yday = 287, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>👏 THE formation en ligne pour doctorants à l'IST et la <a href=\\"https://mamot.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> , précurseure et de référence, arrive sur la plateforme Callisto =&gt; <a href=\\"https://fondationcallisto.fr/callisto-accueille-formadoct/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">fondationcallisto.fr/callisto-</span><span class=\\"invisible\\">accueille-formadoct/</span></a><br>What else ?<br><a href=\\"https://mamot.fr/tags/IST\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>IST</span></a> <a href=\\"https://mamot.fr/tags/openscience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>openscience</span></a> <a href=\\"https://mamot.fr/tags/search\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>search</span></a> <a href=\\"https://mamot.fr/tags/writing\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>writing</span></a> <a href=\\"https://mamot.fr/tags/digitalscholarship\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>digitalscholarship</span></a> <a href=\\"https://mamot.fr/tags/PhD\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>PhD</span></a> <a href=\\"https://mamot.fr/tags/doctorants\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>doctorants</span></a> <a href=\\"https://mamot.fr/tags/formation\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>formation</span></a> <a href=\\"https://mamot.fr/tags/learning\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>learning</span></a> #<a href=\\"https://mamot.fr/tags/France\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>France</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 1, replies_count = 0, url = "https://mamot.fr/@amarois/113305045117523563", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://fondationcallisto.fr/callisto-accueille-formadoct/", title = "Callisto accueille FormaDoct", description = "Ouverture de FormaDoct, l’espace de formation en IST destiné aux doctorants.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Fondation Callisto", provider_url = "", html = "", width = 640, height = 360, image = NULL, image_description = "", embed_url = "", blurhash = "UBJ;44ni4TxaQ-ofx]V@8_ay.8j[?HWBIAt7", published_at = "2024-10-14T09:00:37.000Z", authors = list())), account = list(list(id = "69880", username = "amarois", acct = "amarois@mamot.fr", display_name = "(((@amarois)))", locked = FALSE, bot = FALSE, discoverable = TRUE, \n        group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 11, mon = 3, year = 117, wday = 2, yday = 100, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>“I am however a bit fuzzy on the details. It may be that you can wrestle some information out of that dread machine… That was a bit, um, British, wasn’t it?”</p><p><a href=\\"https://mamot.fr/tags/openscience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>openscience</span></a> <a href=\\"https://mamot.fr/tags/researchdata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>researchdata</span></a> <a href=\\"https://mamot.fr/tags/FAIRdata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>FAIRdata</span></a> <a href=\\"https://mamot.fr/tags/teamESR\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>teamESR</span></a> <a href=\\"https://mamot.fr/tags/formation\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>formation</span></a><br>Membre @CasuHal @ouvrirlascience  @ReseauRenatis  @zfrancophone<br>&lt;=&gt; twitter.com/@amarois</p><p>Data librarian @ ENS de Lyon<br>Previously : <a href=\\"https://mamot.fr/tags/CIHAMUMR5648\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CIHAMUMR5648</span></a> &amp; <a href=\\"https://mamot.fr/tags/UnivLyon2\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>UnivLyon2</span></a>; jadis ECLyon</p>", \n        url = "https://mamot.fr/@amarois", avatar = "https://files.mastodon.social/cache/accounts/avatars/000/069/880/original/1cdf79389d56daa2.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/000/069/880/original/1cdf79389d56daa2.jpg", header = "https://files.mastodon.social/cache/accounts/headers/000/069/880/original/fcbc44c040457ecd.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/000/069/880/original/fcbc44c040457ecd.jpg", followers_count = 382, \n        following_count = 506, statuses_count = 2138, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Mes publications", "Veille biblio", "Veille web", "Blog"), value = c("<a href=\\"https://orcid.org/0000-0002-6697-3679\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">orcid.org/0000-0002-6697-3679</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://www.zotero.org/amarois/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">zotero.org/amarois/</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://www.diigo.com/user/amarois\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">diigo.com/user/amarois</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://amarois.wordpress.com\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">amarois.wordpress.com</span><span class=\\"invisible\\"></span></a>"\n        ))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("scienceouverte", "ist", "openscience", "search", "writing", "digitalscholarship", "phd", "doctorants", "formation", "learning", "france"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/ist", "https://mastodon.social/tags/openscience", "https://mastodon.social/tags/search", "https://mastodon.social/tags/writing", "https://mastodon.social/tags/digitalscholarship", \n    "https://mastodon.social/tags/phd", "https://mastodon.social/tags/doctorants", "https://mastodon.social/tags/formation", "https://mastodon.social/tags/learning", "https://mastodon.social/tags/france"))), emojis = list(list()), favourited = TRUE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(id = "113282335327959149", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/113282335187579957", created_at = list(sec = 37, min = 7, hour = 9, mday = 10, mon = 9, year = 124, wday = 4, yday = 283, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>DoRANum&nbsp;: l’anonymisation en question <a href=\\"https://www.inist.fr/nos-actualites/doranum-lanonymisation-en-question/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/doranu</span><span class=\\"invisible\\">m-lanonymisation-en-question/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/113282335187579957", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/doranum-lanonymisation-en-question/?utm_source=dlvr.it&utm_medium=mastodon", title = "DoRANum : l’anonymisation en question", \n        description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 605, height = 350, image = NULL, image_description = "", embed_url = "", blurhash = "UI7Sn]SG$XSIW,n#SasZN-W,O5o4stjujvo3", published_at = "2024-10-10T09:03:03.000Z", authors = list())), account = list(list(id = "111426842546145512", username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, \n        bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113282335295871013", "113282335295871013"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/282/335/295/871/013/original/28e0a0a29ca68caa.jpeg", "https://files.mastodon.social/cache/media_attachments/files/113/282/335/295/871/013/original/28e0a0a29ca68caa.jpeg"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/282/335/295/871/013/small/28e0a0a29ca68caa.jpeg", \n    "https://files.mastodon.social/cache/media_attachments/files/113/282/335/295/871/013/small/28e0a0a29ca68caa.jpeg"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/282/335/150/215/608/original/f3c94a40579beef4.jpeg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/282/335/150/215/608/original/f3c94a40579beef4.jpeg"), meta = list(original = list(width = 605, height = 350, size = "605x350", aspect = 1.72857142857143), small = list(width = 605, \n        height = 350, size = "605x350", aspect = 1.72857142857143)), blurhash = c("UI7Sn]SG$XSIW,n#SasZN-WmO5o4stjujvo3", "UI7Sn]SG$XSIW,n#SasZN-WmO5o4stjujvo3"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(id = "113272449721669490", uri = "https://social.sciences.re/users/SO_UPSaclay/statuses/113272449563745100", created_at = list(sec = 34, min = 13, hour = 15, mday = 8, mon = 9, year = 124, wday = 2, yday = 281, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Open Science Week 2024 : L’Université Paris-Saclay s’engage pour la science ouverte !</p><p>📅 Du 4 au 8 novembre 2024, rejoignez-nous pour explorez les pratiques de la science ouverte à travers des conférences, webinaires et discussions.</p><p>📍 En ligne et en présentiel. 🔗<a href=\\"http://osw2024.sciencesconf.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">http://</span><span class=\\"\\">osw2024.sciencesconf.org</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@SO_UPSaclay/113272449563745100", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "http://osw2024.sciencesconf.org/", title = "Open Science Week 2024 - Sciencesconf.org", description = "", language = NULL, type = "link", author_name = "", author_url = "", \n        provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111540804867751669", username = "SO_UPSaclay", acct = "SO_UPSaclay@sciences.re", display_name = "Science Ouverte UPSaclay", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 1, mon = 11, year = 123, wday = 5, yday = 334, \n        isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Retrouvez ici les actus de la recherche et de la science ouverte à l'Université Paris-Saclay, ENS Paris-Saclay et CentraleSupelec.<br> <br><a href=\\"https://social.sciences.re/tags/openscience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>openscience</span></a> <a href=\\"https://social.sciences.re/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a></p>", \n        url = "https://social.sciences.re/@SO_UPSaclay", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/540/804/867/751/669/original/4346625ce26501ff.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/540/804/867/751/669/original/4346625ce26501ff.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/540/804/867/751/669/original/b7ea0ef85c6875cb.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/540/804/867/751/669/original/b7ea0ef85c6875cb.png", \n        followers_count = 156, following_count = 54, statuses_count = 108, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Site web", "Pour s'abonner à Fil SO", "Contacts"), value = c("<a href=\\"https://www.universite-paris-saclay.fr/recherche/science-ouverte\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">universite-paris-saclay.fr/rec</span><span class=\\"invisible\\">herche/science-ouverte</span></a>", \n        "<a href=\\"https://forms.mailing.universite-paris-saclay.fr/5bae2086b85b536066d96355/mYm607G-RkeMaZ7kAqvuUg/form.html\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">forms.mailing.universite-paris</span><span class=\\"invisible\\">-saclay.fr/5bae2086b85b536066d96355/mYm607G-RkeMaZ7kAqvuUg/form.html</span></a>", "<a href=\\"https://www.universite-paris-saclay.fr/recherche/science-ouverte/une-question-sur-la-science-ouverte-contactez-nous\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">universite-paris-saclay.fr/rec</span><span class=\\"invisible\\">herche/science-ouverte/une-question-sur-la-science-ouverte-contactez-nous</span></a>"\n        ), verified_at = c(NA, NA, "2025-01-15T10:43:19.994+00:00"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113272449671961178", "113272449671961178", "113272449671961178"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/272/449/671/961/178/original/33fc1450d04ba544.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/272/449/671/961/178/original/33fc1450d04ba544.jpg", \n    "https://files.mastodon.social/cache/media_attachments/files/113/272/449/671/961/178/original/33fc1450d04ba544.jpg"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/272/449/671/961/178/small/33fc1450d04ba544.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/272/449/671/961/178/small/33fc1450d04ba544.jpg", "https://files.mastodon.social/cache/media_attachments/files/113/272/449/671/961/178/small/33fc1450d04ba544.jpg"), remote_url = c("https://social.sciences.re/system/media_attachments/files/113/272/447/027/469/264/original/0cb585fb56ddc57d.jpg", \n    "https://social.sciences.re/system/media_attachments/files/113/272/447/027/469/264/original/0cb585fb56ddc57d.jpg", "https://social.sciences.re/system/media_attachments/files/113/272/447/027/469/264/original/0cb585fb56ddc57d.jpg"), meta = list(focus = list(x = 0, y = 0), original = list(width = 544, height = 680, size = "544x680", aspect = 0.8), small = list(width = 429, height = 536, size = "429x536", aspect = 0.800373134328358)), description = c("Open Science Week 2024 : une semaine de webinaires et de stands pour toutes et tous  : \\"Pratiques et défis disciplinaires\\"", \n    "Open Science Week 2024 : une semaine de webinaires et de stands pour toutes et tous  : \\"Pratiques et défis disciplinaires\\"", "Open Science Week 2024 : une semaine de webinaires et de stands pour toutes et tous  : \\"Pratiques et défis disciplinaires\\""), blurhash = c("UJN^xgMe.m.8MdV@RjRj57WBR*aeRjRP%M%M", "UJN^xgMe.m.8MdV@RjRj57WBR*aeRjRP%M%M", "UJN^xgMe.m.8MdV@RjRj57WBR*aeRjRP%M%M"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, \n    muted = FALSE, bookmarked = FALSE, pinned = NA)
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(id = "113271171064359849", uri = "https://social.numerique.gouv.fr/users/datagouvfr/statuses/113271170780991213", created_at = list(sec = 21, min = 48, hour = 9, mday = 8, mon = 9, year = 124, wday = 2, yday = 281, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>💌 L'équipe de data.gouv.fr suit tous les jeux de données et réutilisations publiés sur la plateforme. Chaque mois, nous vous concoctons une liste de nos coups de coeur.</p><p>Notre sélection de septembre ici 👉<a href=\\"https://www.data.gouv.fr/fr/posts/suivi-des-sorties-septembre-2024/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">data.gouv.fr/fr/posts/suivi-de</span><span class=\\"invisible\\">s-sorties-septembre-2024/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 1, url = "https://social.numerique.gouv.fr/@datagouvfr/113271170780991213", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.data.gouv.fr/fr/posts/suivi-des-sorties-septembre-2024/", title = "Suivi des sorties - Septembre 2024 - data.gouv.fr", description = "Vous lisez l’édition de Septembre 2024 du suivi des sorties, un article dans lequel nous partageons les publications de jeux de données et de réutilisations qui ont retenu notre attention.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 400, height = 400, image = NULL, image_description = "", embed_url = "", blurhash = "UsEgjokCofj[ozfQf7fj8wayWBf6aefQj[ay", published_at = NULL, authors = list())), account = list(list(id = "111261387993491554", username = "datagouvfr", acct = "datagouvfr@social.numerique.gouv.fr", display_name = "data.gouv.fr", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, \n        created_at = list(sec = 0, min = 0, hour = 0, mday = 13, mon = 9, year = 123, wday = 5, yday = 285, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>La plateforme ouverte des données publiques françaises.<br>Le meilleur endroit pour trouver ou publier des données d’intérêt public.<br>Opérée et animée par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@dinum\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dinum</span></a></span></p>", \n        url = "https://social.numerique.gouv.fr/@datagouvfr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", \n        followers_count = 2504, following_count = 31, statuses_count = 157, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://data.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("113271171031731926", "113271171031731926", "113271171031731926"), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/113271171031731926/original", "https://mastodon.social/media_proxy/113271171031731926/original", "https://mastodon.social/media_proxy/113271171031731926/original"), preview_url = c("https://mastodon.social/media_proxy/113271171031731926/small", "https://mastodon.social/media_proxy/113271171031731926/small", \n    "https://mastodon.social/media_proxy/113271171031731926/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/271/169/624/390/508/original/d7c5412f04a0611e.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/271/169/624/390/508/original/d7c5412f04a0611e.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/271/169/624/390/508/original/d7c5412f04a0611e.jpg"), meta = list(focus = list(x = 0, y = 0), original = list(\n        width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("Suivi des sorties - Actualité de l'open data et de data.gouv.fr en septembre 2024.", "Suivi des sorties - Actualité de l'open data et de data.gouv.fr en septembre 2024.", "Suivi des sorties - Actualité de l'open data et de data.gouv.fr en septembre 2024."), blurhash = c("U6Ij09%g?btR.8j[WBof_NR*9Gt7tSt7ofWB", \n    "U6Ij09%g?btR.8j[WBof_NR*9Gt7tSt7ofWB", "U6Ij09%g?btR.8j[WBof_NR*9Gt7tSt7ofWB"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "113265762645902664", uri = "https://social.numerique.gouv.fr/users/datagouvfr/statuses/113265762299851207", created_at = list(sec = 54, min = 52, hour = 10, mday = 7, mon = 9, year = 124, wday = 1, yday = 280, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Quel est l'impact de l'<a href=\\"https://social.numerique.gouv.fr/tags/opendata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>opendata</span></a> sur l'efficacité de l'action publique, la transparence et l'élaboration des politiques publiques ?</p><p>Nous vous proposons de le découvrir dans la suite de notre série d'articles hebdomadaires sur l'impact des données ouvertes👉<a href=\\"https://data.gouv.fr/fr/posts/impact-des-donnees-ouvertes-2-6-1/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">data.gouv.fr/fr/posts/impact-d</span><span class=\\"invisible\\">es-donnees-ouvertes-2-6-1/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 12, favourites_count = 0, replies_count = 1, url = "https://social.numerique.gouv.fr/@datagouvfr/113265762299851207", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://data.gouv.fr/fr/posts/impact-des-donnees-ouvertes-2-6-1/", title = "Impact des données ouvertes 2/6 - data.gouv.fr", description = "Quel est l'impact des données ouvertes sur l'action publique ?", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 400, height = 400, image = NULL, image_description = "", embed_url = "", blurhash = "UY68]@j[WBj[flfQj[fPI7ayofayj@fQayj[", published_at = NULL, authors = list())), account = list(list(id = "111261387993491554", username = "datagouvfr", acct = "datagouvfr@social.numerique.gouv.fr", display_name = "data.gouv.fr", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, \n        created_at = list(sec = 0, min = 0, hour = 0, mday = 13, mon = 9, year = 123, wday = 5, yday = 285, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>La plateforme ouverte des données publiques françaises.<br>Le meilleur endroit pour trouver ou publier des données d’intérêt public.<br>Opérée et animée par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@dinum\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dinum</span></a></span></p>", \n        url = "https://social.numerique.gouv.fr/@datagouvfr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", \n        followers_count = 2504, following_count = 31, statuses_count = 157, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://data.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("113265762600645673", "113265762600645673", "113265762600645673"), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/113265762600645673/original", "https://mastodon.social/media_proxy/113265762600645673/original", "https://mastodon.social/media_proxy/113265762600645673/original"), preview_url = c("https://mastodon.social/media_proxy/113265762600645673/small", "https://mastodon.social/media_proxy/113265762600645673/small", \n    "https://mastodon.social/media_proxy/113265762600645673/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/265/760/549/538/036/original/fffd16f44e8d656c.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/265/760/549/538/036/original/fffd16f44e8d656c.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/113/265/760/549/538/036/original/fffd16f44e8d656c.jpg"), meta = list(focus = list(x = 0, y = 0), original = list(\n        width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("\\"Quel est l'impact des données ouvertes sur l'action publique ?\\"", "\\"Quel est l'impact des données ouvertes sur l'action publique ?\\"", "\\"Quel est l'impact des données ouvertes sur l'action publique ?\\""), blurhash = c("U985a7ofIAo#WZayofae00R+%NV@xvjsWBof", "U985a7ofIAo#WZayofae00R+%NV@xvjsWBof", "U985a7ofIAo#WZayofae00R+%NV@xvjsWBof"\n    ))), mentions = list(list()), tags = list(list(name = "opendata", url = "https://mastodon.social/tags/opendata")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "113249817136023504", uri = "https://mastodon.social/users/Urfist_Rennes/statuses/113249817136023504", created_at = list(sec = 51.047, min = 17, hour = 15, mday = 4, mon = 9, year = 124, wday = 5, yday = 277, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Un nouveau site pour l&#39;Urfist de Rennes ! <br />Découvrez notre nouveau site ici : <a href=\\"https://urfist.univ-rennes2.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">urfist.univ-rennes2.fr/</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://mastodon.social/@Urfist_Rennes/113249817136023504", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://urfist.univ-rennes2.fr/", title = "Home | URFIST de Bretagne et des Pays de la Loire", description = "", language = "fr", \n        type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111928892099190457", username = "Urfist_Rennes", acct = "Urfist_Rennes", display_name = "Urfist Rennes", locked = FALSE, bot = FALSE, discoverable = NA, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 14, mon = 1, \n        year = 124, wday = 3, yday = 44, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité régionale de formation à l&#39;information scientifique et technique de Bretagne et Pays de la Loire.</p><p>Posts sur <a href=\\"https://mastodon.social/tags/FormationsIST\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>FormationsIST</span></a> <a href=\\"https://mastodon.social/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ScienceOuverte</span></a> <a href=\\"https://mastodon.social/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>OpenData</span></a></p>", \n        url = "https://mastodon.social/@Urfist_Rennes", avatar = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", avatar_static = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", header = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", header_static = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", \n        followers_count = 45, following_count = 32, statuses_count = 81, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113249816736421740", "113249816736421740"), type = c("gifv", "gifv"), url = c("https://files.mastodon.social/media_attachments/files/113/249/816/736/421/740/original/b8c485446ab7a174.mp4", \n    "https://files.mastodon.social/media_attachments/files/113/249/816/736/421/740/original/b8c485446ab7a174.mp4"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/249/816/736/421/740/small/b8c485446ab7a174.png", "https://files.mastodon.social/media_attachments/files/113/249/816/736/421/740/small/b8c485446ab7a174.png"), meta = list(original = list(width = 734, height = 548, frame_rate = "119/4", duration = 19.394958, bitrate = 279033), small = list(width = 640, height = 478, \n        size = "640x478", aspect = 1.33891213389121)), blurhash = c("U01{I5oixta*tAoHj]oIt6oLs:j[akjrf5oL", "U01{I5oixta*tAoHj]oIt6oLs:j[akjrf5oL"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list(id = "113244218583451787", uri = "https://social.sciences.re/users/zimoun/statuses/113244218506313112", created_at = list(sec = 2, min = 34, hour = 15, mday = 3, mon = 9, year = 124, wday = 4, yday = 276, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>« Comment rater la reproductibilité de ses expériences&nbsp;? »</p><p>Piège 1: Capturer partiellement l’environnement</p><p>Vos expériences peuvent ne pas seulement dépendre de paquets Python, mais aussi de paquets systèmes, voire du noyau.</p><p>Piège 3: Se baser sur des images non reproductibles</p><p>Attention à la pérennité des images sur lesquelles vous vous basez.</p><p>À votre avis, quels sont les Pièges 2 &amp; 4 ?</p><p>Et les contre-mesures&nbsp;? Bah Nix / <a href=\\"https://social.sciences.re/tags/Guix\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Guix</span></a> ;-)</p><p><a href=\\"https://hal.science/hal-04132438\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/hal-04132438</span><span class=\\"invisible\\"></span></a><br><a href=\\"https://social.sciences.re/tags/ReproducibleResearch\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ReproducibleResearch</span></a> <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 12, favourites_count = 1, replies_count = 0, url = "https://social.sciences.re/@zimoun/113244218506313112", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://hal.science/hal-04132438", title = "Comment rater la reproductibilité de ses expériences ?", description = "L", language = "en", type = "link", author_name = "", \n        author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111818208793653208", username = "zimoun", acct = "zimoun@sciences.re", display_name = "Simon Tournier", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 25, mon = 0, year = 124, wday = 4, yday = 24, \n        isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Reproducible Research and Guix</p><p>« Le vrai pessimiste sait qu'il est déjà trop tard pour l'être. »</p>", url = "https://social.sciences.re/@zimoun", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/818/208/793/653/208/original/2e49ff9f842bf131.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/818/208/793/653/208/original/2e49ff9f842bf131.png", header = "https://mastodon.social/headers/original/missing.png", \n        header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 246, following_count = 138, statuses_count = 1598, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Web", "Blog"), value = c("<a href=\\"https://simon.tournier.info\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">simon.tournier.info</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://simon.tournier.info/posts\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">simon.tournier.info/posts</span><span class=\\"invisible\\"></span></a>"), verified_at = c("2025-01-12T20:38:49.068+00:00", NA))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("guix", "reproducibleresearch", "openscience"), url = c("https://mastodon.social/tags/guix", \n    "https://mastodon.social/tags/reproducibleresearch", "https://mastodon.social/tags/openscience"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(id = "113242185246877093", uri = "https://mamot.fr/users/amarois/statuses/113242185225618764", created_at = list(sec = 57, min = 56, hour = 6, mday = 3, mon = 9, year = 124, wday = 4, yday = 276, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>📢Matinée <a href=\\"https://mamot.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> @ENSdeLyon \\"Codes et logiciels dans le cadre de la science ouverte. Enjeux des licences libres, archivage et traçabilité du code\\" 8 oct. 9h-12h=&gt; <a href=\\"https://www.bibliotheque-diderot.fr/acces-rapides/actualites/codes-logiciels-et-science-ouverte\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">bibliotheque-diderot.fr/acces-</span><span class=\\"invisible\\">rapides/actualites/codes-logiciels-et-science-ouverte</span></a><br>(pr personnels <a href=\\"https://mamot.fr/tags/ENSLyon\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ENSLyon</span></a>  organisée par Service Valo &amp; @BibDiderotLyon <br><a href=\\"https://mamot.fr/tags/openscience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>openscience</span></a> <a href=\\"https://mamot.fr/tags/softwareheritage\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>softwareheritage</span></a> <a href=\\"https://mamot.fr/tags/reproductibility\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>reproductibility</span></a> <a href=\\"https://mamot.fr/tags/logiciels\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>logiciels</span></a> <a href=\\"https://mamot.fr/tags/softwares\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>softwares</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 9, favourites_count = 0, replies_count = 0, url = "https://mamot.fr/@amarois/113242185225618764", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.bibliotheque-diderot.fr/acces-rapides/actualites/codes-logiciels-et-science-ouverte", title = "Codes, logiciels et science ouverte | Bibliothèque Diderot de Lyon", \n        description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "69880", username = "amarois", acct = "amarois@mamot.fr", display_name = "(((@amarois)))", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, \n        mday = 11, mon = 3, year = 117, wday = 2, yday = 100, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>“I am however a bit fuzzy on the details. It may be that you can wrestle some information out of that dread machine… That was a bit, um, British, wasn’t it?”</p><p><a href=\\"https://mamot.fr/tags/openscience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>openscience</span></a> <a href=\\"https://mamot.fr/tags/researchdata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>researchdata</span></a> <a href=\\"https://mamot.fr/tags/FAIRdata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>FAIRdata</span></a> <a href=\\"https://mamot.fr/tags/teamESR\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>teamESR</span></a> <a href=\\"https://mamot.fr/tags/formation\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>formation</span></a><br>Membre @CasuHal @ouvrirlascience  @ReseauRenatis  @zfrancophone<br>&lt;=&gt; twitter.com/@amarois</p><p>Data librarian @ ENS de Lyon<br>Previously : <a href=\\"https://mamot.fr/tags/CIHAMUMR5648\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CIHAMUMR5648</span></a> &amp; <a href=\\"https://mamot.fr/tags/UnivLyon2\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>UnivLyon2</span></a>; jadis ECLyon</p>", \n        url = "https://mamot.fr/@amarois", avatar = "https://files.mastodon.social/cache/accounts/avatars/000/069/880/original/1cdf79389d56daa2.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/000/069/880/original/1cdf79389d56daa2.jpg", header = "https://files.mastodon.social/cache/accounts/headers/000/069/880/original/fcbc44c040457ecd.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/000/069/880/original/fcbc44c040457ecd.jpg", followers_count = 382, \n        following_count = 506, statuses_count = 2138, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Mes publications", "Veille biblio", "Veille web", "Blog"), value = c("<a href=\\"https://orcid.org/0000-0002-6697-3679\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">orcid.org/0000-0002-6697-3679</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://www.zotero.org/amarois/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">zotero.org/amarois/</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://www.diigo.com/user/amarois\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">diigo.com/user/amarois</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://amarois.wordpress.com\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">amarois.wordpress.com</span><span class=\\"invisible\\"></span></a>"\n        ))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("scienceouverte", "ENSLyon", "openscience", "softwareheritage", "reproductibility", "logiciels", "softwares"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/ENSLyon", "https://mastodon.social/tags/openscience", "https://mastodon.social/tags/softwareheritage", "https://mastodon.social/tags/reproductibility", "https://mastodon.social/tags/logiciels", \n    "https://mastodon.social/tags/softwares"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(id = "113242312966757719", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/113242312939405259", created_at = list(sec = 26, min = 29, hour = 7, mday = 3, mon = 9, year = 124, wday = 4, yday = 276, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Vous connaissez peut-être le service de recommandation de <a href=\\"https://social.sciences.re/tags/pr%C3%A9prints\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>préprints</span></a> <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://ecoevo.social/@PeerCommunityIn\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>PeerCommunityIn</span></a></span>. Mais savez-vous quelles sont les étapes pour obtenir une <a href=\\"https://social.sciences.re/tags/recommandation\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>recommandation</span></a> ? On vous explique <a href=\\"https://social.sciences.re/tags/CommentFaire\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CommentFaire</span></a></p><p><a href=\\"https://openscience.pasteur.fr/2024/09/20/comment-obtenir-une-recommandation-de-peer-community-in/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/09</span><span class=\\"invisible\\">/20/comment-obtenir-une-recommandation-de-peer-community-in/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/113242312939405259", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/09/20/comment-obtenir-une-recommandation-de-peer-community-in/", title = "Comment obtenir une recommandation de Peer Community In ?", \n        description = "Peer Community In (PCI) est un service de recommandation de préprints (que l’on vous présentait ici). Mais quelles sont les étapes pour obtenir une recommandation ? Vous devez tout d’ab…", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UUOgD-t89bt8t1ogV{j]9NWA00j]ofV?WBof", \n        published_at = "2024-09-20T14:54:36.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list(id = "109320023384307523", username = "PeerCommunityIn", url = "https://ecoevo.social/@PeerCommunityIn", acct = "PeerCommunityIn@ecoevo.social")), tags = list(list(name = c("preprints", "recommandation", "commentfaire"), url = c("https://mastodon.social/tags/preprints", "https://mastodon.social/tags/recommandation", "https://mastodon.social/tags/commentfaire"))), emojis = list(list()), favourited = FALSE, \n    reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(id = "113209655376205755", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/113209655205845334", created_at = list(sec = 8, min = 4, hour = 13, mday = 27, mon = 8, year = 124, wday = 5, yday = 270, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Répondez à la consultation de l'UNESCO sur la création d’un dispositif mondial pour l’<a href=\\"https://social.numerique.gouv.fr/tags/accessouvertdiamant\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>accessouvertdiamant</span></a> :<br><a href=\\"https://www.ouvrirlascience.fr/lancement-dune-consultation-mondiale-sur-lacces-ouvert-diamant-sans-frais-de-publication-par-lunesco/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/lancement-d</span><span class=\\"invisible\\">une-consultation-mondiale-sur-lacces-ouvert-diamant-sans-frais-de-publication-par-lunesco/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a><br><a href=\\"https://social.numerique.gouv.fr/tags/publicationscientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>publicationscientifique</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/editionscientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>editionscientifique</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 18, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/113209655205845334", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/lancement-dune-consultation-mondiale-sur-lacces-ouvert-diamant-sans-frais-de-publication-par-lunesco/?utm_source=dlvr.it&utm_medium=mastodon", \n        title = "Lancement d’une consultation mondiale sur l’accès ouvert diamant (sans frais de publication) par l’UNESCO", description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 245, height = 90, image = NULL, image_description = "", embed_url = "", blurhash = "Ub02:0g6f.f8f,flfRf6e5fmf5e-f6fmflfi", published_at = "2024-09-27T09:35:32.000Z", authors = list())), account = list(\n        list(id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", \n            url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", \n            followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), \n            emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113209655340299550", "113209655340299550"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/209/655/340/299/550/original/eb3f6026c8f18ade.png", "https://files.mastodon.social/cache/media_attachments/files/113/209/655/340/299/550/original/eb3f6026c8f18ade.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/209/655/340/299/550/small/eb3f6026c8f18ade.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/209/655/340/299/550/small/eb3f6026c8f18ade.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/209/655/164/732/312/original/6a86b0b31b234e46.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/209/655/164/732/312/original/6a86b0b31b234e46.png"), meta = list(original = list(width = 1200, height = 1200, size = "1200x1200", aspect = 1), small = list(width = 480, height = 480, \n        size = "480x480", aspect = 1)), blurhash = c("UJQJp4$S?Y%L~URR9btPKIt6xss:?ZRRD+xZ", "UJQJp4$S?Y%L~URR9btPKIt6xss:?ZRRD+xZ"))), mentions = list(list()), tags = list(list(name = c("accessouvertdiamant", "publicationscientifique", "editionscientifique"), url = c("https://mastodon.social/tags/accessouvertdiamant", "https://mastodon.social/tags/publicationscientifique", "https://mastodon.social/tags/editionscientifique"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, \n    bookmarked = FALSE, pinned = NA)
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list()
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "113203954360258368", uri = "https://mastodon.social/users/fionacapucine/statuses/113203954360258368", created_at = list(sec = 20.632, min = 54, hour = 12, mday = 26, mon = 8, year = 124, wday = 4, yday = 269, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Pour encourager et accompagner les chercheurs &amp; chercheuses du site rennais à la rédaction de PGD entité, l&#39;atelier <a href=\\"https://mastodon.social/tags/ARDoISE\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ARDoISE</span></a> recrute !</p><p>👉 <a href=\\"https://recrutement.univ-rennes2.fr/poste/v92ug3kgdj-data-librarian-charge-e-de-laccompagnement-des-plans-de-gestion-de-donnees/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">recrutement.univ-rennes2.fr/po</span><span class=\\"invisible\\">ste/v92ug3kgdj-data-librarian-charge-e-de-laccompagnement-des-plans-de-gestion-de-donnees/</span></a><br /><a href=\\"https://mastodon.social/tags/donneesrecherche\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>donneesrecherche</span></a> <a href=\\"https://mastodon.social/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>scienceouverte</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 1, replies_count = 0, url = "https://mastodon.social/@fionacapucine/113203954360258368", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://recrutement.univ-rennes2.fr/poste/v92ug3kgdj-data-librarian-charge-e-de-laccompagnement-des-plans-de-gestion-de-donnees/", \n        title = "Data Librarian chargé.e de l’accompagnement des plans de gestion de données | Université Rennes 2 recrute !", description = "Université Rennes 2 recrute un(e) Data Librarian chargé.e de l’accompagnement des plans de gestion de données. D'autres offres d'emploi (CDI, CDD, Stage) sont disponibles sur notre site.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Université Rennes 2", provider_url = "", html = "", width = 70, height = 70, \n        image = NULL, image_description = "", embed_url = "", blurhash = "UX57]VflZ|j^flf6fPfkVof5VUf6fkflf5fP", published_at = NULL, authors = list())), account = list(list(id = "1095595", username = "fionacapucine", acct = "fionacapucine", display_name = "", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 4, mon = 1, year = 120, wday = 2, yday = 34, isdst = 0, zone = "UTC", gmtoff = 0), note = "", url = "https://mastodon.social/@fionacapucine", \n        avatar = "https://mastodon.social/avatars/original/missing.png", avatar_static = "https://mastodon.social/avatars/original/missing.png", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 20, following_count = 104, statuses_count = 9, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(\n            list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("ardoise", "donneesrecherche", "scienceouverte"), url = c("https://mastodon.social/tags/ardoise", "https://mastodon.social/tags/donneesrecherche", "https://mastodon.social/tags/scienceouverte"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = TRUE, pinned = NA)
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = "113203707620144779", uri = "https://qoto.org/users/marind/statuses/113203707505332079", created_at = list(sec = 33, min = 51, hour = 11, mday = 26, mon = 8, year = 124, wday = 4, yday = 269, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>2e journée d'études Ardoise - Un enjeu de la reproductibilité de la science : l'ouverture des codes sources et logiciels - Rennes <a href=\\"https://je2024-ardoise.sciencesconf.org/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">je2024-ardoise.sciencesconf.or</span><span class=\\"invisible\\">g/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 14, favourites_count = 2, replies_count = 0, url = "https://qoto.org/@marind/113203707505332079", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://je2024-ardoise.sciencesconf.org/?utm_source=dlvr.it&utm_medium=mastodon", title = "Journée d'étude Ardoise - 17 décembre 2024 - Sciencesconf.org", description = "", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109251589159853234", username = "marind", acct = "marind@qoto.org", display_name = "Marin Dacos - science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, \n        hour = 0, mday = 29, mon = 9, year = 122, wday = 6, yday = 301, isdst = 0, zone = "UTC", gmtoff = 0), note = "", url = "https://qoto.org/@marind", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/251/589/159/853/234/original/f1ffcf5528534a14.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/251/589/159/853/234/original/f1ffcf5528534a14.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/251/589/159/853/234/original/a8df9991ce4049da.jpg", \n        header_static = "https://files.mastodon.social/cache/accounts/headers/109/251/589/159/853/234/original/a8df9991ce4049da.jpg", followers_count = 1130, following_count = 644, statuses_count = 660, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("French open science coordinator", "My publications and profile", "Site personnel", "Fondateur et ancien directeur d'OpenEdition"\n        ), value = c("<a href=\\"https://www.ouvrirlascience.fr/second-national-plan-for-open-science/\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/second-nati</span><span class=\\"invisible\\">onal-plan-for-open-science/</span></a>", "<a href=\\"https://orcid.org/0000-0002-9361-5295\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">orcid.org/0000-0002-9361-5295</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://marin.dacos.org/\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">marin.dacos.org/</span><span class=\\"invisible\\"></span></a>", "<a href=\\"http://www.openedition.org\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">http://www.</span><span class=\\"\\">openedition.org</span><span class=\\"invisible\\"></span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), \n    mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = TRUE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list(id = "113208798462490296", uri = "https://mastodon.mim-libre.fr/users/lelibreedu/statuses/113208795442850971", created_at = list(sec = 29, min = 25, hour = 9, mday = 27, mon = 8, year = 124, wday = 5, yday = 270, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Pourquoi et comment changer nos pratiques pour développer des communs numériques ?</p><p>Intervention d'Audran Le Baron, directeur du numérique pour l'éducation, en ouverture de NEC.</p><p>\\"À partir du moment où on réfléchit à résoudre une problématique de politique publique par un outil numérique, qu’on le fasse par défaut en pensant communs numériques. Non seulement en ouvrant le code et les contenus mais en pensant les communautés et leur gouvernance partagée pour entretenir ce cercle vertueux.\\"</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 24, favourites_count = 1, replies_count = 2, url = "https://mastodon.mim-libre.fr/@lelibreedu/113208795442850971", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list()), account = list(list(id = "109246012665191840", username = "lelibreedu", acct = "lelibreedu@mastodon.mim-libre.fr", display_name = "Le Libre Éducatif", locked = FALSE, \n        bot = FALSE, discoverable = FALSE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 28, mon = 9, year = 122, wday = 5, yday = 300, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Compte officiel de la Direction du numérique pour l'éducation du ministère français de l'Éducation nationale dédié aux logiciels et ressources éducatives libres<br><a href=\\"https://mastodon.mim-libre.fr/tags/CommunsNumeriques\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CommunsNumeriques</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/LogicielsLibres\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>LogicielsLibres</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/REL\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>REL</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/Education\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Education</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/DNE\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DNE</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/LaForgeEdu\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>LaForgeEdu</span></a><br>(administré par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mastodon.social/@framaka\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>framaka</span></a></span>)</p><p>Open Source and Open Education at the French Ministry of Education<br><a href=\\"https://mastodon.mim-libre.fr/tags/FreeSoftware\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>FreeSoftware</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/OER\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OER</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/DigitalCommons\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DigitalCommons</span></a></p>", \n        url = "https://mastodon.mim-libre.fr/@lelibreedu", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/246/012/665/191/840/original/7339f2804e8f9ea4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/246/012/665/191/840/original/7339f2804e8f9ea4.png", header = "https://files.mastodon.social/cache/accounts/headers/109/246/012/665/191/840/original/4ede39b996057da0.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/246/012/665/191/840/original/4ede39b996057da0.jpg", \n        followers_count = 7162, following_count = 488, statuses_count = 743, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113208796474181135", "113208796474181135", "113208796474181135"), type = c("video", "video", "video"), url = c("https://mastodon.social/media_proxy/113208796474181135/original", \n    "https://mastodon.social/media_proxy/113208796474181135/original", "https://mastodon.social/media_proxy/113208796474181135/original"), preview_url = c("https://mastodon.social/media_proxy/113208796474181135/small", "https://mastodon.social/media_proxy/113208796474181135/small", "https://mastodon.social/media_proxy/113208796474181135/small"), remote_url = c("https://mastodon.mim-libre.fr/system/media_attachments/files/113/208/729/736/799/788/original/57f18ef5eaecb0dd.mp4", "https://mastodon.mim-libre.fr/system/media_attachments/files/113/208/729/736/799/788/original/57f18ef5eaecb0dd.mp4", \n    "https://mastodon.mim-libre.fr/system/media_attachments/files/113/208/729/736/799/788/original/57f18ef5eaecb0dd.mp4"), meta = list(focus = list(x = 0, y = 0), original = list(width = 854, height = 480, frame_rate = "30/1", duration = 267, bitrate = 456243), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("Captation vidéo de l'intervention d'Audran Le Baron à NEC (licence CC-By-Sa).", "Captation vidéo de l'intervention d'Audran Le Baron à NEC (licence CC-By-Sa).", \n    "Captation vidéo de l'intervention d'Audran Le Baron à NEC (licence CC-By-Sa)."), blurhash = c("UA8;Q1M^-n^+4nW@E1E39l%2xbIn_4Rixo-p", "UA8;Q1M^-n^+4nW@E1E39l%2xbIn_4Rixo-p", "UA8;Q1M^-n^+4nW@E1E39l%2xbIn_4Rixo-p"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = "113203681999084127", uri = "https://mastodon.social/users/fionacapucine/statuses/113203681999084127", created_at = list(sec = 4.755, min = 45, hour = 11, mday = 26, mon = 8, year = 124, wday = 4, yday = 269, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>🗓️ L&#39;Atelier de la donnée rennais <a href=\\"https://mastodon.social/tags/ARDoISE\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ARDoISE</span></a> organise sa 2e journée d&#39;étude mardi 17 décembre : <br />&quot;Un enjeu de la reproductibilité de la science : l&#39;ouverture des codes sources et logiciels&quot;</p><p>en présentiel à Inria Rennes ou en distanciel<br />📌Programme et inscriptions :<br /><a href=\\"https://je2024-ardoise.sciencesconf.org/?lang=fr\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">je2024-ardoise.sciencesconf.or</span><span class=\\"invisible\\">g/?lang=fr</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://mastodon.social/@fionacapucine/113203681999084127", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://je2024-ardoise.sciencesconf.org/?lang=fr", title = "Journée d'étude Ardoise - 17 décembre 2024 - Sciencesconf.org", description = "", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "1095595", username = "fionacapucine", acct = "fionacapucine", display_name = "", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 4, mon = 1, year = 120, \n        wday = 2, yday = 34, isdst = 0, zone = "UTC", gmtoff = 0), note = "", url = "https://mastodon.social/@fionacapucine", avatar = "https://mastodon.social/avatars/original/missing.png", avatar_static = "https://mastodon.social/avatars/original/missing.png", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 20, following_count = 104, statuses_count = 9, last_status_at = list(sec = NA, min = NA, \n        hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113203676608264315", "113203676608264315"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/203/676/608/264/315/original/e1c3cba2d57cda22.png", "https://files.mastodon.social/media_attachments/files/113/203/676/608/264/315/original/e1c3cba2d57cda22.png"\n    ), preview_url = c("https://files.mastodon.social/media_attachments/files/113/203/676/608/264/315/small/e1c3cba2d57cda22.png", "https://files.mastodon.social/media_attachments/files/113/203/676/608/264/315/small/e1c3cba2d57cda22.png"), meta = list(original = list(width = 1123, height = 1587, size = "1123x1587", aspect = 0.707624448645243), small = list(width = 404, height = 571, size = "404x571", aspect = 0.70753064798599)), blurhash = c("UhD^DrM{WBs:4:WARjs:^+V@ofkC4TofofRj", "UhD^DrM{WBs:4:WARjs:^+V@ofkC4TofofRj"\n    ))), mentions = list(list()), tags = list(list(name = "ardoise", url = "https://mastodon.social/tags/ardoise")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(id = "113199094606150342", uri = "https://social.sciences.re/users/zimoun/statuses/113199094555398749", created_at = list(sec = 25, min = 18, hour = 16, mday = 25, mon = 8, year = 124, wday = 3, yday = 268, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Vous souhaitez contribuer à <a href=\\"https://social.sciences.re/tags/Guix\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Guix</span></a> mais vous ne savez pas trop par où commencer&nbsp;? Réponse&nbsp;: la Traduction&nbsp;!</p><p>Il y a actuellement 900 chaînes de caractères non traduites dans le manuel. Il y en a pour tous les goûts. ;-)</p><p>Comment faire&nbsp;? C’est facile&nbsp;: <a href=\\"https://guix.gnu.org/manual/devel/fr/guix.fr.html#Traduire-Guix\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">guix.gnu.org/manual/devel/fr/g</span><span class=\\"invisible\\">uix.fr.html#Traduire-Guix</span></a></p><p>Allez on commence maintenant et c’est là&nbsp;: <a href=\\"https://translate.fedoraproject.org/translate/guix/documentation-manual/fr/?q=state%3Aempty&amp;offset=1\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">translate.fedoraproject.org/tr</span><span class=\\"invisible\\">anslate/guix/documentation-manual/fr/?q=state%3Aempty&amp;offset=1</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 9, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@zimoun/113199094555398749", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://guix.gnu.org/manual/devel/fr/guix.fr.html#Traduire-Guix", title = "Manuel de référence de GNU Guix", description = "Manuel de référence de GNU Guix", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111818208793653208", username = "zimoun", acct = "zimoun@sciences.re", display_name = "Simon Tournier", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, \n        mday = 25, mon = 0, year = 124, wday = 4, yday = 24, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Reproducible Research and Guix</p><p>« Le vrai pessimiste sait qu'il est déjà trop tard pour l'être. »</p>", url = "https://social.sciences.re/@zimoun", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/818/208/793/653/208/original/2e49ff9f842bf131.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/818/208/793/653/208/original/2e49ff9f842bf131.png", \n        header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 246, following_count = 138, statuses_count = 1598, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Web", "Blog"), value = c("<a href=\\"https://simon.tournier.info\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">simon.tournier.info</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://simon.tournier.info/posts\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">simon.tournier.info/posts</span><span class=\\"invisible\\"></span></a>"), verified_at = c("2025-01-12T20:38:49.068+00:00", NA))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = "guix", url = "https://mastodon.social/tags/guix")), emojis = list(\n        list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "113202569767453875", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/113202569550125453", created_at = list(sec = 10, min = 2, hour = 7, mday = 26, mon = 8, year = 124, wday = 4, yday = 269, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Assistez à la remise des <a href=\\"https://social.numerique.gouv.fr/tags/prixscienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>prixscienceouverte</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/donneesrecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>donneesrecherche</span></a> et <a href=\\"https://social.numerique.gouv.fr/tags/logiciellibre\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>logiciellibre</span></a> de la recherche 2024 à l’occasion des assises nationales des données de la recherche<br><a href=\\"https://www.ouvrirlascience.fr/assises-nationales-des-donnees-de-la-recherche-et-remise-des-prix-science-ouverte-des-donnees-de-la-recherche-et-du-logiciel-libre/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/assises-nat</span><span class=\\"invisible\\">ionales-des-donnees-de-la-recherche-et-remise-des-prix-science-ouverte-des-donnees-de-la-recherche-et-du-logiciel-libre/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/113202569550125453", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/assises-nationales-des-donnees-de-la-recherche-et-remise-des-prix-science-ouverte-des-donnees-de-la-recherche-et-du-logiciel-libre/?utm_source=dlvr.it&utm_medium=mastodon", \n        title = "Assises nationales des données de la recherche et remise des prix science ouverte des données de la recherche et du logiciel libre", description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 576, height = 400, image = NULL, image_description = "", embed_url = "", blurhash = "UQ60lFqTe=Y1s[o%Z$ggR3b;f6f*oOnnkCW*", published_at = "2024-09-25T14:18:05.000Z", authors = list())), \n    account = list(list(id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", \n        url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", \n        followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list(id = c("113202569727355540", "113202569727355540"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/202/569/727/355/540/original/3b25194f0ba87718.png", "https://files.mastodon.social/cache/media_attachments/files/113/202/569/727/355/540/original/3b25194f0ba87718.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/202/569/727/355/540/small/3b25194f0ba87718.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/202/569/727/355/540/small/3b25194f0ba87718.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/202/569/505/754/208/original/69e8ea802d5161d1.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/202/569/505/754/208/original/69e8ea802d5161d1.png"), meta = list(original = list(width = 1600, height = 900, size = "1600x900", aspect = 1.77777777777778), small = list(width = 640, \n        height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("U,Kn.Drdb;jb~Ub=jIj@?sofWCf*RRjGWUae", "U,Kn.Drdb;jb~Ub=jIj@?sofWCf*RRjGWUae"))), mentions = list(list()), tags = list(list(name = c("prixscienceouverte", "donneesrecherche", "logiciellibre"), url = c("https://mastodon.social/tags/prixscienceouverte", "https://mastodon.social/tags/donneesrecherche", "https://mastodon.social/tags/logiciellibre"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, \n    bookmarked = FALSE, pinned = NA)
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(id = "113171395022967100", uri = "https://mamot.fr/users/Pyb/statuses/113171394963167141", created_at = list(sec = 3, min = 54, hour = 18, mday = 20, mon = 8, year = 124, wday = 5, yday = 263, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Wiki Science Competition est un concours photo visant à mettre en avant la recherche académique et constituer une photothèque librement réutilisable par les wikipédiens, les universitaires et le grand public. <a href=\\"https://mamot.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> <a href=\\"https://commons.wikimedia.org/wiki/Commons:Wiki_Science_Competition_2024_in_France\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">commons.wikimedia.org/wiki/Com</span><span class=\\"invisible\\">mons:Wiki_Science_Competition_2024_in_France</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 1, replies_count = 0, url = "https://mamot.fr/@Pyb/113171394963167141", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://commons.wikimedia.org/wiki/Commons:Wiki_Science_Competition_2024_in_France", title = "Commons:Wiki Science Competition 2024 in France - Wikimedia Commons", description = "", \n        language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109496821577770907", username = "Pyb", acct = "Pyb@mamot.fr", display_name = "Pierre-Yves Beaudouin", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 7, \n        mon = 3, year = 117, wday = 5, yday = 96, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Wikimédien en résidence URFIST Méditerranée / Université Côte d'Azur</p><p>Ancien président de Wikimédia France</p><p><a href=\\"https://mamot.fr/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenData</span></a> • <a href=\\"https://mamot.fr/tags/OpenGLAM\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenGLAM</span></a> • <a href=\\"https://mamot.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> • <a href=\\"https://mamot.fr/tags/1jour1taxe\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>1jour1taxe</span></a> • Taphophile</p><p><a href=\\"https://linktr.ee/pyb75\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">linktr.ee/pyb75</span><span class=\\"invisible\\"></span></a></p>", \n        url = "https://mamot.fr/@Pyb", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", \n        followers_count = 561, following_count = 376, statuses_count = 2074, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Wikipédia", value = "<a href=\\"https://fr.wikipedia.org/wiki/Utilisateur:Pyb_en_r%C3%A9sidence\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">fr.wikipedia.org/wiki/Utilisat</span><span class=\\"invisible\\">eur:Pyb_en_r%C3%A9sidence</span></a>", \n            verified_at = "2025-01-15T14:35:04.912+00:00")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113171394978636507", "113171394978636507"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/113171394978636507/original", "https://mastodon.social/media_proxy/113171394978636507/original"), preview_url = c("https://mastodon.social/media_proxy/113171394978636507/small", "https://mastodon.social/media_proxy/113171394978636507/small"\n    ), remote_url = c("https://static.mamot.fr/media_attachments/files/113/171/384/853/875/331/original/1d59740777729482.png", "https://static.mamot.fr/media_attachments/files/113/171/384/853/875/331/original/1d59740777729482.png"), meta = list(original = list(width = 1414, height = 2000, size = "1414x2000", aspect = 0.707), small = list(width = 404, height = 571, size = "404x571", aspect = 0.70753064798599)), description = c("affiche de Wiki Science Competition", "affiche de Wiki Science Competition"\n    ), blurhash = c("UQP?,Z4njFxu000KM{niE1M_IANGx]t7NGWV", "UQP?,Z4njFxu000KM{niE1M_IANGx]t7NGWV"))), mentions = list(list()), tags = list(list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = "113191785026633367", uri = "https://social.numerique.gouv.fr/users/hal_fr/statuses/113191784846172113", created_at = list(sec = 28, min = 19, hour = 9, mday = 24, mon = 8, year = 124, wday = 2, yday = 267, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <br>[BLOG] Garantir le <a href=\\"https://social.numerique.gouv.fr/tags/libreacc%C3%A8s\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>libreaccès</span></a> : HAL est conforme aux exigences du Plan S.<br>Accélérer la transition vers un accès libre et immédiat aux publications scientifiques est l'objectif du&nbsp;Plan S, initiative lancée par la&nbsp;Coalition S qui réunit des financeurs de la <a href=\\"https://social.numerique.gouv.fr/tags/recherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>recherche</span></a>. <br>Découvrez tout ce que <a href=\\"https://social.numerique.gouv.fr/tags/HAL\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>HAL</span></a> déploie pour être conforme aux exigences relatives aux dépôts en libre accès pour offrir les meilleurs garanties aux chercheurs et chercheuses 👉 <a href=\\"https://www.ccsd.cnrs.fr/2024/09/garantir-le-libre-acces-hal-conforme-aux-exigences-du-plan-s/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ccsd.cnrs.fr/2024/09/garantir-</span><span class=\\"invisible\\">le-libre-acces-hal-conforme-aux-exigences-du-plan-s/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@hal_fr/113191784846172113", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ccsd.cnrs.fr/2024/09/garantir-le-libre-acces-hal-conforme-aux-exigences-du-plan-s/", title = "Garantir le libre accès : HAL conforme aux exigences du Plan S", \n        description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111447526783243509", username = "hal_fr", acct = "hal_fr@social.numerique.gouv.fr", display_name = "HAL science", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 20, mon = 10, year = 123, wday = 1, yday = 323, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>L'archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion en libre accès de publications scientifiques.</p>", url = "https://social.numerique.gouv.fr/@hal_fr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", \n        header = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", followers_count = 805, following_count = 80, statuses_count = 130, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", \n            value = "<a href=\\"https://hal.science/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113191784986029054", "113191784986029054", "113191784986029054"), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/113191784986029054/original", "https://mastodon.social/media_proxy/113191784986029054/original", \n    "https://mastodon.social/media_proxy/113191784986029054/original"), preview_url = c("https://mastodon.social/media_proxy/113191784986029054/small", "https://mastodon.social/media_proxy/113191784986029054/small", "https://mastodon.social/media_proxy/113191784986029054/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/191/776/079/193/681/original/71cdaba18093fe63.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/191/776/079/193/681/original/71cdaba18093fe63.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/113/191/776/079/193/681/original/71cdaba18093fe63.png"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1315, height = 733, size = "1315x733", aspect = 1.79399727148704), small = list(width = 642, height = 358, size = "642x358", aspect = 1.79329608938547)), description = c("Illustration synthétisant les 5 critères obligatoires pour les dépôts en libre accès selon le Plan S", "Illustration synthétisant les 5 critères obligatoires pour les dépôts en libre accès selon le Plan S", \n    "Illustration synthétisant les 5 critères obligatoires pour les dépôts en libre accès selon le Plan S"), blurhash = c("UAR3QR4o?uR.-;Rjjut7.9M}ni%L_N.7-pRj", "UAR3QR4o?uR.-;Rjjut7.9M}ni%L_N.7-pRj", "UAR3QR4o?uR.-;Rjjut7.9M}ni%L_N.7-pRj"))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "libreacces", "recherche", "hal"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/libreacces", "https://mastodon.social/tags/recherche", "https://mastodon.social/tags/hal"\n    ))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "113186620407105842", uri = "https://mamot.fr/users/Pyb/statuses/113186620357086289", created_at = list(sec = 4, min = 26, hour = 11, mday = 23, mon = 8, year = 124, wday = 1, yday = 266, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Il est temps de préparer la formation à venir mais vous pouvez encore vous inscrire. 2h jeudi 26/09 pour faire le point sur le domaine public, le droit d'auteur, les licences ouvertes, les licences libres, l'exception pédagogique, le statut des enseignants-chercheurs, etc. Déjà 38 inscrits ! <a href=\\"https://fr.wikipedia.org/wiki/Projet:Wikifier_la_science/Nice#Septembre\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">fr.wikipedia.org/wiki/Projet:W</span><span class=\\"invisible\\">ikifier_la_science/Nice#Septembre</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 0, replies_count = 2, url = "https://mamot.fr/@Pyb/113186620357086289", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://fr.wikipedia.org/wiki/Projet:Wikifier_la_science/Nice#Septembre", title = "Projet:Wikifier la science/Nice — Wikipédia", description = "", language = "fr", type = "link", \n        author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109496821577770907", username = "Pyb", acct = "Pyb@mamot.fr", display_name = "Pierre-Yves Beaudouin", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 7, mon = 3, year = 117, wday = 5, \n        yday = 96, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Wikimédien en résidence URFIST Méditerranée / Université Côte d'Azur</p><p>Ancien président de Wikimédia France</p><p><a href=\\"https://mamot.fr/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenData</span></a> • <a href=\\"https://mamot.fr/tags/OpenGLAM\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenGLAM</span></a> • <a href=\\"https://mamot.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> • <a href=\\"https://mamot.fr/tags/1jour1taxe\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>1jour1taxe</span></a> • Taphophile</p><p><a href=\\"https://linktr.ee/pyb75\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">linktr.ee/pyb75</span><span class=\\"invisible\\"></span></a></p>", \n        url = "https://mamot.fr/@Pyb", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", \n        followers_count = 561, following_count = 376, statuses_count = 2074, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Wikipédia", value = "<a href=\\"https://fr.wikipedia.org/wiki/Utilisateur:Pyb_en_r%C3%A9sidence\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">fr.wikipedia.org/wiki/Utilisat</span><span class=\\"invisible\\">eur:Pyb_en_r%C3%A9sidence</span></a>", \n            verified_at = "2025-01-15T14:35:04.912+00:00")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113186620373637686", "113186620373637686"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/113186620373637686/original", "https://mastodon.social/media_proxy/113186620373637686/original"), preview_url = c("https://mastodon.social/media_proxy/113186620373637686/small", "https://mastodon.social/media_proxy/113186620373637686/small"\n    ), remote_url = c("https://static.mamot.fr/media_attachments/files/113/186/601/046/731/113/original/afbef2c5931000e7.jpg", "https://static.mamot.fr/media_attachments/files/113/186/601/046/731/113/original/afbef2c5931000e7.jpg"), meta = list(original = list(width = 1280, height = 720, size = "1280x720", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("diapo introductive de la formation \\"Licences ouvertes et droit d'auteur\\"", \n    "diapo introductive de la formation \\"Licences ouvertes et droit d'auteur\\""), blurhash = c("UfC$=rNasTSg00kCn%WB_3niW;s:4oofa}f6", "UfC$=rNasTSg00kCn%WB_3niW;s:4oofa}f6"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "113186687908319710", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/113186687877970058", created_at = list(sec = 15, min = 43, hour = 11, mday = 23, mon = 8, year = 124, wday = 1, yday = 266, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Parmi les <a href=\\"https://social.sciences.re/tags/PratiquesDePublicationAlternatives\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>PratiquesDePublicationAlternatives</span></a> <a href=\\"https://social.sciences.re/tags/OnVousExplique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OnVousExplique</span></a> les <a href=\\"https://social.sciences.re/tags/Micropublications\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Micropublications</span></a> qui permettent de publier plus rapidement et de rendre accessibles de petits résultats d’expériences</p><p>➡️ <a href=\\"https://openscience.pasteur.fr/2024/09/19/les-micropublications/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/09</span><span class=\\"invisible\\">/19/les-micropublications/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/113186687877970058", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/09/19/les-micropublications/", title = "Les micropublications", description = "Nous vous présentons régulièrement des formes de publication alternatives aux traditionnels articles de recherche, afin que vous puissiez publier sous la forme qui convient le mieux à votre projet.…", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UUOgD-t89bt8t1ogV{j]9NWA00j]ofV?WBof", published_at = "2024-09-19T08:08:27.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", \n        locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("pratiquesdepublicationalternatives", "onvousexplique", "micropublications"), url = c("https://mastodon.social/tags/pratiquesdepublicationalternatives", "https://mastodon.social/tags/onvousexplique", "https://mastodon.social/tags/micropublications"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        list(id = "113180888764220901", uri = "https://social.numerique.gouv.fr/users/cnrs/statuses/113180887628096626", created_at = list(sec = 10, min = 8, hour = 11, mday = 22, mon = 8, year = 124, wday = 0, yday = 265, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>À l'occasion  de la journée internationale de la bibliodiversité 📚 et 5 ans après la publication de la feuille de route du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> pour la <a href=\\"https://social.numerique.gouv.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, @AlainSchuhl dresse un point d’étape sur l’ouverture des publications scientifiques.<br><a href=\\"https://www.cnrs.fr/fr/actualite/point-detape-sur-louverture-des-publications-scientifiques\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">cnrs.fr/fr/actualite/point-det</span><span class=\\"invisible\\">ape-sur-louverture-des-publications-scientifiques</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 12, favourites_count = 2, replies_count = 0, url = "https://social.numerique.gouv.fr/@cnrs/113180887628096626", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.cnrs.fr/fr/actualite/point-detape-sur-louverture-des-publications-scientifiques", title = "Point d’étape sur l’ouverture des publications scientifiques", \n        description = "Le CNRS a publié sa", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "CNRS", provider_url = "", html = "", width = 536, height = 429, image = NULL, image_description = "", embed_url = "", blurhash = "UE97R_t80Kobi]jro#Rl9uWB-ot7NIj[s,WA", published_at = NULL, authors = list())), account = list(list(id = "111408542966963322", username = "cnrs", acct = "cnrs@social.numerique.gouv.fr", display_name = "CNRS 🌍", locked = FALSE, bot = FALSE, \n        discoverable = FALSE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 14, mon = 10, year = 123, wday = 2, yday = 317, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Organisme public 🇫🇷 de recherche pluridisciplinaire, le Centre national de la recherche scientifique c'est 33 000 personnes qui font avancer la connaissance.<br>Rediffusion du compte Twitter / X</p>", url = "https://social.numerique.gouv.fr/@cnrs", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/408/542/966/963/322/original/b4835e661b0569af.jpg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/408/542/966/963/322/original/b4835e661b0569af.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/408/542/966/963/322/original/9634cc8bd82a553e.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/408/542/966/963/322/original/9634cc8bd82a553e.png", followers_count = 4051, following_count = 1, statuses_count = 975, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, \n            mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://cnrs.fr\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">cnrs.fr</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list(id = "111408542966963322", username = "cnrs", url = "https://social.numerique.gouv.fr/@cnrs", \n        acct = "cnrs@social.numerique.gouv.fr")), tags = list(list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(id = "113113381594964053", uri = "https://fosstodon.org/users/CenterforOpenScience/statuses/113113381540906525", created_at = list(sec = 29, min = 0, hour = 13, mday = 10, mon = 8, year = 124, wday = 2, yday = 253, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>We're excited to share an article written by one of our team members, Gretchen Gueguen, Member Experience Manager, in the latest NISO newsletter! The piece explores the essential role of metadata and persistent identifiers (PIDs) in open science.</p><p><a href=\\"https://www.niso.org/niso-io/2024/08/role-metadata-and-persistent-identifiers-pids-open-science?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=centerforopenscience\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">niso.org/niso-io/2024/08/role-</span><span class=\\"invisible\\">metadata-and-persistent-identifiers-pids-open-science?utm_source=mastodon&amp;utm_medium=social&amp;utm_campaign=centerforopenscience</span></a></p><p><a href=\\"https://fosstodon.org/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a> <a href=\\"https://fosstodon.org/tags/Metadata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Metadata</span></a> <a href=\\"https://fosstodon.org/tags/PIDs\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>PIDs</span></a> <a href=\\"https://fosstodon.org/tags/DataSharing\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DataSharing</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 0, replies_count = 0, url = "https://fosstodon.org/@CenterforOpenScience/113113381540906525", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.niso.org/niso-io/2024/08/role-metadata-and-persistent-identifiers-pids-open-science?utm_source=mastodon&utm_medium=social&utm_campaign=centerforopenscience", \n        title = "The Role of Metadata and Persistent Identifiers (PIDs) in Open Science | NISO website", description = "", language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111490481879909903", username = "CenterforOpenScience", acct = "CenterforOpenScience@fosstodon.org", \n        display_name = "Center for Open Science", locked = FALSE, bot = FALSE, discoverable = FALSE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 22, mon = 10, year = 122, wday = 2, yday = 325, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Our mission is to increase openness, integrity, and reproducibility of research. <a href=\\"https://fosstodon.org/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a></p>", \n        url = "https://fosstodon.org/@CenterforOpenScience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/490/481/879/909/903/original/9f9d51168eff30d1.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/490/481/879/909/903/original/9f9d51168eff30d1.png", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 785, following_count = 30, statuses_count = 151, \n        last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Website", value = "<a href=\\"https://www.cos.io\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">cos.io</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-10T19:51:32.912+00:00")), emojis = list(list()))), reblog = list(list()), \n    media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("openscience", "metadata", "pids", "datasharing"), url = c("https://mastodon.social/tags/openscience", "https://mastodon.social/tags/metadata", "https://mastodon.social/tags/pids", "https://mastodon.social/tags/datasharing"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           list(id = "113159559018038016", uri = "https://fosstodon.org/users/CenterforOpenScience/statuses/113159558927735893", created_at = list(sec = 0, min = 44, hour = 16, mday = 18, mon = 8, year = 124, wday = 3, yday = 261, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>We're excited to announce a major update to the Transparency and Openness Promotion (TOP) Guidelines—TOP 2025! These new guidelines streamline research practices and provide greater clarity around openness in research.</p><p>📝 The preprint is now available on MetaArXiv. Your feedback is welcome! <a href=\\"https://www.cos.io/blog/new-preprint-introduces-major-update-to-the-top-guidelines\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">cos.io/blog/new-preprint-intro</span><span class=\\"invisible\\">duces-major-update-to-the-top-guidelines</span></a></p><p><a href=\\"https://fosstodon.org/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a> <a href=\\"https://fosstodon.org/tags/Research\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Research</span></a> <a href=\\"https://fosstodon.org/tags/scholarlyPublishing\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scholarlyPublishing</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 8, favourites_count = 2, replies_count = 0, url = "https://fosstodon.org/@CenterforOpenScience/113159558927735893", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.cos.io/blog/new-preprint-introduces-major-update-to-the-top-guidelines", title = "New Preprint Introduces Major Update to the TOP Guidelines", \n        description = "The Center for Open Science (COS) is pleased to introduce a major update to the Transparency and Openness Promotion (TOP) Guidelines, dubbed TOP 2025. The TOP Guidelines are an influential policy framework designed to enhance the verifiability of empirical research claims in research. The preprint introducing TOP 2025 is available now at MetaArXiv. The revisions are the result of an extensive consultation process with the TOP Advisory Board, currently chaired by Sean Grant and co-chaired by Suzanne Stewart. ", \n        language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 640, height = 360, image = "https://files.mastodon.social/cache/preview_cards/images/112/435/800/original/735d7d12f78edeff.png", image_description = "", embed_url = "", blurhash = "UB5FrZx{RKa#f5j[ogoaI7Rjt9ofa+ogj[WC", published_at = NULL, authors = list())), account = list(list(id = "111490481879909903", username = "CenterforOpenScience", acct = "CenterforOpenScience@fosstodon.org", \n        display_name = "Center for Open Science", locked = FALSE, bot = FALSE, discoverable = FALSE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 22, mon = 10, year = 122, wday = 2, yday = 325, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Our mission is to increase openness, integrity, and reproducibility of research. <a href=\\"https://fosstodon.org/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a></p>", \n        url = "https://fosstodon.org/@CenterforOpenScience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/490/481/879/909/903/original/9f9d51168eff30d1.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/490/481/879/909/903/original/9f9d51168eff30d1.png", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 785, following_count = 30, statuses_count = 151, \n        last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Website", value = "<a href=\\"https://www.cos.io\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">cos.io</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-10T19:51:32.912+00:00")), emojis = list(list()))), reblog = list(list()), \n    media_attachments = list(list(id = c("113159558973476257", "113159558973476257"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/159/558/973/476/257/original/184d001551d44a31.png", "https://files.mastodon.social/cache/media_attachments/files/113/159/558/973/476/257/original/184d001551d44a31.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/159/558/973/476/257/small/184d001551d44a31.png", "https://files.mastodon.social/cache/media_attachments/files/113/159/558/973/476/257/small/184d001551d44a31.png"\n    ), remote_url = c("https://cdn.fosstodon.org/media_attachments/files/113/159/555/873/278/497/original/238765c14269277a.png", "https://cdn.fosstodon.org/media_attachments/files/113/159/555/873/278/497/original/238765c14269277a.png"), meta = list(original = list(width = 1600, height = 900, size = "1600x900", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("UtMH=eDtxHe@ozf8jFfQ~Uo?-ok8ofayt7fQ", "UtMH=eDtxHe@ozf8jFfQ~Uo?-ok8ofayt7fQ"\n    ))), mentions = list(list()), tags = list(list(name = c("openscience", "research", "scholarlypublishing"), url = c("https://mastodon.social/tags/openscience", "https://mastodon.social/tags/research", "https://mastodon.social/tags/scholarlypublishing"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list(id = "113163286999259390", uri = "https://social.numerique.gouv.fr/users/datagouvfr/statuses/113163286688706657", created_at = list(sec = 1, min = 32, hour = 8, mday = 19, mon = 8, year = 124, wday = 4, yday = 262, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>💌 L'équipe de data.gouv.fr suit tous les jeux de données et réutilisations publiés sur la plateforme. Chaque mois, nous vous concoctons une liste de nos coups de coeur.</p><p>Retrouvez-la dans le suivi des sorties : <a href=\\"https://www.data.gouv.fr/fr/posts/suivi-des-sorties-aout-2024/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">data.gouv.fr/fr/posts/suivi-de</span><span class=\\"invisible\\">s-sorties-aout-2024/</span></a></p><p>Et partagez-nous vos coups de coeur en réponse !</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 2, replies_count = 0, url = "https://social.numerique.gouv.fr/@datagouvfr/113163286688706657", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.data.gouv.fr/fr/posts/suivi-des-sorties-aout-2024/", title = "Suivi des sorties - Août 2024 - data.gouv.fr", description = "Vous lisez l’édition de Août 2024 du suivi des sorties, un article dans lequel nous partageons les publications de jeux de données et de réutilisations qui ont retenu notre attention.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 400, height = 400, image = NULL, image_description = "", embed_url = "", blurhash = "UsEq5Gj[ofj[offQfQfQ8wayWBayaefQj[fQ", published_at = NULL, authors = list())), account = list(list(id = "111261387993491554", username = "datagouvfr", acct = "datagouvfr@social.numerique.gouv.fr", display_name = "data.gouv.fr", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, \n        created_at = list(sec = 0, min = 0, hour = 0, mday = 13, mon = 9, year = 123, wday = 5, yday = 285, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>La plateforme ouverte des données publiques françaises.<br>Le meilleur endroit pour trouver ou publier des données d’intérêt public.<br>Opérée et animée par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@dinum\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dinum</span></a></span></p>", \n        url = "https://social.numerique.gouv.fr/@datagouvfr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", \n        followers_count = 2504, following_count = 31, statuses_count = 157, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://data.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("113163286958198293", "113163286958198293", "113163286958198293"), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/113163286958198293/original", "https://mastodon.social/media_proxy/113163286958198293/original", "https://mastodon.social/media_proxy/113163286958198293/original"), preview_url = c("https://mastodon.social/media_proxy/113163286958198293/small", "https://mastodon.social/media_proxy/113163286958198293/small", \n    "https://mastodon.social/media_proxy/113163286958198293/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/163/283/968/740/515/original/0c35431a6c3048ee.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/163/283/968/740/515/original/0c35431a6c3048ee.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/163/283/968/740/515/original/0c35431a6c3048ee.png"), meta = list(focus = list(x = 0, y = 0), original = list(\n        width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("Suivi des sorties\\nActualités de l'open data et de data.gouv.fr en août 2024", "Suivi des sorties\\nActualités de l'open data et de data.gouv.fr en août 2024", "Suivi des sorties\\nActualités de l'open data et de data.gouv.fr en août 2024"), blurhash = c("U6Ij0A%M?bx]%gofWBj[_MWUDjofyDj[ofkC", "U6Ij0A%M?bx]%gofWBj[_MWUDjofyDj[ofkC", \n    "U6Ij0A%M?bx]%gofWBj[_MWUDjofyDj[ofkC"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "112496939597900894", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/112496939428336401", created_at = list(sec = 8, min = 11, hour = 16, mday = 24, mon = 4, year = 124, wday = 5, yday = 144, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Traitez et visualisez vos données avec Lodex <a href=\\"https://www.inist.fr/nos-actualites/traitez-et-visualisez-vos-donnees-avec-lodex/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/traite</span><span class=\\"invisible\\">z-et-visualisez-vos-donnees-avec-lodex/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/112496939428336401", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/traitez-et-visualisez-vos-donnees-avec-lodex/?utm_source=dlvr.it&utm_medium=mastodon", title = "Traitez et visualisez vos données avec Lodex", \n        description = "Bien plus qu’un simple outil de visualisation, Lodex est une plateforme optimisée pour le traitement des données.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 400, height = 400, image = NULL, image_description = "", embed_url = "", blurhash = "UwHCx,t8s;WUxuj]kCay4WWAWBj]Inoejcog", published_at = "2024-05-24T14:51:45.000Z", authors = list())), account = list(list(id = "111426842546145512", \n        username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112496939555012841", "112496939555012841"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112496939555012841/original", "https://mastodon.social/media_proxy/112496939555012841/original"), preview_url = c("https://mastodon.social/media_proxy/112496939555012841/small", "https://mastodon.social/media_proxy/112496939555012841/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/496/939/388/723/577/original/5a84250ce267e9b1.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/496/939/388/723/577/original/5a84250ce267e9b1.png"), meta = list(original = list(width = 400, height = 400, size = "400x400", aspect = 1), small = list(width = 400, height = 400, size = "400x400", aspect = 1)), blurhash = c("UwG]pat8t7axxuj]j]ay4WWAWBjvIooejcog", "UwG]pat8t7axxuj]j]ay4WWAWBjvIooejcog"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, \n    bookmarked = FALSE, pinned = NA)
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "113158316214257836", uri = "https://mamot.fr/users/Pyb/statuses/113158316125046019", created_at = list(sec = 56, min = 27, hour = 11, mday = 18, mon = 8, year = 124, wday = 3, yday = 261, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Voici le 2 millionième article de la <a href=\\"https://mamot.fr/tags/Wikip%C3%A9dia\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Wikipédia</span></a> en français. Il s'agit d'une création semi-automatique de la part de Roland45. C'est souvent le cas en français quand l'encyclopédie va franchir des seuils symboliques 😉 Les russophones ne semblent pas pratiquer cela, le compteur en est à 1&nbsp;999&nbsp;971. <a href=\\"https://fr.wikipedia.org/wiki/Xcacau_Corona\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">fr.wikipedia.org/wiki/Xcacau_C</span><span class=\\"invisible\\">orona</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 1, replies_count = 0, url = "https://mamot.fr/@Pyb/113158316125046019", in_reply_to_id = "113155157246787956", in_reply_to_account_id = "109496821577770907", language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://fr.wikipedia.org/wiki/Xcacau_Corona", title = "Xcacau Corona — Wikipédia", description = "", language = "fr", type = "link", author_name = "", \n        author_url = "", provider_name = "", provider_url = "", html = "", width = 653, height = 352, image = NULL, image_description = "", embed_url = "", blurhash = "U8KBRJRj4nWA~qWBRj-;WBIUM{WBRjt7ofIU", published_at = NULL, authors = list())), account = list(list(id = "109496821577770907", username = "Pyb", acct = "Pyb@mamot.fr", display_name = "Pierre-Yves Beaudouin", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 7, mon = 3, \n        year = 117, wday = 5, yday = 96, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Wikimédien en résidence URFIST Méditerranée / Université Côte d'Azur</p><p>Ancien président de Wikimédia France</p><p><a href=\\"https://mamot.fr/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenData</span></a> • <a href=\\"https://mamot.fr/tags/OpenGLAM\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenGLAM</span></a> • <a href=\\"https://mamot.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> • <a href=\\"https://mamot.fr/tags/1jour1taxe\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>1jour1taxe</span></a> • Taphophile</p><p><a href=\\"https://linktr.ee/pyb75\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">linktr.ee/pyb75</span><span class=\\"invisible\\"></span></a></p>", \n        url = "https://mamot.fr/@Pyb", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", \n        followers_count = 561, following_count = 376, statuses_count = 2074, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Wikipédia", value = "<a href=\\"https://fr.wikipedia.org/wiki/Utilisateur:Pyb_en_r%C3%A9sidence\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">fr.wikipedia.org/wiki/Utilisat</span><span class=\\"invisible\\">eur:Pyb_en_r%C3%A9sidence</span></a>", \n            verified_at = "2025-01-15T14:35:04.912+00:00")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113158316171121308", "113158316171121308"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/113158316171121308/original", "https://mastodon.social/media_proxy/113158316171121308/original"), preview_url = c("https://mastodon.social/media_proxy/113158316171121308/small", "https://mastodon.social/media_proxy/113158316171121308/small"\n    ), remote_url = c("https://static.mamot.fr/media_attachments/files/113/158/301/911/517/686/original/9ae48b6262ff8fe2.png", "https://static.mamot.fr/media_attachments/files/113/158/301/911/517/686/original/9ae48b6262ff8fe2.png"), meta = list(original = list(width = 1268, height = 784, size = "1268x784", aspect = 1.61734693877551), small = list(width = 610, height = 377, size = "610x377", aspect = 1.61803713527851)), description = c("copie d'écran de l'article Wikipédia sur Xcacau Corona dans sa version du 18 septembre 2024", \n    "copie d'écran de l'article Wikipédia sur Xcacau Corona dans sa version du 18 septembre 2024"), blurhash = c("UBRp8-?w-:?a_4RiD%Rj_2ITWXay?bMx%Mof", "UBRp8-?w-:?a_4RiD%Rj_2ITWXay?bMx%Mof"))), mentions = list(list()), tags = list(list(name = "wikipedia", url = "https://mastodon.social/tags/wikipedia")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "113152580064450291", uri = "https://social.numerique.gouv.fr/users/hal_fr/statuses/113152579854039401", created_at = list(sec = 7, min = 9, hour = 11, mday = 17, mon = 8, year = 124, wday = 2, yday = 260, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <br>La plupart des disciplines scientifiques s’appuient sur des <a href=\\"https://social.numerique.gouv.fr/tags/logiciels\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>logiciels</span></a>. Leur ouverture est donc un enjeu pour nombre d’entre elles. <br>Découvrez tous les avantages à <a href=\\"https://social.numerique.gouv.fr/tags/d%C3%A9poser\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>déposer</span></a> ses logiciels et codes source avec la fiche pratique Les Essentiels de HAL sur le dépôt de logiciels ! <br>Une collaboration avec <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mstdn.social/@swheritage\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>swheritage</span></a></span>  <br>Télécharger la fiche 👉 <a href=\\"https://doc.hal.science/ressources/essentiels/CCSD_essentiels_logiciels.fr.pdf\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">doc.hal.science/ressources/ess</span><span class=\\"invisible\\">entiels/CCSD_essentiels_logiciels.fr.pdf</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 37, favourites_count = 1, replies_count = 1, url = "https://social.numerique.gouv.fr/@hal_fr/113152579854039401", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list()), account = list(list(id = "111447526783243509", username = "hal_fr", acct = "hal_fr@social.numerique.gouv.fr", display_name = "HAL science", locked = FALSE, bot = FALSE, \n        discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 20, mon = 10, year = 123, wday = 1, yday = 323, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>L'archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion en libre accès de publications scientifiques.</p>", url = "https://social.numerique.gouv.fr/@hal_fr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", header = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", followers_count = 805, following_count = 80, statuses_count = 130, last_status_at = list(sec = NA, min = NA, hour = NA, \n            mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://hal.science/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113152580002161017", "113152580002161017", "113152580002161017"\n    ), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/113152580002161017/original", "https://mastodon.social/media_proxy/113152580002161017/original", "https://mastodon.social/media_proxy/113152580002161017/original"), preview_url = c("https://mastodon.social/media_proxy/113152580002161017/small", "https://mastodon.social/media_proxy/113152580002161017/small", "https://mastodon.social/media_proxy/113152580002161017/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/152/569/834/692/903/original/c5bc372c2cf988a8.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/113/152/569/834/692/903/original/c5bc372c2cf988a8.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/152/569/834/692/903/original/c5bc372c2cf988a8.png"), meta = list(focus = list(x = 0, y = 0), original = list(width = 808, height = 1142, size = "808x1142", aspect = 0.70753064798599), small = list(width = 404, height = 571, size = "404x571", aspect = 0.70753064798599)), description = c("Fiche pratique sur le dépôt de logiciels. Elle synthétise les avantages pour une équipe, les bénéfices pour les auteurs et autrices, et propose un schéma qui décrit les workflow", \n    "Fiche pratique sur le dépôt de logiciels. Elle synthétise les avantages pour une équipe, les bénéfices pour les auteurs et autrices, et propose un schéma qui décrit les workflow", "Fiche pratique sur le dépôt de logiciels. Elle synthétise les avantages pour une équipe, les bénéfices pour les auteurs et autrices, et propose un schéma qui décrit les workflow"), blurhash = c("UnO:-Oofa}ogxuoga}j[01WBjZaet7kCazj[", "UnO:-Oofa}ogxuoga}j[01WBjZaet7kCazj[", "UnO:-Oofa}ogxuoga}j[01WBjZaet7kCazj["\n    ))), mentions = list(list(id = "1347543", username = "swheritage", url = "https://mstdn.social/@swheritage", acct = "swheritage@mstdn.social")), tags = list(list(name = c("scienceouverte", "logiciels", "deposer"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/logiciels", "https://mastodon.social/tags/deposer"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = "113152179263613956", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/113152179220818211", created_at = list(sec = 14, min = 27, hour = 9, mday = 17, mon = 8, year = 124, wday = 2, yday = 260, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Avant de générer des données ou de développer un logiciel, évitez la duplication des efforts en essayant de réutiliser des <a href=\\"https://social.sciences.re/tags/JeuxDeDonn%C3%A9es\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>JeuxDeDonnées</span></a> ou des <a href=\\"https://social.sciences.re/tags/ComposantsLogiciels\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ComposantsLogiciels</span></a> produits par d’autres scientifiques. <a href=\\"https://social.sciences.re/tags/LogicielLibre\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>LogicielLibre</span></a> <a href=\\"https://social.sciences.re/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenData</span></a> </p><p><a href=\\"https://social.sciences.re/tags/CommentFaire\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CommentFaire</span></a></p><p>➡️ <a href=\\"https://openscience.pasteur.fr/2024/09/04/comment-trouver-des-donnees-et-composants-logiciels-a-reutiliser/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/09</span><span class=\\"invisible\\">/04/comment-trouver-des-donnees-et-composants-logiciels-a-reutiliser/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 1, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/113152179220818211", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/09/04/comment-trouver-des-donnees-et-composants-logiciels-a-reutiliser/", title = "Comment trouver des données et composants logiciels à réutiliser ?", \n        description = "[Mise à jour d’un article initialement publié en juin 2021] Avant de générer des données ou de développer un logiciel, il est toujours utile de vérifier s’il n’est pas possible de réutiliser des je…", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UUOgD-t89bt8t1ogV{j]9NWA00j]ofV?WBof", \n        published_at = "2024-09-04T16:00:15.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("jeuxdedonnees", "composantslogiciels", "commentfaire", "logiciellibre", "opendata"), url = c("https://mastodon.social/tags/jeuxdedonnees", "https://mastodon.social/tags/composantslogiciels", "https://mastodon.social/tags/commentfaire", "https://mastodon.social/tags/logiciellibre", "https://mastodon.social/tags/opendata"))), emojis = list(list()), favourited = TRUE, reblogged = TRUE, \n    muted = FALSE, bookmarked = FALSE, pinned = NA)
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list(id = "113147631257495121", uri = "https://mastodon.social/users/Urfist_Rennes/statuses/113147631257495121", created_at = list(sec = 38.314, min = 10, hour = 14, mday = 16, mon = 8, year = 124, wday = 1, yday = 259, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mamot.fr/@dbelveze\\" class=\\"u-url mention\\">@<span>dbelveze</span></a></span> <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.sciences.re/@CCochard\\" class=\\"u-url mention\\">@<span>CCochard</span></a></span> <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://framapiaf.org/@YannKervran\\" class=\\"u-url mention\\">@<span>YannKervran</span></a></span> <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mastodon.social/@SO_UnivRennes\\" class=\\"u-url mention\\">@<span>SO_UnivRennes</span></a></span> </p><p>Merci pour vos échanges ;) Je vous signale une formation sur la thématique Git/Gitlab à l&#39;Urfist de Rennes le 7 novembre : <a href=\\"https://sygefor.reseau-urfist.fr/#/training/10712/13114\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">sygefor.reseau-urfist.fr/#/tra</span><span class=\\"invisible\\">ining/10712/13114</span></a></p>", \n    visibility = "unlisted", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 2, replies_count = 0, url = "https://mastodon.social/@Urfist_Rennes/113147631257495121", in_reply_to_id = "113147472963705046", in_reply_to_account_id = "59375", language = "en", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://sygefor.reseau-urfist.fr/#/training/10712/13114", title = "SYGEFOR - SYstème de GEstion de FORmation", \n        description = "Les URFIST (Unité Régionale de Formation à l'Information Scientifique et Technique) ont pour missions la recherche et la formation des usagers universitaires sur les outils, les pratiques et les évolutions de l'information scientifique.", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), \n    account = list(list(id = "111928892099190457", username = "Urfist_Rennes", acct = "Urfist_Rennes", display_name = "Urfist Rennes", locked = FALSE, bot = FALSE, discoverable = NA, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 14, mon = 1, year = 124, wday = 3, yday = 44, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité régionale de formation à l&#39;information scientifique et technique de Bretagne et Pays de la Loire.</p><p>Posts sur <a href=\\"https://mastodon.social/tags/FormationsIST\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>FormationsIST</span></a> <a href=\\"https://mastodon.social/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ScienceOuverte</span></a> <a href=\\"https://mastodon.social/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>OpenData</span></a></p>", \n        url = "https://mastodon.social/@Urfist_Rennes", avatar = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", avatar_static = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", header = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", header_static = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", \n        followers_count = 45, following_count = 32, statuses_count = 81, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list(id = c("59375", "112563083919570593", "196043", "112370075539544475"), username = c("dbelveze", "CCochard", "YannKervran", "SO_UnivRennes"), url = c("https://mamot.fr/@dbelveze", \n    "https://social.sciences.re/@CCochard", "https://framapiaf.org/@YannKervran", "https://mastodon.social/@SO_UnivRennes"), acct = c("dbelveze@mamot.fr", "CCochard@sciences.re", "YannKervran@framapiaf.org", "SO_UnivRennes"))), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        list(id = "113147472963705046", uri = "https://mamot.fr/users/dbelveze/statuses/113147472929307395", created_at = list(sec = 22, min = 30, hour = 13, mday = 16, mon = 8, year = 124, wday = 1, yday = 259, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.sciences.re/@CCochard\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>CCochard</span></a></span> <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://framapiaf.org/@YannKervran\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>YannKervran</span></a></span> <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mastodon.social/@SO_UnivRennes\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>SO_UnivRennes</span></a></span> J'ai fait ici à l'usage de doctorants qui débarquent dans Git un récap des fonctions qui me paraissent les plus importantes : <a href=\\"https://app.Lumi.education/run/jMJxPe\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">app.Lumi.education/run/jMJxPe</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "unlisted", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 1, url = "https://mamot.fr/@dbelveze/113147472929307395", in_reply_to_id = "113147453368374744", in_reply_to_account_id = "112563083919570593", language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://app.lumi.education/run/jMJxPe", title = "Lumi", description = "Create, edit, share and find interactive content.", language = "en", \n        type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "59375", username = "dbelveze", acct = "dbelveze@mamot.fr", display_name = "dbelveze", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 7, mon = 3, year = 117, wday = 5, \n        yday = 96, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Librarian, support privacy and Open Source software</p>", url = "https://mamot.fr/@dbelveze", avatar = "https://files.mastodon.social/cache/accounts/avatars/000/059/375/original/250a991b7f4de1f2.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/000/059/375/original/250a991b7f4de1f2.jpg", header = "https://files.mastodon.social/cache/accounts/headers/000/059/375/original/d76055714f134705.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/000/059/375/original/d76055714f134705.jpg", \n        followers_count = 205, following_count = 146, statuses_count = 864, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "blog", value = "<a href=\\"https://site.dbelveze.fr\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">site.dbelveze.fr</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-11T21:27:39.933+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list(id = c("112563083919570593", "196043", "112370075539544475"), username = c("CCochard", "YannKervran", "SO_UnivRennes"), url = c("https://social.sciences.re/@CCochard", "https://framapiaf.org/@YannKervran", "https://mastodon.social/@SO_UnivRennes"), acct = c("CCochard@sciences.re", "YannKervran@framapiaf.org", "SO_UnivRennes"))), tags = list(list()), emojis = list(list()), favourited = FALSE, \n    reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(id = "113146255565274580", uri = "https://social.sciences.re/users/BraccoLaetitia/statuses/113146255498124553", created_at = list(sec = 45, min = 20, hour = 8, mday = 16, mon = 8, year = 124, wday = 1, yday = 259, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>« Produire, ouvrir et valoriser les <a href=\\"https://social.sciences.re/tags/logiciels\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>logiciels</span></a> de recherche à l’Université de Lorraine » : rendez-vous le 28 novembre à Nancy pour une journée d'étude inédite ! <a href=\\"https://social.sciences.re/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> </p><p>Programme : <a href=\\"https://jsolorraine2024.sciencesconf.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">jsolorraine2024.sciencesconf.o</span><span class=\\"invisible\\">rg</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@BraccoLaetitia/113146255498124553", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://jsolorraine2024.sciencesconf.org/", title = "Produire, ouvrir et valoriser les logiciels de recherche à l’Université de Lorraine - Sciencesconf.org", \n        description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109347445763671380", username = "BraccoLaetitia", acct = "BraccoLaetitia@sciences.re", display_name = "Laetitia Bracco", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 10, mon = 10, year = 122, wday = 4, yday = 313, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Conservatrice - Responsable de l'atelier de la donnée de l'Université de Lorraine - Pilote du GTSO Données Couperin - Chef de projet Baromètre science ouverte données/codes <a href=\\"https://social.sciences.re/tags/donn%C3%A9es\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>données</span></a> <a href=\\"https://social.sciences.re/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.sciences.re/tags/data\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>data</span></a> <a href=\\"https://social.sciences.re/tags/osmi\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>osmi</span></a></p>", \n        url = "https://social.sciences.re/@BraccoLaetitia", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/347/445/763/671/380/original/08f546be95c27db3.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/347/445/763/671/380/original/08f546be95c27db3.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/347/445/763/671/380/original/5dbe4eeb81d84475.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/347/445/763/671/380/original/5dbe4eeb81d84475.jpg", \n        followers_count = 339, following_count = 209, statuses_count = 421, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("La Science Ouverte à l'Université de Lorraine", "OSMI"), value = c("<a href=\\"http://scienceouverte.univ-lorraine.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">http://</span><span class=\\"ellipsis\\">scienceouverte.univ-lorraine.f</span><span class=\\"invisible\\">r/</span></a>", \n        "<a href=\\"https://open-science-monitoring.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">open-science-monitoring.org</span><span class=\\"invisible\\"></span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113146255540298069", "113146255540298069", "113146255540298069"), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/113146255540298069/original", \n    "https://mastodon.social/media_proxy/113146255540298069/original", "https://mastodon.social/media_proxy/113146255540298069/original"), preview_url = c("https://mastodon.social/media_proxy/113146255540298069/small", "https://mastodon.social/media_proxy/113146255540298069/small", "https://mastodon.social/media_proxy/113146255540298069/small"), remote_url = c("https://social.sciences.re/system/media_attachments/files/113/146/253/766/946/437/original/6d56e8f682777974.png", "https://social.sciences.re/system/media_attachments/files/113/146/253/766/946/437/original/6d56e8f682777974.png", \n    "https://social.sciences.re/system/media_attachments/files/113/146/253/766/946/437/original/6d56e8f682777974.png"), meta = list(focus = list(x = 0, y = 0), original = list(width = 980, height = 220, size = "980x220", aspect = 4.45454545454545), small = list(width = 980, height = 220, size = "980x220", aspect = 4.45454545454545)), description = c("Bandeau annonçant le colloque, bleu foncé avec un réseau de points blancs", "Bandeau annonçant le colloque, bleu foncé avec un réseau de points blancs", \n    "Bandeau annonçant le colloque, bleu foncé avec un réseau de points blancs"), blurhash = c("U79HO]%gRjxvNGWAx]t700IU%Mj[%NogRjj[", "U79HO]%gRjxvNGWAx]t700IU%Mj[%NogRjj[", "U79HO]%gRjxvNGWAx]t700IU%Mj[%NogRjj["))), mentions = list(list()), tags = list(list(name = c("logiciels", "scienceouverte"), url = c("https://mastodon.social/tags/logiciels", "https://mastodon.social/tags/scienceouverte"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list(id = "113083417160209428", uri = "https://mapstodon.space/users/dmontagne/statuses/113083416964753715", created_at = list(sec = 5, min = 0, hour = 6, mday = 5, mon = 8, year = 124, wday = 4, yday = 248, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Vos collègues chercheurs, chercheuses, ITA, bibliothécaires ou en doctorat réfléchissent à quitter Twitter ? Vous voulez les convaincre de nous rejoindre ? Ou de revenir après un passage express ici ?</p><p>J'organise un webinaire d'1h spécialement dédié à <a href=\\"https://mapstodon.space/tags/Mastodon\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Mastodon</span></a> pour l'enseignement supérieur et la recherche.</p><p>&gt;16 septembre à 14h en visio</p><p>Inscriptions: <a href=\\"https://sygefor.reseau-urfist.fr/#/training/10665/13012\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">sygefor.reseau-urfist.fr/#/tra</span><span class=\\"invisible\\">ining/10665/13012</span></a> </p><p><a href=\\"https://mapstodon.space/tags/TwitterMigration\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>TwitterMigration</span></a> <a href=\\"https://mapstodon.space/tags/formation\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>formation</span></a> <a href=\\"https://mapstodon.space/tags/ESR\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ESR</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 194, favourites_count = 10, replies_count = 6, url = "https://mapstodon.space/@dmontagne/113083416964753715", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://sygefor.reseau-urfist.fr/#/training/10665/13012", title = "SYGEFOR - SYstème de GEstion de FORmation", description = "Les URFIST (Unité Régionale de Formation à l'Information Scientifique et Technique) ont pour missions la recherche et la formation des usagers universitaires sur les outils, les pratiques et les évolutions de l'information scientifique.", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109304272894356242", username = "dmontagne", acct = "dmontagne@mapstodon.space", display_name = "DMONTAGNE", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, \n        mday = 7, mon = 10, year = 122, wday = 1, yday = 310, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Wikimédienne en résidence à l'URFIST de Lyon.</p><p>Construit des mondes communs avec Wikipédia et OpenStreetMap. Analyse des données, fait des cartes et de la géomagie. Cherche la petite bête 🕷️</p>", url = "https://mapstodon.space/@dmontagne", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/304/272/894/356/242/original/01efb8f7750a0a20.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/304/272/894/356/242/original/01efb8f7750a0a20.jpg", \n        header = "https://files.mastodon.social/cache/accounts/headers/109/304/272/894/356/242/original/bdcdb94d85a32e50.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/304/272/894/356/242/original/bdcdb94d85a32e50.jpg", followers_count = 760, following_count = 445, statuses_count = 1054, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list(id = c("113083417119924754", "113083417119924754"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/083/417/119/924/754/original/e376451289ba89ea.png", "https://files.mastodon.social/cache/media_attachments/files/113/083/417/119/924/754/original/e376451289ba89ea.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/083/417/119/924/754/small/e376451289ba89ea.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/083/417/119/924/754/small/e376451289ba89ea.png"), remote_url = c("https://cdn.masto.host/mapstodonspace/media_attachments/files/113/083/416/781/576/322/original/ec3b0c12b5104eb8.png", "https://cdn.masto.host/mapstodonspace/media_attachments/files/113/083/416/781/576/322/original/ec3b0c12b5104eb8.png"), meta = list(original = list(width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, \n        height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("Vignette de la formation avec la mascotte de Mastodon et un programme à retrouver en ligne.", "Vignette de la formation avec la mascotte de Mastodon et un programme à retrouver en ligne."), blurhash = c("UCA9?E~AR3s*M#o#-pW9A19#9aR*xut7RjWU", "UCA9?E~AR3s*M#o#-pW9A19#9aR*xut7RjWU"))), mentions = list(list()), tags = list(list(name = c("mastodon", "twittermigration", "formation", "esr"), url = c("https://mastodon.social/tags/mastodon", \n    "https://mastodon.social/tags/twittermigration", "https://mastodon.social/tags/formation", "https://mastodon.social/tags/esr"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        list(id = "113132478178543959", uri = "https://mamot.fr/users/Pyb/statuses/113132478115544540", created_at = list(sec = 59, min = 56, hour = 21, mday = 13, mon = 8, year = 124, wday = 5, yday = 256, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Les formations sur l'IA cartonnent en ce moment, mais une bonne vieille formation sur les licences libres fonctionne également 🤗</p>", visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, \n    url = "https://mamot.fr/@Pyb/113132478115544540", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list()), account = list(list(id = "109496821577770907", username = "Pyb", acct = "Pyb@mamot.fr", display_name = "Pierre-Yves Beaudouin", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 7, mon = 3, year = 117, wday = 5, yday = 96, isdst = 0, \n        zone = "UTC", gmtoff = 0), note = "<p>Wikimédien en résidence URFIST Méditerranée / Université Côte d'Azur</p><p>Ancien président de Wikimédia France</p><p><a href=\\"https://mamot.fr/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenData</span></a> • <a href=\\"https://mamot.fr/tags/OpenGLAM\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenGLAM</span></a> • <a href=\\"https://mamot.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> • <a href=\\"https://mamot.fr/tags/1jour1taxe\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>1jour1taxe</span></a> • Taphophile</p><p><a href=\\"https://linktr.ee/pyb75\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">linktr.ee/pyb75</span><span class=\\"invisible\\"></span></a></p>", \n        url = "https://mamot.fr/@Pyb", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", \n        followers_count = 561, following_count = 376, statuses_count = 2074, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Wikipédia", value = "<a href=\\"https://fr.wikipedia.org/wiki/Utilisateur:Pyb_en_r%C3%A9sidence\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">fr.wikipedia.org/wiki/Utilisat</span><span class=\\"invisible\\">eur:Pyb_en_r%C3%A9sidence</span></a>", \n            verified_at = "2025-01-15T14:35:04.912+00:00")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113132478145320384", "113132478145320384"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/132/478/145/320/384/original/f4682573f3fcf633.png", "https://files.mastodon.social/cache/media_attachments/files/113/132/478/145/320/384/original/f4682573f3fcf633.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/132/478/145/320/384/small/f4682573f3fcf633.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/132/478/145/320/384/small/f4682573f3fcf633.png"), remote_url = c("https://static.mamot.fr/media_attachments/files/113/132/464/390/649/836/original/dd6bdaf7d904f5f8.png", "https://static.mamot.fr/media_attachments/files/113/132/464/390/649/836/original/dd6bdaf7d904f5f8.png"), meta = list(original = list(width = 892, height = 315, size = "892x315", aspect = 2.83174603174603), small = list(width = 807, height = 285, size = "807x285", \n        aspect = 2.83157894736842)), blurhash = c("UBSia9^85i^,_NSxa1M{MxWBWWbH-;s;M_ae", "UBSia9^85i^,_NSxa1M{MxWBWWbH-;s;M_ae"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "113141595616339403", uri = "https://mastodon.mim-libre.fr/users/lelibreedu/statuses/113141594384626447", created_at = list(sec = 22, min = 35, hour = 12, mday = 15, mon = 8, year = 124, wday = 0, yday = 258, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>[nouveauté LaForgeEdu] FacePrivacy, : flouter des visages sur une photo (reconnaissance des visages + choix de ceux que vous voulez flouter + floutage à la main si besoin)<br><a href=\\"https://faceprivacy.forge.apps.education.fr/app/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">faceprivacy.forge.apps.educati</span><span class=\\"invisible\\">on.fr/app/</span></a></p><p>Encore un libre et utile petit outil en ligne créé par un enseignant (Ulrich Picaud) sur la forge des communs numériques éducatifs</p><p>Tout se passe dans le navigateur, aucune photo ne transite par un serveur<br>- code et information sur la forge :<br><a href=\\"https://forge.apps.education.fr/faceprivacy/app\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">forge.apps.education.fr/facepr</span><span class=\\"invisible\\">ivacy/app</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 132, favourites_count = 7, replies_count = 6, url = "https://mastodon.mim-libre.fr/@lelibreedu/113141594384626447", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://faceprivacy.forge.apps.education.fr/app/", title = "Face Privacy", description = "", language = "fr", type = "link", author_name = "", author_url = "", \n        provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109246012665191840", username = "lelibreedu", acct = "lelibreedu@mastodon.mim-libre.fr", display_name = "Le Libre Éducatif", locked = FALSE, bot = FALSE, discoverable = FALSE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 28, mon = 9, year = 122, wday = 5, yday = 300, \n        isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Compte officiel de la Direction du numérique pour l'éducation du ministère français de l'Éducation nationale dédié aux logiciels et ressources éducatives libres<br><a href=\\"https://mastodon.mim-libre.fr/tags/CommunsNumeriques\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CommunsNumeriques</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/LogicielsLibres\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>LogicielsLibres</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/REL\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>REL</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/Education\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Education</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/DNE\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DNE</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/LaForgeEdu\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>LaForgeEdu</span></a><br>(administré par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mastodon.social/@framaka\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>framaka</span></a></span>)</p><p>Open Source and Open Education at the French Ministry of Education<br><a href=\\"https://mastodon.mim-libre.fr/tags/FreeSoftware\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>FreeSoftware</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/OER\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OER</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/DigitalCommons\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DigitalCommons</span></a></p>", \n        url = "https://mastodon.mim-libre.fr/@lelibreedu", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/246/012/665/191/840/original/7339f2804e8f9ea4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/246/012/665/191/840/original/7339f2804e8f9ea4.png", header = "https://files.mastodon.social/cache/accounts/headers/109/246/012/665/191/840/original/4ede39b996057da0.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/246/012/665/191/840/original/4ede39b996057da0.jpg", \n        followers_count = 7162, following_count = 488, statuses_count = 743, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113141595572577059", "113141595572577059", "113141595572577059"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/141/595/572/577/059/original/a7f34b7364ead081.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/141/595/572/577/059/original/a7f34b7364ead081.png", "https://files.mastodon.social/cache/media_attachments/files/113/141/595/572/577/059/original/a7f34b7364ead081.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/141/595/572/577/059/small/a7f34b7364ead081.png", "https://files.mastodon.social/cache/media_attachments/files/113/141/595/572/577/059/small/a7f34b7364ead081.png", "https://files.mastodon.social/cache/media_attachments/files/113/141/595/572/577/059/small/a7f34b7364ead081.png"\n    ), remote_url = c("https://mastodon.mim-libre.fr/system/media_attachments/files/113/141/584/409/536/233/original/41f5e97c9f0c8317.png", "https://mastodon.mim-libre.fr/system/media_attachments/files/113/141/584/409/536/233/original/41f5e97c9f0c8317.png", "https://mastodon.mim-libre.fr/system/media_attachments/files/113/141/584/409/536/233/original/41f5e97c9f0c8317.png"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1081, height = 894, size = "1081x894", aspect = 1.20917225950783), \n        small = list(width = 528, height = 437, size = "528x437", aspect = 1.20823798627002)), description = c("Copie d'écran avec une photo prise dans une banque d'images.", "Copie d'écran avec une photo prise dans une banque d'images.", "Copie d'écran avec une photo prise dans une banque d'images."), blurhash = c("UUKBUIe-~qtREKs.s:R*4nog%gWB-poLNaWC", "UUKBUIe-~qtREKs.s:R*4nog%gWB-poLNaWC", "UUKBUIe-~qtREKs.s:R*4nog%gWB-poLNaWC"))), mentions = list(list()), tags = list(list()), emojis = list(\n        list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "113125277861855160", uri = "https://mastodon.social/users/Urfist_Rennes/statuses/113125277861855160", created_at = list(sec = 52.536, min = 25, hour = 15, mday = 12, mon = 8, year = 124, wday = 4, yday = 255, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Formation &quot;Quitter Twitter/X ? Découvrez Mastodon ! [à distance]&quot; proposée par l&#39;Urfist de Lyon le lundi 16 octobre à 14h00. S&#39;inscrire ici : <a href=\\"https://sygefor.reseau-urfist.fr/#/training/10665/13012?from=true\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">sygefor.reseau-urfist.fr/#/tra</span><span class=\\"invisible\\">ining/10665/13012?from=true</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 2, replies_count = 0, url = "https://mastodon.social/@Urfist_Rennes/113125277861855160", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://sygefor.reseau-urfist.fr/#/training/10665/13012?from=true", title = "SYGEFOR - SYstème de GEstion de FORmation", description = "Les URFIST (Unité Régionale de Formation à l'Information Scientifique et Technique) ont pour missions la recherche et la formation des usagers universitaires sur les outils, les pratiques et les évolutions de l'information scientifique.", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111928892099190457", username = "Urfist_Rennes", acct = "Urfist_Rennes", display_name = "Urfist Rennes", locked = FALSE, bot = FALSE, discoverable = NA, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 14, \n        mon = 1, year = 124, wday = 3, yday = 44, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité régionale de formation à l&#39;information scientifique et technique de Bretagne et Pays de la Loire.</p><p>Posts sur <a href=\\"https://mastodon.social/tags/FormationsIST\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>FormationsIST</span></a> <a href=\\"https://mastodon.social/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ScienceOuverte</span></a> <a href=\\"https://mastodon.social/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>OpenData</span></a></p>", \n        url = "https://mastodon.social/@Urfist_Rennes", avatar = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", avatar_static = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", header = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", header_static = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", \n        followers_count = 45, following_count = 32, statuses_count = 81, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113125277684694318", "113125277684694318"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/125/277/684/694/318/original/d9b43fdcf69bfb5e.jpg", \n    "https://files.mastodon.social/media_attachments/files/113/125/277/684/694/318/original/d9b43fdcf69bfb5e.jpg"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/125/277/684/694/318/small/d9b43fdcf69bfb5e.jpg", "https://files.mastodon.social/media_attachments/files/113/125/277/684/694/318/small/d9b43fdcf69bfb5e.jpg"), meta = list(original = list(width = 1024, height = 1024, size = "1024x1024", aspect = 1), small = list(width = 480, height = 480, size = "480x480", aspect = 1)), \n        blurhash = c("UnJ*@%R4tltmT}oyWrs,S%o}emV?O@WBaxof", "UnJ*@%R4tltmT}oyWrs,S%o}emV?O@WBaxof"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(id = "113125018710459890", uri = "https://scicomm.xyz/users/ORCID_Org/statuses/113125018589647535", created_at = list(sec = 56, min = 19, hour = 14, mday = 12, mon = 8, year = 124, wday = 4, yday = 255, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>🚨🚨Have you checked your ORCID record lately? 🚨🚨</p><p>Did you know that you can now demonstrate your association with your institution in your ORCID record, even if your institution does not have an integration with ORCID? By verifying your institutional email address in your ORCID record, you can publicly share the institutional domain— without the need to share your entire email address. </p><p>Read more on the blog! ➡️ <a href=\\"https://info.orcid.org/trust-markers-in-orcid-records-verified-email-domains/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">info.orcid.org/trust-markers-i</span><span class=\\"invisible\\">n-orcid-records-verified-email-domains/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 27, favourites_count = 4, replies_count = 1, url = "https://scicomm.xyz/@ORCID_Org/113125018589647535", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://info.orcid.org/trust-markers-in-orcid-records-verified-email-domains/", title = "Trust Markers in ORCID Records: Verified Email Domains", description = "Verified institutional email domains in ORCID records can help researchers prove they areassociated with an institution in a privacy-preserving manner.", \n        language = "en", type = "link", author_name = "", author_url = "", provider_name = "ORCID", provider_url = "", html = "", width = 452, height = 510, image = NULL, image_description = "", embed_url = "", blurhash = "UIRfnJM{D%t69Ft6ofj[00WCofWB4noet7j[", published_at = "2024-09-10T16:06:35.000Z", authors = list())), account = list(list(id = "109304017193263916", username = "ORCID_Org", acct = "ORCID_Org@scicomm.xyz", display_name = "ORCID Organization", locked = FALSE, bot = FALSE, discoverable = TRUE, \n        group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 7, mon = 10, year = 122, wday = 1, yday = 310, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>ORCID uniquely identifies and connects researchers and innovators to their affiliations and contributions across disciplines, borders, and time.</p>", url = "https://scicomm.xyz/@ORCID_Org", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/304/017/193/263/916/original/84d802684d79c352.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/304/017/193/263/916/original/84d802684d79c352.png", \n        header = "https://files.mastodon.social/cache/accounts/headers/109/304/017/193/263/916/original/197140c1d24857d0.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/304/017/193/263/916/original/197140c1d24857d0.jpeg", followers_count = 2336, following_count = 154, statuses_count = 259, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("ORCID site", \n        "ORCID + Researchers", "Linktree"), value = c("<a href=\\"https://info.orcid.org\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">info.orcid.org</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://info.orcid.org/researchers/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">info.orcid.org/researchers/</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://linktr.ee/orcid_org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">linktr.ee/orcid_org</span><span class=\\"invisible\\"></span></a>"), verified_at = c("2025-01-09T23:00:14.836+00:00", "2025-01-09T23:00:15.487+00:00", NA))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, \n    muted = FALSE, bookmarked = FALSE, pinned = NA)
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = "113119766647328578", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/113119766584639093", created_at = list(sec = 17, min = 4, hour = 16, mday = 11, mon = 8, year = 124, wday = 3, yday = 254, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Focus sur une nouvelle façon frauduleuse de procéder des <a href=\\"https://social.sciences.re/tags/CitationMills\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CitationMills</span></a> qui porte atteinte à l'<a href=\\"https://social.sciences.re/tags/Int%C3%A9grit%C3%A9Scientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>IntégritéScientifique</span></a> : les <a href=\\"https://social.sciences.re/tags/R%C3%A9f%C3%A9rencesCach%C3%A9es\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>RéférencesCachées</span></a> ou <a href=\\"https://social.sciences.re/tags/SneakedReferences\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>SneakedReferences</span></a>.</p><p>➡️ <a href=\\"https://openscience.pasteur.fr/2024/09/06/une-nouvelle-methode-de-fraude-aux-fausses-citations-les-references-cachees/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/09</span><span class=\\"invisible\\">/06/une-nouvelle-methode-de-fraude-aux-fausses-citations-les-references-cachees/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/113119766584639093", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/09/06/une-nouvelle-methode-de-fraude-aux-fausses-citations-les-references-cachees/", title = "Une nouvelle méthode de fraude aux fausses citations : les références cachées", \n        description = "En juin dernier, nous vous expliquions les mécanismes des paper mills, review mills et citation mills. Suite à la publication cet été d’un article dans Nature, nous vous proposons cette fois …", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UUOgD-t89bt8t1ogV{j]9NWA00j]ofV?WBof", \n        published_at = "2024-09-06T12:48:46.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("citationmills", "IntegriteScientifique", "referencescachees", "sneakedreferences"), url = c("https://mastodon.social/tags/citationmills", "https://mastodon.social/tags/IntegriteScientifique", "https://mastodon.social/tags/referencescachees", "https://mastodon.social/tags/sneakedreferences"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, \n    bookmarked = FALSE, pinned = NA)
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list(id = "113119077064497875", uri = "https://mastodon.social/users/RNBM/statuses/113119077064497875", created_at = list(sec = 55.881, min = 8, hour = 13, mday = 11, mon = 8, year = 124, wday = 3, yday = 254, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>👋 Bonjour, nous sommes le Réseau Nationale des <a href=\\"https://mastodon.social/tags/Biblioth%C3%A8quesDeMath%C3%A9matiques\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>BibliothèquesDeMathématiques</span></a>, un réseau thématique du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\">@<span>cnrs</span></a></span> ! </p><p>📰 📚 💻  Nous arrivons sur Mastodon pour parler <a href=\\"https://mastodon.social/tags/DocumentationMath%C3%A9matique\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>DocumentationMathématique</span></a>, <a href=\\"https://mastodon.social/tags/ConservationP%C3%A9renne\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ConservationPérenne</span></a>, <a href=\\"https://mastodon.social/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ScienceOuverte</span></a> et plus largement de tout ce qui touche aux <a href=\\"https://mastodon.social/tags/mathematiques\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>mathematiques</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 9, favourites_count = 9, replies_count = 3, url = "https://mastodon.social/@RNBM/113119077064497875", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list()), account = list(list(id = "113118791667047219", username = "RNBM", acct = "RNBM", display_name = "RNBM", locked = FALSE, bot = FALSE, discoverable = TRUE, \n        group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 11, mon = 8, year = 124, wday = 3, yday = 254, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Réseau National des <a href=\\"https://mastodon.social/tags/Biblioth%C3%A8ques\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>Bibliothèques</span></a> de <a href=\\"https://mastodon.social/tags/Math%C3%A9matiques\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>Mathématiques</span></a> est un réseau thématique du @CNRS dédié à la <a href=\\"https://mastodon.social/tags/Documentation\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>Documentation</span></a> mathématique française</p>", \n        url = "https://mastodon.social/@RNBM", avatar = "https://files.mastodon.social/accounts/avatars/113/118/791/667/047/219/original/a46593ad152d9d6b.jpg", avatar_static = "https://files.mastodon.social/accounts/avatars/113/118/791/667/047/219/original/a46593ad152d9d6b.jpg", header = "https://files.mastodon.social/accounts/headers/113/118/791/667/047/219/original/16890e6209e1a68c.jpeg", header_static = "https://files.mastodon.social/accounts/headers/113/118/791/667/047/219/original/16890e6209e1a68c.jpeg", \n        followers_count = 59, following_count = 50, statuses_count = 40, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113119067936553323", "113119067936553323", "113119067936553323"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/119/067/936/553/323/original/90749f3eebacb042.jpg", \n    "https://files.mastodon.social/media_attachments/files/113/119/067/936/553/323/original/90749f3eebacb042.jpg", "https://files.mastodon.social/media_attachments/files/113/119/067/936/553/323/original/90749f3eebacb042.jpg"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/119/067/936/553/323/small/90749f3eebacb042.jpg", "https://files.mastodon.social/media_attachments/files/113/119/067/936/553/323/small/90749f3eebacb042.jpg", "https://files.mastodon.social/media_attachments/files/113/119/067/936/553/323/small/90749f3eebacb042.jpg"\n    ), meta = list(original = list(width = 612, height = 587, size = "612x587", aspect = 1.04258943781942), small = list(width = 490, height = 470, size = "490x470", aspect = 1.04255319148936), focus = list(x = -0.24, y = 0.66)), description = c("", "", ""), blurhash = c("UFSF|ho$~X-.tRNGs:%1oixXjpIq%MR%WAxb", "UFSF|ho$~X-.tRNGs:%1oixXjpIq%MR%WAxb", "UFSF|ho$~X-.tRNGs:%1oixXjpIq%MR%WAxb"))), mentions = list(list(id = "111408542966963322", username = "cnrs", url = "https://social.numerique.gouv.fr/@cnrs", \n        acct = "cnrs@social.numerique.gouv.fr")), tags = list(list(name = c("bibliothequesdemathematiques", "documentationmathematique", "conservationperenne", "scienceouverte", "mathematiques"), url = c("https://mastodon.social/tags/bibliothequesdemathematiques", "https://mastodon.social/tags/documentationmathematique", "https://mastodon.social/tags/conservationperenne", "https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/mathematiques"))), emojis = list(list()), favourited = FALSE, \n    reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           list(id = "113051673806964436", uri = "https://mstdn.social/users/swheritage/statuses/113051673735129990", created_at = list(sec = 22, min = 27, hour = 15, mday = 30, mon = 7, year = 124, wday = 5, yday = 242, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>🆕 We’ve made it easier to describe and share your software projects! </p><p>💡 Discover the latest <a href=\\"https://mstdn.social/tags/CodeMeta\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CodeMeta</span></a> generator updates, including support for CodeMeta v3.0 and new features like review management and role definitions. </p><p>👉 Read more: <a href=\\"https://www.softwareheritage.org/2024/08/30/codemeta-new-features/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">softwareheritage.org/2024/08/3</span><span class=\\"invisible\\">0/codemeta-new-features/</span></a></p><p><a href=\\"https://mstdn.social/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a><br><a href=\\"https://mstdn.social/tags/ResearchSoftware\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ResearchSoftware</span></a><br><a href=\\"https://mstdn.social/tags/Metadata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Metadata</span></a><br><a href=\\"https://mstdn.social/tags/DigitalPreservation\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DigitalPreservation</span></a><br><a href=\\"https://mstdn.social/tags/SoftwareCuration\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>SoftwareCuration</span></a><br><a href=\\"https://mstdn.social/tags/CodeMeta\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CodeMeta</span></a><br><a href=\\"https://mstdn.social/tags/ScholarlyCommunication\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScholarlyCommunication</span></a><br><a href=\\"https://mstdn.social/tags/SoftwareRepository\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>SoftwareRepository</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 7, favourites_count = 2, replies_count = 0, url = "https://mstdn.social/@swheritage/113051673735129990", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.softwareheritage.org/2024/08/30/codemeta-new-features/", title = "New Features in the CodeMeta Generator", description = "At Software Heritage, the universal source code archive, metadata is the software’s identity card. It provides information that can be used to identify, describe and curate software. To make it easier for users to discover software projects among the millions we archive, having accurate metadata is crucial. However, there are many different ways for discribing […]", \n        language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 640, height = 360, image = NULL, image_description = "", embed_url = "", blurhash = "UbQJZcX9enR*02She-og01R*jFj]9HWBj[f6", published_at = NULL, authors = list())), account = list(list(id = "1347543", username = "swheritage", acct = "swheritage@mstdn.social", display_name = "Software Heritage", locked = FALSE, bot = FALSE, discoverable = FALSE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 10, mon = 11, year = 120, wday = 4, yday = 344, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>We collect, preserve, and share <a href=\\"https://mstdn.social/tags/software\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>software</span></a> <a href=\\"https://mstdn.social/tags/sourcecode\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>sourcecode</span></a> for present and future generations. <a href=\\"https://mstdn.social/tags/swh\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>swh</span></a> <a href=\\"https://mstdn.social/tags/softwarecommons\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>softwarecommons</span></a> <a href=\\"https://mstdn.social/tags/freesoftware\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>freesoftware</span></a> <a href=\\"https://mstdn.social/tags/opensource\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>opensource</span></a></p>", \n        url = "https://mstdn.social/@swheritage", avatar = "https://files.mastodon.social/cache/accounts/avatars/001/347/543/original/a726db12ec6035d9.jpeg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/001/347/543/original/a726db12ec6035d9.jpeg", header = "https://files.mastodon.social/cache/accounts/headers/001/347/543/original/fcf87d536c54d826.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/001/347/543/original/fcf87d536c54d826.jpeg", followers_count = 448, \n        following_count = 97, statuses_count = 93, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Website", value = "<a href=\\"https://www.softwareheritage.org\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">softwareheritage.org</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-09T18:35:41.577+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113051673762419851", "113051673762419851", "113051673762419851"), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/113051673762419851/original", "https://mastodon.social/media_proxy/113051673762419851/original", "https://mastodon.social/media_proxy/113051673762419851/original"), preview_url = c("https://mastodon.social/media_proxy/113051673762419851/small", "https://mastodon.social/media_proxy/113051673762419851/small", \n    "https://mastodon.social/media_proxy/113051673762419851/small"), remote_url = c("https://media.mstdn.social/media_attachments/files/113/051/672/437/157/266/original/6e52ae1e953fb9e1.jpg", "https://media.mstdn.social/media_attachments/files/113/051/672/437/157/266/original/6e52ae1e953fb9e1.jpg", "https://media.mstdn.social/media_attachments/files/113/051/672/437/157/266/original/6e52ae1e953fb9e1.jpg"), meta = list(focus = list(x = 0, y = 0), original = list(width = 2866, height = 1612, size = "2866x1612", \n        aspect = 1.77791563275434), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("CodeMeta generator", "CodeMeta generator", "CodeMeta generator"), blurhash = c("UbQJZbX9enR*02She-og01R*jFj]9HWBj[f6", "UbQJZbX9enR*02She-og01R*jFj]9HWBj[f6", "UbQJZbX9enR*02She-og01R*jFj]9HWBj[f6"))), mentions = list(list()), tags = list(list(name = c("codemeta", "openscience", "researchsoftware", "metadata", "digitalpreservation", "softwarecuration", "scholarlycommunication", \n    "softwarerepository"), url = c("https://mastodon.social/tags/codemeta", "https://mastodon.social/tags/openscience", "https://mastodon.social/tags/researchsoftware", "https://mastodon.social/tags/metadata", "https://mastodon.social/tags/digitalpreservation", "https://mastodon.social/tags/softwarecuration", "https://mastodon.social/tags/scholarlycommunication", "https://mastodon.social/tags/softwarerepository"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, \n    pinned = NA)
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "113112307584215726", uri = "https://social.sciences.re/users/BraccoLaetitia/statuses/113112307544378055", created_at = list(sec = 21, min = 27, hour = 8, mday = 10, mon = 8, year = 124, wday = 2, yday = 253, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Le GTSO <a href=\\"https://social.sciences.re/tags/Donn%C3%A9es\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Données</span></a> de <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://bird.makeup/users/couperin_consor\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>couperin_consor</span></a></span> est parti à la rencontre de <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://bird.makeup/users/dataterra\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dataterra</span></a></span>, centre de référence thématique de <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://bird.makeup/users/recherchedatagv\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>recherchedatagv</span></a></span> ! Devenez incollable sur cet acteur majeur du système Terre 🌍🛰️ <a href=\\"https://gtso.couperin.org/gtdonnees/data-terra/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">gtso.couperin.org/gtdonnees/da</span><span class=\\"invisible\\">ta-terra/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 6, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@BraccoLaetitia/113112307544378055", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://gtso.couperin.org/gtdonnees/data-terra/", title = "Data Terra  <  Groupe de travail science ouverte", description = "", language = "fr", type = "link", \n        author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109347445763671380", username = "BraccoLaetitia", acct = "BraccoLaetitia@sciences.re", display_name = "Laetitia Bracco", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 10, mon = 10, \n        year = 122, wday = 4, yday = 313, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Conservatrice - Responsable de l'atelier de la donnée de l'Université de Lorraine - Pilote du GTSO Données Couperin - Chef de projet Baromètre science ouverte données/codes <a href=\\"https://social.sciences.re/tags/donn%C3%A9es\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>données</span></a> <a href=\\"https://social.sciences.re/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.sciences.re/tags/data\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>data</span></a> <a href=\\"https://social.sciences.re/tags/osmi\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>osmi</span></a></p>", \n        url = "https://social.sciences.re/@BraccoLaetitia", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/347/445/763/671/380/original/08f546be95c27db3.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/347/445/763/671/380/original/08f546be95c27db3.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/347/445/763/671/380/original/5dbe4eeb81d84475.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/347/445/763/671/380/original/5dbe4eeb81d84475.jpg", \n        followers_count = 339, following_count = 209, statuses_count = 421, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("La Science Ouverte à l'Université de Lorraine", "OSMI"), value = c("<a href=\\"http://scienceouverte.univ-lorraine.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">http://</span><span class=\\"ellipsis\\">scienceouverte.univ-lorraine.f</span><span class=\\"invisible\\">r/</span></a>", \n        "<a href=\\"https://open-science-monitoring.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">open-science-monitoring.org</span><span class=\\"invisible\\"></span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = "donnees", url = "https://mastodon.social/tags/donnees")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, \n    muted = FALSE, bookmarked = FALSE, pinned = NA)
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        list(id = "113106286158279165", uri = "https://mamot.fr/users/amarois/statuses/113106286134551771", created_at = list(sec = 1, min = 56, hour = 6, mday = 9, mon = 8, year = 124, wday = 1, yday = 252, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>[veille] \\"La pression pour publier et être cité est préjudiciable au comportement des scientifiques” =&gt; <br><a href=\\"https://maisouvaleweb.fr/de-la-manipulation-de-donnees-scientifiques-avec-lia-generative/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">maisouvaleweb.fr/de-la-manipul</span><span class=\\"invisible\\">ation-de-donnees-scientifiques-avec-lia-generative/</span></a><br><a href=\\"https://mamot.fr/tags/IA\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>IA</span></a> <a href=\\"https://mamot.fr/tags/fraudescientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>fraudescientifique</span></a> <a href=\\"https://mamot.fr/tags/ChatGPT\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ChatGPT</span></a> <a href=\\"https://mamot.fr/tags/GenAI\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>GenAI</span></a>  <a href=\\"https://mamot.fr/tags/researchdata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>researchdata</span></a> <a href=\\"https://mamot.fr/tags/data\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>data</span></a> <a href=\\"https://mamot.fr/tags/science\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>science</span></a> <a href=\\"https://mamot.fr/tags/googlescholar\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>googlescholar</span></a> <a href=\\"https://mamot.fr/tags/search\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>search</span></a> <a href=\\"https://mamot.fr/tags/slowscience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>slowscience</span></a> <a href=\\"https://mamot.fr/tags/misconduct\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>misconduct</span></a> <a href=\\"https://mamot.fr/tags/publishORperish\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>publishORperish</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 0, replies_count = 0, url = "https://mamot.fr/@amarois/113106286134551771", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://maisouvaleweb.fr/de-la-manipulation-de-donnees-scientifiques-avec-lia-generative/", title = "De la manipulation de données scientifiques avec l’IA générative", \n        description = "Jusqu’à quel point l’intelligence artificielle générative peut-elle manipuler des corpus de données ? C’est la question à laquelle répond cet article scientifique publié dans la revue AI and ethics", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Mais où va le Web | Panser le numérique", provider_url = "", html = "", width = 647, height = 356, image = NULL, image_description = "", embed_url = "", blurhash = "U4DSL4EgDO=|y?RPVYtRH=wI%#o}QRx[%$Mx", \n        published_at = "2024-09-07T16:59:19.000Z", authors = list())), account = list(list(id = "69880", username = "amarois", acct = "amarois@mamot.fr", display_name = "(((@amarois)))", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 11, mon = 3, year = 117, wday = 2, yday = 100, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>“I am however a bit fuzzy on the details. It may be that you can wrestle some information out of that dread machine… That was a bit, um, British, wasn’t it?”</p><p><a href=\\"https://mamot.fr/tags/openscience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>openscience</span></a> <a href=\\"https://mamot.fr/tags/researchdata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>researchdata</span></a> <a href=\\"https://mamot.fr/tags/FAIRdata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>FAIRdata</span></a> <a href=\\"https://mamot.fr/tags/teamESR\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>teamESR</span></a> <a href=\\"https://mamot.fr/tags/formation\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>formation</span></a><br>Membre @CasuHal @ouvrirlascience  @ReseauRenatis  @zfrancophone<br>&lt;=&gt; twitter.com/@amarois</p><p>Data librarian @ ENS de Lyon<br>Previously : <a href=\\"https://mamot.fr/tags/CIHAMUMR5648\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CIHAMUMR5648</span></a> &amp; <a href=\\"https://mamot.fr/tags/UnivLyon2\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>UnivLyon2</span></a>; jadis ECLyon</p>", \n        url = "https://mamot.fr/@amarois", avatar = "https://files.mastodon.social/cache/accounts/avatars/000/069/880/original/1cdf79389d56daa2.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/000/069/880/original/1cdf79389d56daa2.jpg", header = "https://files.mastodon.social/cache/accounts/headers/000/069/880/original/fcbc44c040457ecd.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/000/069/880/original/fcbc44c040457ecd.jpg", followers_count = 382, \n        following_count = 506, statuses_count = 2138, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Mes publications", "Veille biblio", "Veille web", "Blog"), value = c("<a href=\\"https://orcid.org/0000-0002-6697-3679\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">orcid.org/0000-0002-6697-3679</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://www.zotero.org/amarois/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">zotero.org/amarois/</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://www.diigo.com/user/amarois\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">diigo.com/user/amarois</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://amarois.wordpress.com\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">amarois.wordpress.com</span><span class=\\"invisible\\"></span></a>"\n        ))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("ia", "fraudescientifique", "chatgpt", "genai", "researchdata", "data", "science", "googlescholar", "search", "slowscience", "misconduct", "publishorperish"), url = c("https://mastodon.social/tags/ia", "https://mastodon.social/tags/fraudescientifique", "https://mastodon.social/tags/chatgpt", "https://mastodon.social/tags/genai", "https://mastodon.social/tags/researchdata", \n    "https://mastodon.social/tags/data", "https://mastodon.social/tags/science", "https://mastodon.social/tags/googlescholar", "https://mastodon.social/tags/search", "https://mastodon.social/tags/slowscience", "https://mastodon.social/tags/misconduct", "https://mastodon.social/tags/publishorperish"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "113107328536424814", uri = "https://mastodon.social/users/Urfist_Rennes/statuses/113107328536424814", created_at = list(sec = 7.565, min = 21, hour = 11, mday = 9, mon = 8, year = 124, wday = 1, yday = 252, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Parution du nouveau programme de formations <a href=\\"https://mastodon.social/tags/URFIST\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>URFIST</span></a> Bretagne &amp; Pays de la Loire (Septembre-décembre 2024). RDV sur Sygefor <a href=\\"https://sygefor.reseau-urfist.fr/#/program/rennes\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">sygefor.reseau-urfist.fr/#/pro</span><span class=\\"invisible\\">gram/rennes</span></a> pour consulter et vous inscrire.</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://mastodon.social/@Urfist_Rennes/113107328536424814", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://sygefor.reseau-urfist.fr/#/program/rennes", title = "SYGEFOR - SYstème de GEstion de FORmation", description = "Les URFIST (Unité Régionale de Formation à l'Information Scientifique et Technique) ont pour missions la recherche et la formation des usagers universitaires sur les outils, les pratiques et les évolutions de l'information scientifique.", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111928892099190457", username = "Urfist_Rennes", acct = "Urfist_Rennes", display_name = "Urfist Rennes", locked = FALSE, bot = FALSE, discoverable = NA, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 14, \n        mon = 1, year = 124, wday = 3, yday = 44, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité régionale de formation à l&#39;information scientifique et technique de Bretagne et Pays de la Loire.</p><p>Posts sur <a href=\\"https://mastodon.social/tags/FormationsIST\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>FormationsIST</span></a> <a href=\\"https://mastodon.social/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ScienceOuverte</span></a> <a href=\\"https://mastodon.social/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>OpenData</span></a></p>", \n        url = "https://mastodon.social/@Urfist_Rennes", avatar = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", avatar_static = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", header = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", header_static = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", \n        followers_count = 45, following_count = 32, statuses_count = 81, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113107326945800469", "113107326945800469"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/107/326/945/800/469/original/1852a99fd56bce5b.png", \n    "https://files.mastodon.social/media_attachments/files/113/107/326/945/800/469/original/1852a99fd56bce5b.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/107/326/945/800/469/small/1852a99fd56bce5b.png", "https://files.mastodon.social/media_attachments/files/113/107/326/945/800/469/small/1852a99fd56bce5b.png"), meta = list(original = list(width = 200, height = 118, size = "200x118", aspect = 1.69491525423729), small = list(width = 200, height = 118, size = "200x118", \n        aspect = 1.69491525423729)), blurhash = c("UZE0AgNvAYw_w_o1WWWW1da|,=a|J9a|snoK", "UZE0AgNvAYw_w_o1WWWW1da|,=a|J9a|snoK"))), mentions = list(list()), tags = list(list(name = "urfist", url = "https://mastodon.social/tags/urfist")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(id = "113100803951309100", uri = "https://mstdn.io/users/interhop/statuses/113100803764539820", created_at = list(sec = 47, min = 41, hour = 7, mday = 8, mon = 8, year = 124, wday = 0, yday = 251, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>InterHop est fière d'annoncer le lancement de LibreDataHub.org</p><p>LibreDataHub.org est une plateforme ubiquitaire, opensource et sécurisée d'analyse des données.</p><p><a href=\\"https://interhop.org/2024/09/08/libredatahub\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">interhop.org/2024/09/08/libred</span><span class=\\"invisible\\">atahub</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 10, favourites_count = 0, replies_count = 2, url = "https://mstdn.io/@interhop/113100803764539820", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://interhop.org/2024/09/08/libredatahub", title = "LibreDataHub.org : Plateforme libre de sciences de la données", description = "InterHop est fière d’annoncer le lancement de LibreDataHub.org LibreDataHub est une plateforme ubiquitaire, opensource et sécurisée d’analyse des données.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "InterHop", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = "2024-09-08T00:00:00.000Z", authors = list())), account = list(list(id = "1015792", username = "interhop", acct = "interhop@mstdn.io", display_name = "interHop", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, \n        hour = 0, mday = 10, mon = 10, year = 119, wday = 0, yday = 313, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Pour des communs numériques en santé !</p>", url = "https://mstdn.io/@interhop", avatar = "https://files.mastodon.social/accounts/avatars/001/015/792/original/a20eb2db91e51599.png", avatar_static = "https://files.mastodon.social/accounts/avatars/001/015/792/original/a20eb2db91e51599.png", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", \n        followers_count = 925, following_count = 153, statuses_count = 1471, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Site Web", "Email", "Matrix", "Framagit"), value = c("<a href=\\"https://interhop.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">interhop.org</span><span class=\\"invisible\\"></span></a>", \n        "interhop@riseup.net", "<a href=\\"https://matrix.to/#/#interhop:matrix.interhop.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">matrix.to/#/#interhop:matrix.i</span><span class=\\"invisible\\">nterhop.org</span></a>", "<a href=\\"https://framagit.org/interhop\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">framagit.org/interhop</span><span class=\\"invisible\\"></span></a>"\n        ))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113100803925727144", "113100803925727144"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/100/803/925/727/144/original/42e974a45e232f2c.png", "https://files.mastodon.social/cache/media_attachments/files/113/100/803/925/727/144/original/42e974a45e232f2c.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/100/803/925/727/144/small/42e974a45e232f2c.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/100/803/925/727/144/small/42e974a45e232f2c.png"), remote_url = c("https://media.mstdn.io/mstdn-media/media_attachments/files/113/100/803/587/909/711/original/497145062f8a4e53.png", "https://media.mstdn.io/mstdn-media/media_attachments/files/113/100/803/587/909/711/original/497145062f8a4e53.png"), meta = list(original = list(width = 687, height = 607, size = "687x607", aspect = 1.13179571663921), small = list(width = 510, height = 451, \n        size = "510x451", aspect = 1.13082039911308)), blurhash = c("U3SigQ_3-;t7~qxuofof?bWBt7D%_4IUxut7", "U3SigQ_3-;t7~qxuofof?bWBt7D%_4IUxut7"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "113089740465496055", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/113089740431069083", created_at = list(sec = 14, min = 48, hour = 8, mday = 6, mon = 8, year = 124, wday = 5, yday = 249, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.sciences.re/tags/OpenScienceFramework\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScienceFramework</span></a>  (OSF) est une plateforme en ligne gratuite et open source, conçue pour aider les chercheurs à partager ouvertement et de manière transparente leurs travaux, à tous les stades de la recherche.<br><a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>  <a href=\\"https://social.sciences.re/tags/TransparenceDeLARecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>TransparenceDeLARecherche</span></a></p><p><a href=\\"https://social.sciences.re/tags/OnVousExplique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OnVousExplique</span></a> ses principales fonctionnalités <br>➡️ <a href=\\"https://openscience.pasteur.fr/2024/09/04/open-science-framework/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/09</span><span class=\\"invisible\\">/04/open-science-framework/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/113089740431069083", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/09/04/open-science-framework/", title = "Open Science Framework", description = "Open Science Framework (OSF) est une plateforme en ligne gratuite et open source développée par le Center for Open Science (COS). Elle est conçue pour aider les chercheurs à partager ouvertement et…", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UUOgD-t89bt8t1ogV{j]9NWA00j]ofV?WBof", published_at = "2024-09-04T16:15:19.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", \n        locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("openscienceframework", "transparencedelarecherche", "onvousexplique", "scienceouverte"), url = c("https://mastodon.social/tags/openscienceframework", "https://mastodon.social/tags/transparencedelarecherche", "https://mastodon.social/tags/onvousexplique", "https://mastodon.social/tags/scienceouverte"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, \n    bookmarked = FALSE, pinned = NA)
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = "113079784764142691", uri = "https://mastodon.social/users/scienceouverte_univnanterre/statuses/113079784764142691", created_at = list(sec = 22.957, min = 36, hour = 14, mday = 4, mon = 8, year = 124, wday = 3, yday = 247, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>L’Atelier de la donnée de Nanterre (ADN), le Service commun de la documentation (SCD), la Direction de la recherche et des études doctorales (DRED) et la Maison des Sciences de l&#39;Homme Mondes (MSH Mondes) ont le plaisir de vous convier à la Semaine du libre accès du 22 au 24 octobre 2024 sur le campus de Nanterre.<br />Le programme de ces journées est à découvrir sur : <a href=\\"https://oawunivnanterre.sciencesconf.org\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">oawunivnanterre.sciencesconf.o</span><span class=\\"invisible\\">rg</span></a><br />Vous pouvez dès à présent vous inscrire !</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 2, replies_count = 0, url = "https://mastodon.social/@scienceouverte_univnanterre/113079784764142691", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://oawunivnanterre.sciencesconf.org/", title = "Open Access Week – Université Paris Nanterre - Sciencesconf.org", \n        description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "112999187485034199", username = "scienceouverte_univnanterre", acct = "scienceouverte_univnanterre", display_name = "", locked = FALSE, bot = FALSE, discoverable = NA, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 21, mon = 7, year = 124, wday = 3, yday = 233, isdst = 0, zone = "UTC", gmtoff = 0), note = "", url = "https://mastodon.social/@scienceouverte_univnanterre", avatar = "https://files.mastodon.social/accounts/avatars/112/999/187/485/034/199/original/616e68e84f04dde6.jpg", avatar_static = "https://files.mastodon.social/accounts/avatars/112/999/187/485/034/199/original/616e68e84f04dde6.jpg", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", \n        followers_count = 13, following_count = 13, statuses_count = 8, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113079775671636242", "113079775671636242", "113079775671636242"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/079/775/671/636/242/original/49d1b12a85cd1112.jpg", \n    "https://files.mastodon.social/media_attachments/files/113/079/775/671/636/242/original/49d1b12a85cd1112.jpg", "https://files.mastodon.social/media_attachments/files/113/079/775/671/636/242/original/49d1b12a85cd1112.jpg"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/079/775/671/636/242/small/49d1b12a85cd1112.jpg", "https://files.mastodon.social/media_attachments/files/113/079/775/671/636/242/small/49d1b12a85cd1112.jpg", "https://files.mastodon.social/media_attachments/files/113/079/775/671/636/242/small/49d1b12a85cd1112.jpg"\n    ), meta = list(original = list(width = 973, height = 367, size = "973x367", aspect = 2.65122615803815), small = list(width = 782, height = 295, size = "782x295", aspect = 2.65084745762712), focus = list(x = -0.27, y = -0.04)), description = c("Bandeau Semaine du libre accès 2024 Université Paris Nanterre", "Bandeau Semaine du libre accès 2024 Université Paris Nanterre", "Bandeau Semaine du libre accès 2024 Université Paris Nanterre"), blurhash = c("UFR{rmR4%M-p?ckCV[jZxuxuIAnh~Ws.RkbI", \n    "UFR{rmR4%M-p?ckCV[jZxuxuIAnh~Ws.RkbI", "UFR{rmR4%M-p?ckCV[jZxuxuIAnh~Ws.RkbI"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "113083451748578304", uri = "https://mamot.fr/users/Pyb/statuses/113083451669974540", created_at = list(sec = 55, min = 8, hour = 6, mday = 5, mon = 8, year = 124, wday = 4, yday = 248, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Retrouvons-nous ce soir (19h30 heure de Paris) pour un temps d'échange sur le mouvement <a href=\\"https://mamot.fr/tags/Wikim%C3%A9dia\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Wikimédia</span></a>. L'occasion d'en apprendre plus sur l'histoire, la philosophie et les défis de ce mouvement de diffusion des connaissances.</p><p> 🗓️ Jeudi 5 septembre  <br>📍 En ligne sur Zoom  <br>👉 Inscrivez-vous ici : <a href=\\"https://mcgill.zoom.us/meeting/register/tZ0kc-6qrjstGtMylPZLV3GR-Wggi1y5Ivfs#/registration\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">mcgill.zoom.us/meeting/registe</span><span class=\\"invisible\\">r/tZ0kc-6qrjstGtMylPZLV3GR-Wggi1y5Ivfs#/registration</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, url = "https://mamot.fr/@Pyb/113083451669974540", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://mcgill.zoom.us/meeting/register/tZ0kc-6qrjstGtMylPZLV3GR-Wggi1y5Ivfs#/registration", title = "Welcome! You are invited to join a meeting: La Rentrée de WikiFranca 2024. After registering, you will receive a confirmation email about joining the meeting.", \n        description = "LE JEUDI 5 SEPTEMBRE\\nLe mouvement Wikimédia, au service de la promotion de la connaissance libre - \\n\\nINTERVENANTS :\\n> Christophe Henner – ancien président de la Fondation Wikimédia\\n> Pierre-Yves Beaudoin – ancien président de Wikimédia France\\nQu’est-ce que cela signifie ? Pourquoi le libre ? quelles en sont les valeurs ? Y a-t-il une idéologie ? Qui est donc Wikimédien(ne) ?\\n\\nLE JEUDI 12 SEPTEMBRE\\nLe financement et la gestion financière d’une communauté wikimédienne\\n\\nINTERVENANTS :\\n> Jonathan Balima – comptable de Wikimédia France\\n> Mamadou Falilou – trésorier de WikiFranca\\nQuels sont les canaux pour les financements en général et au sein de WikiFranca en particulier ? les phases, Que faut-il prendre en compte dans le processus du début à la fin ? Les trucs et astuces d’une bonne demande ? Le processus de gestion des finances au sein d’une communauté : Compte bancaire, justificatifs, problèmes rencontrés, corrélation demande- rapport, …\\n\\nLE JEUDI 19 SEPTEMBRE\\nLe leadership communautaire : Vision, stratégie et planification \\n\\nINTERVENANTE :\\n> Jenny Ebermann – directrice exécutive de Wikimédia Suisse\\nle leader c’est qui ? Quels sont les éléments à prendre en considération pour être un bon leader ? Comment conduire une vision ? Quelle relation faut-il avoir avec sa communauté en tant que leader ? Quelle est la place de la stratégie et de la planification dans le travail du leader\\n\\nLE JEUDI 26 SEPTEMBRE\\nFuturs projets et activités de WikiFranca pour l’année 2024-2025\\n\\nINTERVENANT·ES :\\n> Adélaïde Calais – chargée de projet Diversité et Francophonie au sein de Wikimédia France\\n> Georges Fodouop – président de WikiFranca\\nInformer, communiquer, susciter et mettre sur pied les groupes de développement de compétences francophones", \n        language = "en", type = "link", author_name = "", author_url = "", provider_name = "Zoom", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109496821577770907", username = "Pyb", acct = "Pyb@mamot.fr", display_name = "Pierre-Yves Beaudouin", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, \n        mday = 7, mon = 3, year = 117, wday = 5, yday = 96, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Wikimédien en résidence URFIST Méditerranée / Université Côte d'Azur</p><p>Ancien président de Wikimédia France</p><p><a href=\\"https://mamot.fr/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenData</span></a> • <a href=\\"https://mamot.fr/tags/OpenGLAM\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenGLAM</span></a> • <a href=\\"https://mamot.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> • <a href=\\"https://mamot.fr/tags/1jour1taxe\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>1jour1taxe</span></a> • Taphophile</p><p><a href=\\"https://linktr.ee/pyb75\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">linktr.ee/pyb75</span><span class=\\"invisible\\"></span></a></p>", \n        url = "https://mamot.fr/@Pyb", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", \n        followers_count = 561, following_count = 376, statuses_count = 2074, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Wikipédia", value = "<a href=\\"https://fr.wikipedia.org/wiki/Utilisateur:Pyb_en_r%C3%A9sidence\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">fr.wikipedia.org/wiki/Utilisat</span><span class=\\"invisible\\">eur:Pyb_en_r%C3%A9sidence</span></a>", \n            verified_at = "2025-01-15T14:35:04.912+00:00")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113083451688559844", "113083451688559844", "113083451723164160", "113083451723164160"), type = c("image", "image", "image", "image"), url = c("https://mastodon.social/media_proxy/113083451688559844/original", "https://mastodon.social/media_proxy/113083451688559844/original", "https://mastodon.social/media_proxy/113083451723164160/original", "https://mastodon.social/media_proxy/113083451723164160/original"\n    ), preview_url = c("https://mastodon.social/media_proxy/113083451688559844/small", "https://mastodon.social/media_proxy/113083451688559844/small", "https://mastodon.social/media_proxy/113083451723164160/small", "https://mastodon.social/media_proxy/113083451723164160/small"), remote_url = c("https://static.mamot.fr/media_attachments/files/113/083/445/658/863/906/original/7f5d3e5ec65495a5.jpg", "https://static.mamot.fr/media_attachments/files/113/083/445/658/863/906/original/7f5d3e5ec65495a5.jpg", \n    "https://static.mamot.fr/media_attachments/files/113/083/445/685/294/159/original/4d9f7395b9f58ffa.jpg", "https://static.mamot.fr/media_attachments/files/113/083/445/685/294/159/original/4d9f7395b9f58ffa.jpg"), meta = list(original = list(width = 680, height = 680, size = "680x680", aspect = 1), small = list(width = 480, height = 480, size = "480x480", aspect = 1), original = list(width = 680, height = 680, size = "680x680", aspect = 1), small = list(width = 480, height = 480, size = "480x480", \n        aspect = 1)), blurhash = c("UdQ8Jb$*UbX8xaRPogozqabbXmn%XStRWBaK", "UdQ8Jb$*UbX8xaRPogozqabbXmn%XStRWBaK", "UbQH*B$%Y+X8xFRPofozqaX8b^n%XltkWBVs", "UbQH*B$%Y+X8xFRPofozqaX8b^n%XltkWBVs"))), mentions = list(list()), tags = list(list(name = "wikimedia", url = "https://mastodon.social/tags/wikimedia")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = "113078420878793471", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/113078420677289213", created_at = list(sec = 28, min = 49, hour = 8, mday = 4, mon = 8, year = 124, wday = 3, yday = 247, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Consultez les résultats d'une réunion d’experts du Collège Codes sources et logiciels du Comité pour la science ouverte qui s'est tenue suite à la rencontre « Pilier logiciel de la science ouverte » en novembre 2023 :<br><a href=\\"https://www.ouvrirlascience.fr/software-and-source-codescollege-minutes-from-the-work-session-november-30th-2023/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/software-an</span><span class=\\"invisible\\">d-source-codescollege-minutes-from-the-work-session-november-30th-2023/</span></a><br><a href=\\"https://social.numerique.gouv.fr/tags/openscience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>openscience</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/logiciellibre\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>logiciellibre</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/opensource\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>opensource</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 6, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/113078420677289213", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/software-and-source-codescollege-minutes-from-the-work-session-november-30th-2023/", title = "“Software and source codes” College: Minutes from the work session, November 30th 2023", \n        description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 212, height = 300, image = NULL, image_description = "", embed_url = "", blurhash = "UERftb0d0cI.-=ajNgt74p%3%Kt6^+M}Rpoz", published_at = "2024-09-03T09:09:53.000Z", authors = list())), account = list(list(id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", \n        locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, \n            mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113078420822671411", "113078420822671411"\n    ), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/078/420/822/671/411/original/563c396a8b418dcb.png", "https://files.mastodon.social/cache/media_attachments/files/113/078/420/822/671/411/original/563c396a8b418dcb.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/078/420/822/671/411/small/563c396a8b418dcb.png", "https://files.mastodon.social/cache/media_attachments/files/113/078/420/822/671/411/small/563c396a8b418dcb.png"\n    ), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/078/417/747/598/544/original/404fe14d934a585c.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/078/417/747/598/544/original/404fe14d934a585c.png"), meta = list(original = list(width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("UBPjooHbAky-tkD*9H9bE1ACNb-V?Ix[%e-o", \n    "UBPjooHbAky-tkD*9H9bE1ACNb-V?Ix[%e-o"))), mentions = list(list()), tags = list(list(name = c("openscience", "scienceouverte", "logiciellibre", "opensource"), url = c("https://mastodon.social/tags/openscience", "https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/logiciellibre", "https://mastodon.social/tags/opensource"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 153 list(id = "112734563537967435", uri = "https://social.sciences.re/users/gblanc05/statuses/112734563480559207", created_at = list(sec = 4, min = 22, hour = 15, mday = 5, mon = 6, year = 124, wday = 5, yday = 186, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Je suis hyper fier de vous présenter une nouvelle revue académique sur l'enseignement des enjeux socio-écologiques : <a href=\\"https://social.sciences.re/tags/JEESES\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>JEESES</span></a> dont le site web est tout neuf : <a href=\\"https://jeeses.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">jeeses.org</span><span class=\\"invisible\\"></span></a> </p><p>Elle est éditée sur la plateforme <a href=\\"https://social.sciences.re/tags/OPUS\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OPUS</span></a> de l'université Paris Cité. </p><p>Après presque deux ans d'efforts, dans le GDR <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://piaille.fr/@labos1point5\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>labos1point5</span></a></span> (entre autres), elle existe (pour de vrai !). </p><p><a href=\\"https://social.sciences.re/tags/ESR\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ESR</span></a> <a href=\\"https://social.sciences.re/tags/enseignement\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>enseignement</span></a> <a href=\\"https://social.sciences.re/tags/EESES\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EESES</span></a> </p><p>Voir aussi : <a href=\\"https://u-paris.fr/science-ouverte/le-journal-enseigner-les-enjeux-socio-ecologiques-dans-le-superieur-en-ligne-sur-opus/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">u-paris.fr/science-ouverte/le-</span><span class=\\"invisible\\">journal-enseigner-les-enjeux-socio-ecologiques-dans-le-superieur-en-ligne-sur-opus/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 10, favourites_count = 2, replies_count = 1, url = "https://social.sciences.re/@gblanc05/112734563480559207", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://jeeses.org/", title = "JEESES", description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", \n        html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109298697918102790", username = "gblanc05", acct = "gblanc05@sciences.re", display_name = "Guillaume Blanc ⏚", locked = FALSE, bot = FALSE, discoverable = FALSE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 6, mon = 10, year = 122, wday = 0, yday = 309, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Enseignant-chercheur à l'université Paris Cité en physique (et chercheur à IJCLab) </p><p>MCF <a href=\\"https://social.sciences.re/tags/d%C3%A9croissant\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>décroissant</span></a> (¬HDR)∧(¬HC)</p><p>Né à 330 ppm, pas pris l'avion depuis 14 ans, ex-astrophysicien, ~ 5,3 tCO₂éq/an</p><p>Je vélotaffe uniquement</p><p><a href=\\"https://social.sciences.re/tags/montagne\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>montagne</span></a>, <a href=\\"https://social.sciences.re/tags/skiderando\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>skiderando</span></a>, <a href=\\"https://social.sciences.re/tags/photo\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>photo</span></a>, <a href=\\"https://social.sciences.re/tags/science\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>science</span></a>,  <a href=\\"https://social.sciences.re/tags/%C3%A9cologie\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>écologie</span></a>, <a href=\\"https://social.sciences.re/tags/p%C3%A9dagogie\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>pédagogie</span></a>, <a href=\\"https://social.sciences.re/tags/v%C3%A9lo\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>vélo</span></a>, <a href=\\"https://social.sciences.re/tags/110max\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>110max</span></a>, <a href=\\"https://social.sciences.re/tags/physique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>physique</span></a> pas forcément dans cet ordre !</p><p><span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://piaille.fr/@labos1point5\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>labos1point5</span></a></span> <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://bird.makeup/users/ecopolien\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>ecopolien</span></a></span> </p><p><a href=\\"https://social.sciences.re/tags/podcastgb\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>podcastgb</span></a> <a href=\\"https://social.sciences.re/tags/galeriegb\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>galeriegb</span></a> <a href=\\"https://social.sciences.re/tags/lecturegb\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>lecturegb</span></a> <a href=\\"https://social.sciences.re/tags/playlistgb\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>playlistgb</span></a> <a href=\\"https://social.sciences.re/tags/bloggb\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>bloggb</span></a> <a href=\\"https://social.sciences.re/tags/cin%C3%A9gb\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>cinégb</span></a> <a href=\\"https://social.sciences.re/tags/%C3%A9cogb\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>écogb</span></a></p>", \n        url = "https://social.sciences.re/@gblanc05", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/298/697/918/102/790/original/6feb701e44390054.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/298/697/918/102/790/original/6feb701e44390054.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/298/697/918/102/790/original/7a94eeec5b89ace4.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/298/697/918/102/790/original/7a94eeec5b89ace4.jpg", \n        followers_count = 756, following_count = 961, statuses_count = 2390, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Blog", "Photos", "Livre ski de rando", "CV académique"), value = c("<a href=\\"http://gblanc.fr\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">http://</span><span class=\\"\\">gblanc.fr</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"http://gblanc.fr/galerie\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">http://</span><span class=\\"\\">gblanc.fr/galerie</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://www.editionspaulsen.com/guerin/195-ski-de-rando.html\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">editionspaulsen.com/guerin/195</span><span class=\\"invisible\\">-ski-de-rando.html</span></a>", \n        "<a href=\\"https://cv.hal.science/guillaumeblanc\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">cv.hal.science/guillaumeblanc</span><span class=\\"invisible\\"></span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list(id = "111244290845472129", username = "labos1point5", url = "https://piaille.fr/@labos1point5", acct = "labos1point5@piaille.fr")), tags = list(\n        list(name = c("jeeses", "opus", "esr", "enseignement", "eeses"), url = c("https://mastodon.social/tags/jeeses", "https://mastodon.social/tags/opus", "https://mastodon.social/tags/esr", "https://mastodon.social/tags/enseignement", "https://mastodon.social/tags/eeses"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = "113049698124960234", uri = "https://social.numerique.gouv.fr/users/hal_fr/statuses/113049698004622119", created_at = list(sec = 55, min = 4, hour = 7, mday = 30, mon = 7, year = 124, wday = 5, yday = 242, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/formation\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>formation</span></a> <br>Vous êtes doctorant, chercheur ou enseignant-chercheur&nbsp;?<br>Vous&nbsp;démarrez&nbsp;dans HAL et souhaitez prendre en main la plateforme ?<br>N’hésitez pas à suivre nos formations à distance d’une heure&nbsp;pour vous accompagner.<br>Objectif :&nbsp;maitriser le fonctionnement général du dépôt dans HAL, paramétrer votre compte, créer votre idHAL et votre CV HAL.<br>Calendrier des formations ▶️ <a href=\\"https://www.ccsd.cnrs.fr/agenda/?cat=78\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ccsd.cnrs.fr/agenda/?cat=78</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 14, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@hal_fr/113049698004622119", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ccsd.cnrs.fr/agenda/?cat=78", title = "Agenda", description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", \n        provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111447526783243509", username = "hal_fr", acct = "hal_fr@social.numerique.gouv.fr", display_name = "HAL science", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 20, mon = 10, year = 123, wday = 1, yday = 323, isdst = 0, zone = "UTC", \n        gmtoff = 0), note = "<p>L'archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion en libre accès de publications scientifiques.</p>", url = "https://social.numerique.gouv.fr/@hal_fr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", header = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", \n        header_static = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", followers_count = 805, following_count = 80, statuses_count = 130, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://hal.science/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/</span><span class=\\"invisible\\"></span></a>")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("scienceouverte", "formation"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/formation"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = "113044649628831415", uri = "https://hcommons.social/users/proghist/statuses/113044649474781581", created_at = list(sec = 1, min = 41, hour = 9, mday = 29, mon = 7, year = 124, wday = 4, yday = 241, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>📢 Soutenez-vous la <a href=\\"https://hcommons.social/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>?</p><p>Avez-vous deja utilisé une méthode ou un outil numérique pour vos recherches en <a href=\\"https://hcommons.social/tags/SciencesHumaines\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>SciencesHumaines</span></a> ?</p><p>L'équipe française de <span class=\\"h-card\\"><a href=\\"https://hcommons.social/@proghist\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>proghist</span></a></span> recherche des propositions de leçons dès maintenant.</p><p>Détails ici : <a href=\\"https://tinyurl.com/fr-appel-a-contributions\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">tinyurl.com/fr-appel-a-contrib</span><span class=\\"invisible\\">utions</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 0, replies_count = 0, url = "https://hcommons.social/@proghist/113044649474781581", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://tinyurl.com/fr-appel-a-contributions", title = "Appel à contributions (édition française) | Programming Historian", description = "", language = "en", type = "link", \n        author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109433540418761103", username = "proghist", acct = "proghist@hcommons.social", display_name = "Programming Historian", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 30, mon = 10, \n        year = 122, wday = 3, yday = 333, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Diamond Open Access  |  Peer Reviewed  |  Submissions Welcome</p><p>Programming Historian is a flagship educational resource designed to empower humanities scholars to use digital tools, programs, and methods. Our content is available in English, Spanish, French and Portuguese.</p><p>Get in touch at community@programminghistorian.org</p>", url = "https://hcommons.social/@proghist", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/433/540/418/761/103/original/a8c88ece67b02e02.png", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/433/540/418/761/103/original/a8c88ece67b02e02.png", header = "https://files.mastodon.social/cache/accounts/headers/109/433/540/418/761/103/original/7c2fad6315d16c19.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/433/540/418/761/103/original/7c2fad6315d16c19.jpg", followers_count = 1168, following_count = 120, statuses_count = 564, last_status_at = list(sec = NA, min = NA, hour = NA, \n            mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("web", "twitter", "support us (orgs)", "support us"), value = c("programminghistorian.org/", "twitter.com/ProgHist", "<a href=\\"https://programminghistorian.org/en/ipp\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">programminghistorian.org/en/ip</span><span class=\\"invisible\\">p</span></a>", \n        "<a href=\\"https://programminghistorian.org/en/individual\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">programminghistorian.org/en/in</span><span class=\\"invisible\\">dividual</span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list(id = "109433540418761103", username = "proghist", url = "https://hcommons.social/@proghist", acct = "proghist@hcommons.social")), \n    tags = list(list(name = c("scienceouverte", "scienceshumaines"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/scienceshumaines"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(id = "113033232929131956", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/113033232774268558", created_at = list(sec = 35, min = 17, hour = 9, mday = 27, mon = 7, year = 124, wday = 2, yday = 239, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Les webinaires de la rentrée <a href=\\"https://www.inist.fr/nos-actualites/les-webinaires-de-la-rentree/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/les-we</span><span class=\\"invisible\\">binaires-de-la-rentree/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/113033232774268558", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/les-webinaires-de-la-rentree/?utm_source=dlvr.it&utm_medium=mastodon", title = "Les webinaires de la rentrée", description = "L’Inist organise divers webinaires pour cette rentrée 2024 et le calendrier est bien rempli. Vous souhaitez découvrir la future version de BibCNRS, connaitre les bonnes pratiques pour rédiger votre plan de gestion de données ou apprendre à prendre en main DMP OPIDoR, ça se passe en septembre. Pour découvrir les principes FAIR et la gestion des données de recherche ou l'utilisation avancée de DMP OPIDoR et ses plan de gestion structurés, ça sera en octobre.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 400, height = 400, image = NULL, image_description = "", embed_url = "", blurhash = "UB9Q,X0Na*%L0M^+aiIp-pIVt2t7-nIXkEs%", published_at = "2024-08-27T07:49:40.000Z", authors = list())), account = list(list(id = "111426842546145512", username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, \n        group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("113033232894375872", "113033232894375872"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/113/033/232/894/375/872/original/a103611fde395860.png", "https://files.mastodon.social/cache/media_attachments/files/113/033/232/894/375/872/original/a103611fde395860.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/113/033/232/894/375/872/small/a103611fde395860.png", \n    "https://files.mastodon.social/cache/media_attachments/files/113/033/232/894/375/872/small/a103611fde395860.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/113/033/232/739/912/989/original/6c326bbb8acd7564.png", "https://social.numerique.gouv.fr/system/media_attachments/files/113/033/232/739/912/989/original/6c326bbb8acd7564.png"), meta = list(original = list(width = 400, height = 400, size = "400x400", aspect = 1), small = list(width = 400, height = 400, \n        size = "400x400", aspect = 1)), blurhash = c("UB9Q,X0Na*%L0M^+aiIp-pIVt2t7-nIXkEs%", "UB9Q,X0Na*%L0M^+aiIp-pIVt2t7-nIXkEs%"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           list(id = "113010894647269079", uri = "https://mastodon.social/users/scienceouverte_univnanterre/statuses/113010894647269079", created_at = list(sec = 43.189, min = 36, hour = 10, mday = 23, mon = 7, year = 124, wday = 5, yday = 235, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>&quot;Libre accès : une mine de diamants sous ses pieds&quot;<br />&quot;Les politiques scientifiques font de plus en plus mention de libre accès diamant. Mais, de quoi s’agit-il exactement ?&quot;<br />La réponse dans cet article : <a href=\\"https://www.affairesuniversitaires.ca/actualites/actualites-article/libre-acces-une-mine-de-diamants-sous-ses-pieds/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">affairesuniversitaires.ca/actu</span><span class=\\"invisible\\">alites/actualites-article/libre-acces-une-mine-de-diamants-sous-ses-pieds/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 1, replies_count = 0, url = "https://mastodon.social/@scienceouverte_univnanterre/113010894647269079", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://www.affairesuniversitaires.ca/actualites/actualites-article/libre-acces-une-mine-de-diamants-sous-ses-pieds/", \n        title = "Libre accès : une mine de diamants sous ses pieds — Affaires universitaires", description = "Les politiques scientifiques font de plus en plus mention de libre accès diamant. Mais, de quoi s’agit-il exactement ?", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Affaires universitaires", provider_url = "", html = "", width = 630, height = 366, image = NULL, image_description = "", embed_url = "", blurhash = "UbN7Mts,RPs;}m$fafWVNFOEXTs9xYjtazW;", \n        published_at = NULL, authors = list())), account = list(list(id = "112999187485034199", username = "scienceouverte_univnanterre", acct = "scienceouverte_univnanterre", display_name = "", locked = FALSE, bot = FALSE, discoverable = NA, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 21, mon = 7, year = 124, wday = 3, yday = 233, isdst = 0, zone = "UTC", gmtoff = 0), note = "", url = "https://mastodon.social/@scienceouverte_univnanterre", avatar = "https://files.mastodon.social/accounts/avatars/112/999/187/485/034/199/original/616e68e84f04dde6.jpg", \n        avatar_static = "https://files.mastodon.social/accounts/avatars/112/999/187/485/034/199/original/616e68e84f04dde6.jpg", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 13, following_count = 13, statuses_count = 8, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                list(id = "112999661804031293", uri = "https://openbiblio.social/users/ZBW_MediaTalk/statuses/112999661680971583", created_at = list(sec = 1, min = 0, hour = 11, mday = 21, mon = 7, year = 124, wday = 3, yday = 233, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>How to spot a predatory conference, and what science needs to do about them: a guide <a href=\\"https://www.nature.com/articles/d41586-024-02360-2\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">nature.com/articles/d41586-024</span><span class=\\"invisible\\">-02360-2</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 0, replies_count = 0, url = "https://openbiblio.social/@ZBW_MediaTalk/112999661680971583", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "de", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.nature.com/articles/d41586-024-02360-2", title = "How to spot a predatory conference, and what science needs to do about them: a guide", description = "Researchers who have fallen prey to predatory conferences share the tell-tale signs of a dud event.", \n        language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 640, height = 360, image = NULL, image_description = "", embed_url = "", blurhash = "UQP3k0EguuNaIJWVc8ayOm,?$j$iEOo0-8oL", published_at = NULL, authors = list())), account = list(list(id = "775538", username = "ZBW_MediaTalk", acct = "ZBW_MediaTalk@openbiblio.social", display_name = "ZBW MediaTalk", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 27, mon = 2, year = 119, wday = 3, yday = 85, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Das ZBW-Blog über Open Science, Informationsinfrastrukturen, Innovationen und mehr. </p><p>Facebook: <a href=\\"https://www.facebook.com/ZBWMediaTalk\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">facebook.com/ZBWMediaTalk</span><span class=\\"invisible\\"></span></a></p>", url = "https://openbiblio.social/@ZBW_MediaTalk", \n        avatar = "https://files.mastodon.social/cache/accounts/avatars/000/775/538/original/0718857f264e50bc.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/000/775/538/original/0718857f264e50bc.png", header = "https://files.mastodon.social/cache/accounts/headers/000/775/538/original/5112ca145d2d278b.png", header_static = "https://files.mastodon.social/cache/accounts/headers/000/775/538/original/5112ca145d2d278b.png", followers_count = 1098, following_count = 630, statuses_count = 3085, \n        last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Blog", "Newsletter", "Impressum", "Datenschutz"), value = c("<a href=\\"https://www.zbw-mediatalk.eu/de\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">zbw-mediatalk.eu/de</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://www.zbw-mediatalk.eu/de/newsletter/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">zbw-mediatalk.eu/de/newsletter/</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://zbw.to/legal\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">zbw.to/legal</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://zbw.to/privacy\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">zbw.to/privacy</span><span class=\\"invisible\\"></span></a>"), verified_at = c("2025-01-15T14:16:21.099+00:00", "2025-01-15T14:16:21.516+00:00", \n        "2025-01-15T14:16:22.377+00:00", "2025-01-15T14:16:23.213+00:00"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(id = "112930519086814748", uri = "https://fosstodon.org/users/zotero/statuses/112930518951819751", created_at = list(sec = 7, min = 56, hour = 5, mday = 9, mon = 7, year = 124, wday = 5, yday = 221, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Announcing Zotero 7, the biggest update in Zotero’s 18-year history</p><p><a href=\\"https://www.zotero.org/blog/zotero-7/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">zotero.org/blog/zotero-7/</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 469, favourites_count = 66, replies_count = 27, url = "https://fosstodon.org/@zotero/112930518951819751", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.zotero.org/blog/zotero-7/", title = "Zotero Blog  » Blog Archive   » Zotero 7: Zotero, redesigned", description = "Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research.", \n        language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109706985943164601", username = "zotero", acct = "zotero@fosstodon.org", display_name = "Zotero", locked = FALSE, bot = FALSE, discoverable = FALSE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 15, \n        mon = 0, year = 123, wday = 0, yday = 14, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>I’m the free, easy-to-use tool that helps you collect, organize, annotate, cite, and share your research sources.</p>", url = "https://fosstodon.org/@zotero", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/706/985/943/164/601/original/75731ae2b5c2e143.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/706/985/943/164/601/original/75731ae2b5c2e143.png", \n        header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 3029, following_count = 0, statuses_count = 12, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Homepage", "Support"), value = c("<a href=\\"https://zotero.org\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">zotero.org</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://forums.zotero.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">forums.zotero.org</span><span class=\\"invisible\\"></span></a>"), verified_at = c("2025-01-13T17:31:19.102+00:00", NA))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112930519004314747", "112930519004314747", "112930519004314747"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/930/519/004/314/747/original/ed075c3eaa35e9e1.png", \n    "https://files.mastodon.social/cache/media_attachments/files/112/930/519/004/314/747/original/ed075c3eaa35e9e1.png", "https://files.mastodon.social/cache/media_attachments/files/112/930/519/004/314/747/original/ed075c3eaa35e9e1.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/930/519/004/314/747/small/ed075c3eaa35e9e1.png", "https://files.mastodon.social/cache/media_attachments/files/112/930/519/004/314/747/small/ed075c3eaa35e9e1.png", "https://files.mastodon.social/cache/media_attachments/files/112/930/519/004/314/747/small/ed075c3eaa35e9e1.png"\n    ), remote_url = c("https://cdn.fosstodon.org/media_attachments/files/112/930/492/553/904/529/original/837a420aa42331af.png", "https://cdn.fosstodon.org/media_attachments/files/112/930/492/553/904/529/original/837a420aa42331af.png", "https://cdn.fosstodon.org/media_attachments/files/112/930/492/553/904/529/original/837a420aa42331af.png"), meta = list(focus = list(x = 0, y = 0), original = list(width = 2782, height = 1678, size = "2782x1678", aspect = 1.65792610250298), small = list(width = 618, \n        height = 373, size = "618x373", aspect = 1.65683646112601)), description = c("Screenshot of the redesigned Zotero interface", "Screenshot of the redesigned Zotero interface", "Screenshot of the redesigned Zotero interface"), blurhash = c("U8Q]+yWYRN?btTxvxVj[obt7IUWB~ojYIWRj", "U8Q]+yWYRN?btTxvxVj[obt7IUWB~ojYIWRj", "U8Q]+yWYRN?btTxvxVj[obt7IUWB~ojYIWRj"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, \n    pinned = NA)
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(id = "112874658744203132", uri = "https://social.numerique.gouv.fr/users/cnrs/statuses/112874658426807822", created_at = list(sec = 3, min = 10, hour = 9, mday = 30, mon = 6, year = 124, wday = 2, yday = 211, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/Communiqu%C3%A9\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Communiqué</span></a> 🗞️ Au <a href=\\"https://social.numerique.gouv.fr/tags/ClubFrance\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ClubFrance</span></a> de , le <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> lance un projet de science participative inédit, <a href=\\"https://social.numerique.gouv.fr/tags/MouvenSant%C3%A9\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>MouvenSanté</span></a>, autour de l’activité physique et la santé.</p><p><a href=\\"https://social.numerique.gouv.fr/tags/CNRSsport\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CNRSsport</span></a> 🏃<br>👉  <a href=\\"https://www.cnrs.fr/fr/presse/activite-physique-et-sante-participez-un-projet-de-science-participative-ambitieux\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">cnrs.fr/fr/presse/activite-phy</span><span class=\\"invisible\\">sique-et-sante-participez-un-projet-de-science-participative-ambitieux</span></a> </p><p>Ce programme de recherche vise à comprendre les habitudes de vie, les</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 11, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@cnrs/112874658426807822", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.cnrs.fr/fr/presse/activite-physique-et-sante-participez-un-projet-de-science-participative-ambitieux", title = "Activité physique et santé : participez à un projet de science participative ambitieux", \n        description = "L'activité physique est un élément essentiel de la santé, avec des effets bénéfiques sur le mental, la condition physique et la prévention des maladies chroniques. Porté par des scientifiques du CNRS, Mouv'en Santé offre l’opportunité de contribuer à la recherche scientifique, tout en prenant conscience des bienfaits de l’exercice physique. Son ambition est de sensibiliser le grand public à la fois à l'importance de l'activité physique pour le bien-être et la santé, mais également à la démarche scientifique.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "CNRS", provider_url = "", html = "", width = 290, height = 290, image = NULL, image_description = "", embed_url = "", blurhash = "U~K-tYoeaya#axfQj[ay~qa#fQj[t7j@ayoe", published_at = NULL, authors = list())), account = list(list(id = "111408542966963322", username = "cnrs", acct = "cnrs@social.numerique.gouv.fr", display_name = "CNRS 🌍", locked = FALSE, bot = FALSE, discoverable = FALSE, group = FALSE, \n        created_at = list(sec = 0, min = 0, hour = 0, mday = 14, mon = 10, year = 123, wday = 2, yday = 317, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Organisme public 🇫🇷 de recherche pluridisciplinaire, le Centre national de la recherche scientifique c'est 33 000 personnes qui font avancer la connaissance.<br>Rediffusion du compte Twitter / X</p>", url = "https://social.numerique.gouv.fr/@cnrs", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/408/542/966/963/322/original/b4835e661b0569af.jpg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/408/542/966/963/322/original/b4835e661b0569af.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/408/542/966/963/322/original/9634cc8bd82a553e.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/408/542/966/963/322/original/9634cc8bd82a553e.png", followers_count = 4051, following_count = 1, statuses_count = 975, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, \n            mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://cnrs.fr\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">cnrs.fr</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112874658708165900", "112874658708165900"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/874/658/708/165/900/original/72f17084214a038b.jpg", \n    "https://files.mastodon.social/cache/media_attachments/files/112/874/658/708/165/900/original/72f17084214a038b.jpg"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/874/658/708/165/900/small/72f17084214a038b.jpg", "https://files.mastodon.social/cache/media_attachments/files/112/874/658/708/165/900/small/72f17084214a038b.jpg"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/874/658/095/809/142/original/9a6f6c5dcc4a6018.jpg", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/874/658/095/809/142/original/9a6f6c5dcc4a6018.jpg"), meta = list(original = list(width = 1080, height = 1350, size = "1080x1350", aspect = 0.8), small = list(width = 429, height = 536, size = "429x536", aspect = 0.800373134328358)), blurhash = c("U;B{,St5WDa$Spk9j?j?WEa#ocj?oPj[j[a#", "U;B{,St5WDa$Spk9j?j?WEa#ocj?oPj[j[a#"))), mentions = list(list(id = "111408542966963322", username = "cnrs", url = "https://social.numerique.gouv.fr/@cnrs", \n        acct = "cnrs@social.numerique.gouv.fr")), tags = list(list(name = c("communique", "clubfrance", "mouvensante", "cnrssport"), url = c("https://mastodon.social/tags/communique", "https://mastodon.social/tags/clubfrance", "https://mastodon.social/tags/mouvensante", "https://mastodon.social/tags/cnrssport"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "112802874373176874", uri = "https://fediscience.org/users/fresseng/statuses/112802874291903538", created_at = list(sec = 24, min = 54, hour = 16, mday = 17, mon = 6, year = 124, wday = 3, yday = 198, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>À vos agendas : Métascience 2024  à l'Université Claude Bernard Lyon 1, le 15 novembre 2024, avec le soutien du Ministère de l'Enseignement Supérieur et de la Recherche.</p><p>Chercheuses et chercheurs francophones se réunissent pour un dialogue autour de métascience, recherche sur la recherche et science ouverte.</p><p><a href=\\"https://metascience2024.sciencesconf.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">metascience2024.sciencesconf.o</span><span class=\\"invisible\\">rg</span></a></p><p><a href=\\"https://fediscience.org/tags/metascience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>metascience</span></a> <a href=\\"https://fediscience.org/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://fediscience.org/tags/UCBL\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>UCBL</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 11, favourites_count = 1, replies_count = 1, url = "https://fediscience.org/@fresseng/112802874291903538", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://metascience2024.sciencesconf.org/", title = "Métascience, Recherche sur la Recherche et Science Ouverte en dialogue - Sciencesconf.org", description = "", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "110395557940861758", username = "fresseng", acct = "fresseng@fediscience.org", display_name = "Nicolas Fressengeas", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, \n        hour = 0, mday = 17, mon = 4, year = 123, wday = 3, yday = 136, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>🇫🇷 Vice-Président de l'Université de Lorraine chargé du Numérique, des Données et de la Science Ouverte.</p><p>🇫🇷 Chargé de mission Science Ouverte, volet international, auprès du Ministère de l'Enseignement Supérieur et de la Recherche.</p><p>🇬🇧 Lorraine university vice president in charge of the digital, data and Open Science policies.</p><p>🇬🇧 Open Science officer in charge of international affairs for the French ministry of higher education and research.</p><p>🇫🇷 Vélotaffeur 🚲</p><p>🇫🇷 Photographe amateur 📷</p>", \n        url = "https://fediscience.org/@fresseng", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/395/557/940/861/758/original/0971ed99cedff313.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/395/557/940/861/758/original/0971ed99cedff313.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/395/557/940/861/758/original/1a6160ce90890a5d.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/110/395/557/940/861/758/original/1a6160ce90890a5d.jpg", \n        followers_count = 1025, following_count = 1110, statuses_count = 2845, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Social & productions switchboard", value = "<a href=\\"https://www.fressengeas.net\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">fressengeas.net</span><span class=\\"invisible\\"></span></a>", \n            verified_at = "2025-01-12T19:56:40.233+00:00")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("metascience", "scienceouverte", "UCBL"), url = c("https://mastodon.social/tags/metascience", "https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/UCBL"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list(id = "112803608649413707", uri = "https://mastodon.social/users/freakonometrics/statuses/112803608649413707", created_at = list(sec = 9.878, min = 1, hour = 20, mday = 17, mon = 6, year = 124, wday = 3, yday = 198, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>&quot;Tracing the origins of ‘publish or perish’&quot; <a href=\\"https://blogs.lse.ac.uk/impactofsocialsciences/2024/07/15/tracing-the-origins-of-publish-or-perish/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">blogs.lse.ac.uk/impactofsocial</span><span class=\\"invisible\\">sciences/2024/07/15/tracing-the-origins-of-publish-or-perish/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, url = "https://mastodon.social/@freakonometrics/112803608649413707", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://blogs.lse.ac.uk/impactofsocialsciences/2024/07/15/tracing-the-origins-of-publish-or-perish/", title = "Tracing the origins of ‘publish or perish’", \n        description = "The search for the origin of the phrase ‘publish or perish’ has been intriguing since it was first raised by Eugene Garfield in 1996. Drawing on recent discoveries in relation to this q…", language = "en", type = "link", author_name = "", author_url = "", provider_name = "Impact of Social Sciences", provider_url = "", html = "", width = 640, height = 360, image = NULL, image_description = "", embed_url = "", blurhash = "UHCF;49c0i^$^#M}4?%KRk%0E4NIxYWCa#NH", published_at = "2024-07-15T10:00:22.000Z", \n        authors = list())), account = list(list(id = "37964", username = "freakonometrics", acct = "freakonometrics", display_name = "Arthur Charpentier ⏚", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 3, mon = 3, year = 117, wday = 1, yday = 92, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Dad of three &amp; born-again <a href=\\"https://mastodon.social/tags/mathematician\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>mathematician</span></a>. <a href=\\"https://mastodon.social/tags/Statistician\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>Statistician</span></a>, <a href=\\"https://mastodon.social/tags/economist\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>economist</span></a>, fellow <a href=\\"https://mastodon.social/tags/actuary\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>actuary</span></a> &amp; <a href=\\"https://mastodon.social/tags/data\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>data</span></a> addict.  Professor &amp; researcher in <a href=\\"https://mastodon.social/tags/Montr%C3%A9al\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>Montréal</span></a>, Canada. Previously in Paris, Hong Kong (香港), Leuven &amp; Rennes. Full of &#39;satiable curtiosity.<br /><a href=\\"https://mastodon.social/tags/predictivemodeling\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>predictivemodeling</span></a> <a href=\\"https://mastodon.social/tags/algorithms\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>algorithms</span></a> <a href=\\"https://mastodon.social/tags/ml\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ml</span></a> <a href=\\"https://mastodon.social/tags/ai\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ai</span></a> <a href=\\"https://mastodon.social/tags/fairness\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>fairness</span></a> <a href=\\"https://mastodon.social/tags/discrimination\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>discrimination</span></a> <a href=\\"https://mastodon.social/tags/insurance\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>insurance</span></a></p>", \n        url = "https://mastodon.social/@freakonometrics", avatar = "https://files.mastodon.social/accounts/avatars/000/037/964/original/710277c575e452f4.jpg", avatar_static = "https://files.mastodon.social/accounts/avatars/000/037/964/original/710277c575e452f4.jpg", header = "https://files.mastodon.social/accounts/headers/000/037/964/original/1b828f3bdc3ce9af.png", header_static = "https://files.mastodon.social/accounts/headers/000/037/964/original/1b828f3bdc3ce9af.png", followers_count = 4585, following_count = 1326, \n        statuses_count = 5121, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("webpage", "blog", "orcid"), value = c("<a href=\\"https://freakonometrics.github.io/\\" target=\\"_blank\\" rel=\\"nofollow noopener me\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">freakonometrics.github.io/</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://freakonometrics.hypotheses.org/\\" target=\\"_blank\\" rel=\\"nofollow noopener me\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">freakonometrics.hypotheses.org/</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://orcid.org/0000-0003-3654-6286\\" target=\\"_blank\\" rel=\\"nofollow noopener me\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">orcid.org/0000-0003-3654-6286</span><span class=\\"invisible\\"></span></a>"), verified_at = c("2022-11-12T01:21:58.342+00:00", "2022-12-05T22:17:21.693+00:00", NA))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, \n    reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(id = "112804284668563768", uri = "https://newsie.social/users/TheConversationUS/statuses/112804284386736368", created_at = list(sec = 0, min = 53, hour = 22, mday = 17, mon = 6, year = 124, wday = 3, yday = 198, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Not a shining moment for scientific integrity: <br>A recent study shows how research citation statistics can be manipulated through spam references hidden in metadata. </p><p>This artificially inflates the numbers for certain researchers and scientific journals, and overall undermines the credibility of academic publishing. </p><p><a href=\\"https://theconversation.com/when-scientific-citations-go-rogue-uncovering-sneaked-references-233858\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">theconversation.com/when-scien</span><span class=\\"invisible\\">tific-citations-go-rogue-uncovering-sneaked-references-233858</span></a> <br><span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://a.gup.pe/u/academicchatter\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>academicchatter</span></a></span> <a href=\\"https://newsie.social/tags/highered\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>highered</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 44, favourites_count = 6, replies_count = 1, url = "https://newsie.social/@TheConversationUS/112804284386736368", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://theconversation.com/when-scientific-citations-go-rogue-uncovering-sneaked-references-233858", title = "When scientific citations go rogue: Uncovering ‘sneaked references’", \n        description = "Scholars have long measured the impact of a paper by counting the number of times other scientific articles cite it. Researchers have just detected a new kind of citation fraud.", language = "en", type = "link", author_name = "", author_url = "", provider_name = "The Conversation", provider_url = "", html = "", width = 684, height = 337, image = NULL, image_description = "", embed_url = "", blurhash = "URK_II.SRiVY00-;xvxaE2eSt7tSW?RPWCM_", published_at = NULL, authors = list())), \n    account = list(list(id = "109286358919610438", username = "TheConversationUS", acct = "TheConversationUS@newsie.social", display_name = "The Conversation U.S.", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 4, mon = 10, year = 122, wday = 5, yday = 307, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>A nonprofit news organization dedicated to sharing the knowledge of researchers, scientists and experts with the public, in accessible, trustworthy articles drawing on their research.  </p><p>Pictured: just a few of our recent writers.</p><p>We're committed to the openness of the Fediverse.</p><p>We're the US edition of the largest publisher of news under Creative Commons license in the world -- our articles are free to read (and publish) without ads, paywalls or subscription fees.</p>", \n        url = "https://newsie.social/@TheConversationUS", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/286/358/919/610/438/original/09099935d43d15bc.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/286/358/919/610/438/original/09099935d43d15bc.png", header = "https://files.mastodon.social/cache/accounts/headers/109/286/358/919/610/438/original/505fce8301fc3515.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/286/358/919/610/438/original/505fce8301fc3515.jpg", \n        followers_count = 24470, following_count = 3103, statuses_count = 4821, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Website", "Newsletters", "About us", "Support our work"), value = c("<a href=\\"https://theconversation.com/us\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">theconversation.com/us</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://theconversation.com/us/newsletters/subscribe/?promoted=daily-newsletter-3\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">theconversation.com/us/newslet</span><span class=\\"invisible\\">ters/subscribe/?promoted=daily-newsletter-3</span></a>", "<a href=\\"https://theconversation.com/us/who-we-are\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">theconversation.com/us/who-we-</span><span class=\\"invisible\\">are</span></a>", \n        "<a href=\\"https://donate.theconversation.com/us?utm_source=mastodon&amp;amp;utm_medium=Social\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">donate.theconversation.com/us?</span><span class=\\"invisible\\">utm_source=mastodon&amp;amp;utm_medium=Social</span></a>"), verified_at = c("2025-01-15T02:27:28.229+00:00", NA, "2025-01-15T02:27:28.482+00:00", NA))), emojis = list(list()))), reblog = list(list()), media_attachments = list(\n        list()), mentions = list(list(id = "108274247989740075", username = "academicchatter", url = "https://a.gup.pe/u/academicchatter", acct = "academicchatter@a.gup.pe")), tags = list(list(name = "highered", url = "https://mastodon.social/tags/highered")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "112791405164331789", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/112791405127561120", created_at = list(sec = 38, min = 17, hour = 16, mday = 15, mon = 6, year = 124, wday = 1, yday = 196, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>📽️ Retrouvez l'enregistrement du 8ème webinaire de la série \\"Parlons <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>\\" du <a href=\\"https://social.sciences.re/tags/CCSD\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CCSD</span></a><br>👉 Ouvrir ses publications et préserver ses droits : quelles solutions ?<br><a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a> <a href=\\"https://social.sciences.re/tags/RRS\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>RRS</span></a></p><p>➡️ <a href=\\"https://www.ccsd.cnrs.fr/parlons-science-ouverte/#ouvrir-ses-publications-et-preserver-ses-droits-quelles-solutions-\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ccsd.cnrs.fr/parlons-science-o</span><span class=\\"invisible\\">uverte/#ouvrir-ses-publications-et-preserver-ses-droits-quelles-solutions-</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/112791405127561120", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ccsd.cnrs.fr/parlons-science-ouverte/#ouvrir-ses-publications-et-preserver-ses-droits-quelles-solutions-", title = "Parlons Science ouverte", \n        description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("scienceouverte", "ccsd", "openaccess", "rrs"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/ccsd", "https://mastodon.social/tags/openaccess", "https://mastodon.social/tags/rrs"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = "112790607730471864", uri = "https://social.sciences.re/users/zimoun/statuses/112790607707396999", created_at = list(sec = 51, min = 54, hour = 12, mday = 15, mon = 6, year = 124, wday = 1, yday = 196, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>« <a href=\\"https://social.sciences.re/tags/ReproducibleResearch\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ReproducibleResearch</span></a> and <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a> practices have the potential to accelerate scientific progress by … »</p><p>I would say “better” over “faster”: it opens what does it mean “better”?</p><p>« there is a clear need for training », well, somehow I agree: I think the key point is about cross-pollinate and user-autonomy; more horizontal than vertical; more strategy 9, 10 or 11 than 6 or 7.</p><p><a href=\\"https://elifesciences.org/articles/89736\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">elifesciences.org/articles/897</span><span class=\\"invisible\\">36</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@zimoun/112790607707396999", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://elifesciences.org/articles/89736", title = "Eleven strategies for making reproducible research and open science training the norm at research institutions", \n        description = "Researchers and administrators can integrate reproducible research and open science practices into daily practice at their research institutions by adapting research assessment criteria and program requirements, offering training, and building communities.", language = "en", type = "link", author_name = "", author_url = "", provider_name = "eLife", provider_url = "", html = "", width = 480, height = 480, image = "https://files.mastodon.social/cache/preview_cards/images/079/952/475/original/c305a337ca83501a.png", \n        image_description = "", embed_url = "", blurhash = "UBS?DVxu-;%M%MfQfQj[~qkCD%ae%Mj[jtfQ", published_at = NULL, authors = list())), account = list(list(id = "111818208793653208", username = "zimoun", acct = "zimoun@sciences.re", display_name = "Simon Tournier", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 25, mon = 0, year = 124, wday = 4, yday = 24, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Reproducible Research and Guix</p><p>« Le vrai pessimiste sait qu'il est déjà trop tard pour l'être. »</p>", \n        url = "https://social.sciences.re/@zimoun", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/818/208/793/653/208/original/2e49ff9f842bf131.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/818/208/793/653/208/original/2e49ff9f842bf131.png", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 246, following_count = 138, statuses_count = 1598, \n        last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Web", "Blog"), value = c("<a href=\\"https://simon.tournier.info\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">simon.tournier.info</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://simon.tournier.info/posts\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">simon.tournier.info/posts</span><span class=\\"invisible\\"></span></a>"\n        ), verified_at = c("2025-01-12T20:38:49.068+00:00", NA))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("reproducibleresearch", "openscience"), url = c("https://mastodon.social/tags/reproducibleresearch", "https://mastodon.social/tags/openscience"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        list(id = "112511862136344900", uri = "https://social.sciences.re/users/zimoun/statuses/112511862093270045", created_at = list(sec = 10, min = 26, hour = 7, mday = 27, mon = 4, year = 124, wday = 1, yday = 147, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>« Source Code Archiving to the Rescue of Reproducible Deployment</p><p>Our contribution is twofold: we explain the rationale and present the design and implementation we came up with; second, we report on the archival coverage for package source code with data collected over five years and discuss remaining challenges. »</p><p>To appear at <a href=\\"https://social.sciences.re/tags/ACMRep24\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ACMRep24</span></a>.</p><p>With <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://toot.aquilenet.fr/@civodul\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>civodul</span></a></span>, T. Sample, <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mastodon.xyz/@zacchiro\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>zacchiro</span></a></span>.</p><p><a href=\\"https://hal.science/hal-04586520v1\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/hal-04586520v1</span><span class=\\"invisible\\"></span></a><br><a href=\\"https://acm-rep.github.io/2024\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">acm-rep.github.io/2024</span><span class=\\"invisible\\"></span></a></p><p>Toward more <a href=\\"https://social.sciences.re/tags/ReproducibleResearch\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ReproducibleResearch</span></a>?</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 10, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@zimoun/112511862093270045", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://hal.science/hal-04586520v1", title = "Source Code Archiving to the Rescue of Reproducible Deployment", description = "The ability to verify research results and to experiment with methodologies are core tenets of science. As research results are increasingly the outcome of computational processes, software plays a central role. GNU Guix is a software deployment tool that supports reproducible software deployment, making it a foundation for computational research workflows. To achieve reproducibility, we must first ensure the source code of software packages Guix deploys remains available.\\r\\n\\r\\nWe describe our work connecting Guix with Software Heritage, the universal source code archive, making Guix the first free software distribution and tool backed by a stable archive. Our contribution is twofold: we explain the rationale and present the design and implementation we came up with; second, we report on the archival coverage for package source code with data collected over five years and discuss remaining challenges.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111818208793653208", username = "zimoun", acct = "zimoun@sciences.re", display_name = "Simon Tournier", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, \n        mday = 25, mon = 0, year = 124, wday = 4, yday = 24, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Reproducible Research and Guix</p><p>« Le vrai pessimiste sait qu'il est déjà trop tard pour l'être. »</p>", url = "https://social.sciences.re/@zimoun", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/818/208/793/653/208/original/2e49ff9f842bf131.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/818/208/793/653/208/original/2e49ff9f842bf131.png", \n        header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 246, following_count = 138, statuses_count = 1598, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Web", "Blog"), value = c("<a href=\\"https://simon.tournier.info\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">simon.tournier.info</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://simon.tournier.info/posts\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">simon.tournier.info/posts</span><span class=\\"invisible\\"></span></a>"), verified_at = c("2025-01-12T20:38:49.068+00:00", NA))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list(id = c("1153680", "178667"), username = c("civodul", "zacchiro"), url = c("https://toot.aquilenet.fr/@civodul", \n    "https://mastodon.xyz/@zacchiro"), acct = c("civodul@toot.aquilenet.fr", "zacchiro@mastodon.xyz"))), tags = list(list(name = c("acmrep24", "reproducibleresearch"), url = c("https://mastodon.social/tags/acmrep24", "https://mastodon.social/tags/reproducibleresearch"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(id = "112740283421157593", uri = "https://mastodon.mim-libre.fr/users/lelibreedu/statuses/112740282189764726", created_at = list(sec = 24, min = 36, hour = 15, mday = 6, mon = 6, year = 124, wday = 6, yday = 187, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>\\"Toutes les données, publications et analyses de l’OCDE sont désormais accessibles gratuitement.\\"</p><p>En fait, c'est bien plus que cela car c'est la licence libre Creative Commons BY qui a été choisie, autorisant non seulement l'usage mais également le partage, l'adaptation et l'intégration dans d'autres documents.</p><p><a href=\\"https://www.oecd.org/fr/about/news/press-releases/2024/07/oecd-data-publications-and-analysis-become-freely-accessible.html\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">oecd.org/fr/about/news/press-r</span><span class=\\"invisible\\">eleases/2024/07/oecd-data-publications-and-analysis-become-freely-accessible.html</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 40, favourites_count = 6, replies_count = 0, url = "https://mastodon.mim-libre.fr/@lelibreedu/112740282189764726", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.oecd.org/fr/about/news/press-releases/2024/07/oecd-data-publications-and-analysis-become-freely-accessible.html", title = "Toutes les données, publications et analyses de l’OCDE sont désormais accessibles gratuitement", \n        description = "L’Organisation de coopération et de développement économiques (OCDE) est passée à un modèle d’information libre d’accès.  ", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 568, height = 405, image = NULL, image_description = "", embed_url = "", blurhash = "UE2Q$qa2ZLkng4e.fPf6VDkBk?a2e-fjflf,", published_at = NULL, authors = list())), account = list(list(id = "109246012665191840", username = "lelibreedu", \n        acct = "lelibreedu@mastodon.mim-libre.fr", display_name = "Le Libre Éducatif", locked = FALSE, bot = FALSE, discoverable = FALSE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 28, mon = 9, year = 122, wday = 5, yday = 300, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Compte officiel de la Direction du numérique pour l'éducation du ministère français de l'Éducation nationale dédié aux logiciels et ressources éducatives libres<br><a href=\\"https://mastodon.mim-libre.fr/tags/CommunsNumeriques\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CommunsNumeriques</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/LogicielsLibres\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>LogicielsLibres</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/REL\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>REL</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/Education\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Education</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/DNE\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DNE</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/LaForgeEdu\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>LaForgeEdu</span></a><br>(administré par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://mastodon.social/@framaka\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>framaka</span></a></span>)</p><p>Open Source and Open Education at the French Ministry of Education<br><a href=\\"https://mastodon.mim-libre.fr/tags/FreeSoftware\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>FreeSoftware</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/OER\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OER</span></a> <a href=\\"https://mastodon.mim-libre.fr/tags/DigitalCommons\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DigitalCommons</span></a></p>", \n        url = "https://mastodon.mim-libre.fr/@lelibreedu", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/246/012/665/191/840/original/7339f2804e8f9ea4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/246/012/665/191/840/original/7339f2804e8f9ea4.png", header = "https://files.mastodon.social/cache/accounts/headers/109/246/012/665/191/840/original/4ede39b996057da0.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/246/012/665/191/840/original/4ede39b996057da0.jpg", \n        followers_count = 7162, following_count = 488, statuses_count = 743, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112740283369826459", "112740283369826459", "112740283369826459"), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/112740283369826459/original", \n    "https://mastodon.social/media_proxy/112740283369826459/original", "https://mastodon.social/media_proxy/112740283369826459/original"), preview_url = c("https://mastodon.social/media_proxy/112740283369826459/small", "https://mastodon.social/media_proxy/112740283369826459/small", "https://mastodon.social/media_proxy/112740283369826459/small"), remote_url = c("https://mastodon.mim-libre.fr/system/media_attachments/files/112/740/266/885/007/777/original/d150c2df33d83edc.png", "https://mastodon.mim-libre.fr/system/media_attachments/files/112/740/266/885/007/777/original/d150c2df33d83edc.png", \n    "https://mastodon.mim-libre.fr/system/media_attachments/files/112/740/266/885/007/777/original/d150c2df33d83edc.png"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1920, height = 1080, size = "1920x1080", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("Copie d'écran de la page web du site de l'OCDE annonçant la nouvelle.", "Copie d'écran de la page web du site de l'OCDE annonçant la nouvelle.", \n    "Copie d'écran de la page web du site de l'OCDE annonçant la nouvelle."), blurhash = c("UQR3WgIV?axut7jZRja}~qxuD%f6t7t7RjRk", "UQR3WgIV?axut7jZRja}~qxuD%f6t7t7RjRk", "UQR3WgIV?axut7jZRja}~qxuD%f6t7t7RjRk"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list(id = "112637347891532885", uri = "https://social.numerique.gouv.fr/users/hal_fr/statuses/112637347723359115", created_at = list(sec = 49, min = 18, hour = 11, mday = 18, mon = 5, year = 124, wday = 2, yday = 169, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <br>[BLOG] Le service de suggestion de dépôts HAL : quel bilan après 6 mois d’utilisation ?</p><p>Ouvert en décembre dernier, le service de suggestions de dépôts a permis d’enrichir automatiquement HAL avec le texte intégral de plus de 8 000 publications, identifiées par un DOI et déjà en libre accès. <br>Les sciences du vivant et la physique sont les deux disciplines les plus actives jusqu’à présent. <br>En découvrir plus sur le bilan ▶️ <a href=\\"https://www.ccsd.cnrs.fr/2024/06/le-service-de-suggestion-de-depots-quel-bilan-apres-6-mois-d-utilisation/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ccsd.cnrs.fr/2024/06/le-servic</span><span class=\\"invisible\\">e-de-suggestion-de-depots-quel-bilan-apres-6-mois-d-utilisation/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@hal_fr/112637347723359115", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ccsd.cnrs.fr/2024/06/le-service-de-suggestion-de-depots-quel-bilan-apres-6-mois-d-utilisation/", title = "Le service de suggestion de dépôts : quel bilan après 6 mois d’utilisation ?", \n        description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111447526783243509", username = "hal_fr", acct = "hal_fr@social.numerique.gouv.fr", display_name = "HAL science", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 20, mon = 10, year = 123, wday = 1, yday = 323, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>L'archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion en libre accès de publications scientifiques.</p>", url = "https://social.numerique.gouv.fr/@hal_fr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", \n        header = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", followers_count = 805, following_count = 80, statuses_count = 130, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", \n            value = "<a href=\\"https://hal.science/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112637347848232614", "112637347848232614"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/637/347/848/232/614/original/8014f4c5c55811a0.png", \n    "https://files.mastodon.social/cache/media_attachments/files/112/637/347/848/232/614/original/8014f4c5c55811a0.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/637/347/848/232/614/small/8014f4c5c55811a0.png", "https://files.mastodon.social/cache/media_attachments/files/112/637/347/848/232/614/small/8014f4c5c55811a0.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/637/345/060/500/342/original/952bbf988e938be7.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/637/345/060/500/342/original/952bbf988e938be7.png"), meta = list(original = list(width = 1058, height = 648, size = "1058x648", aspect = 1.63271604938272), small = list(width = 613, height = 375, size = "613x375", aspect = 1.63466666666667)), blurhash = c("U%O|qsog~URis:aybHj?-oWAM|t7t7fPaza#", "U%O|qsog~URis:aybHj?-oWAM|t7t7fPaza#"))), mentions = list(list()), tags = list(list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")), \n    emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(id = "112721433742334878", uri = "https://social.numerique.gouv.fr/users/hal_fr/statuses/112721433551953001", created_at = list(sec = 57, min = 42, hour = 7, mday = 3, mon = 6, year = 124, wday = 3, yday = 184, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/openscience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>openscience</span></a> <br>With a single click, the HAL resume automatically aggregates and organises your publications deposited on the archive, highlighting your background and areas of expertise. Discover all its advantages with The Essentials : Why create a HAL resume ?</p><p><a href=\\"https://doc.hal.science/ressources/essentiels/CCSD_essentiels_cv_hal.en.pdf\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">doc.hal.science/ressources/ess</span><span class=\\"invisible\\">entiels/CCSD_essentiels_cv_hal.en.pdf</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 8, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@hal_fr/112721433551953001", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list()), account = list(list(id = "111447526783243509", username = "hal_fr", acct = "hal_fr@social.numerique.gouv.fr", display_name = "HAL science", locked = FALSE, bot = FALSE, \n        discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 20, mon = 10, year = 123, wday = 1, yday = 323, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>L'archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion en libre accès de publications scientifiques.</p>", url = "https://social.numerique.gouv.fr/@hal_fr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", header = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", followers_count = 805, following_count = 80, statuses_count = 130, last_status_at = list(sec = NA, min = NA, hour = NA, \n            mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://hal.science/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112721433670504938", "112721433670504938", "112721433670504938"\n    ), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/112721433670504938/original", "https://mastodon.social/media_proxy/112721433670504938/original", "https://mastodon.social/media_proxy/112721433670504938/original"), preview_url = c("https://mastodon.social/media_proxy/112721433670504938/small", "https://mastodon.social/media_proxy/112721433670504938/small", "https://mastodon.social/media_proxy/112721433670504938/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/721/429/264/331/777/original/dc15fc1d77211f67.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/721/429/264/331/777/original/dc15fc1d77211f67.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/721/429/264/331/777/original/dc15fc1d77211f67.png"), meta = list(focus = list(x = 0.02, y = 0.75), original = list(width = 1199, height = 1696, size = "1199x1696", aspect = 0.706957547169811), small = list(width = 404, height = 571, size = "404x571", aspect = 0.70753064798599)), description = c("Factsheet The Essentials : Why create a HAL resume ?", \n    "Factsheet The Essentials : Why create a HAL resume ?", "Factsheet The Essentials : Why create a HAL resume ?"), blurhash = c("UuOpx]ofoLjvt7a~ayof01WBj@oej]ofazfR", "UuOpx]ofoLjvt7a~ayof01WBj@oej]ofazfR", "UuOpx]ofoLjvt7a~ayof01WBj@oej]ofazfR"))), mentions = list(list()), tags = list(list(name = "openscience", url = "https://mastodon.social/tags/openscience")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        list(id = "112721382370902271", uri = "https://social.numerique.gouv.fr/users/hal_fr/statuses/112721382198651472", created_at = list(sec = 53, min = 29, hour = 7, mday = 3, mon = 6, year = 124, wday = 3, yday = 184, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <br>Vous souhaitez un <a href=\\"https://social.numerique.gouv.fr/tags/CV\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CV</span></a> académique soigné et pérenne ? Avez-vous pensé au CV HAL ? Découvrez tous ses atouts avec notre fiche pratique Les Essentiels !<br>À découvrir ou télécharger ici&nbsp;▶️ <a href=\\"https://doc.hal.science/ressources/essentiels/CCSD_essentiels_cv_hal.fr.pdf\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">doc.hal.science/ressources/ess</span><span class=\\"invisible\\">entiels/CCSD_essentiels_cv_hal.fr.pdf</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 7, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@hal_fr/112721382198651472", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list()), account = list(list(id = "111447526783243509", username = "hal_fr", acct = "hal_fr@social.numerique.gouv.fr", display_name = "HAL science", locked = FALSE, bot = FALSE, \n        discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 20, mon = 10, year = 123, wday = 1, yday = 323, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>L'archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion en libre accès de publications scientifiques.</p>", url = "https://social.numerique.gouv.fr/@hal_fr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", header = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", followers_count = 805, following_count = 80, statuses_count = 130, last_status_at = list(sec = NA, min = NA, hour = NA, \n            mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://hal.science/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112721382322867846", "112721382322867846", "112721382322867846"\n    ), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/112721382322867846/original", "https://mastodon.social/media_proxy/112721382322867846/original", "https://mastodon.social/media_proxy/112721382322867846/original"), preview_url = c("https://mastodon.social/media_proxy/112721382322867846/small", "https://mastodon.social/media_proxy/112721382322867846/small", "https://mastodon.social/media_proxy/112721382322867846/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/721/376/427/898/522/original/3eec2f507bd5052e.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/721/376/427/898/522/original/3eec2f507bd5052e.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/721/376/427/898/522/original/3eec2f507bd5052e.png"), meta = list(focus = list(x = 0.02, y = 0.8), original = list(width = 1199, height = 1696, size = "1199x1696", aspect = 0.706957547169811), small = list(width = 404, height = 571, size = "404x571", aspect = 0.70753064798599)), description = c("Fiche pratique Les essentiels : Pourquoi créer un CV HAL ?", \n    "Fiche pratique Les essentiels : Pourquoi créer un CV HAL ?", "Fiche pratique Les essentiels : Pourquoi créer un CV HAL ?"), blurhash = c("UtOgEJofoKf9xta$ayof01WBjtofj]oga}j[", "UtOgEJofoKf9xta$ayof01WBjtofj]oga}j[", "UtOgEJofoKf9xta$ayof01WBjtofj]oga}j["))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "cv"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/cv"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, \n    bookmarked = FALSE, pinned = NA)
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "112715833551864423", uri = "https://social.numerique.gouv.fr/users/datagouvfr/statuses/112715833281327066", created_at = list(sec = 44, min = 58, hour = 7, mday = 2, mon = 6, year = 124, wday = 2, yday = 183, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>🗳 Les données correspondant aux résultats provisoires du 1er tour des élections législatives anticipées de 2024, publiées par le Ministère de l'Intérieur et des Outre-mer, sont désormais disponibles sur data.gouv.fr.</p><p>➡️ <a href=\\"https://www.data.gouv.fr/fr/datasets/elections-legislatives-des-30-juin-et-7-juillet-2024-resultats-provisoires-du-1er-tour/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">data.gouv.fr/fr/datasets/elect</span><span class=\\"invisible\\">ions-legislatives-des-30-juin-et-7-juillet-2024-resultats-provisoires-du-1er-tour/</span></a></p><p>Ces résultats sont ceux de la soirée électorale et sont publiés sous réserve des recours et d'éventuelles rectifications matérielles des commissions locales de recensement des votes.</p><p><a href=\\"https://social.numerique.gouv.fr/tags/elections\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>elections</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@datagouvfr/112715833281327066", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.data.gouv.fr/fr/datasets/elections-legislatives-des-30-juin-et-7-juillet-2024-resultats-provisoires-du-1er-tour/", title = "Élections législatives des 30 juin et 7 juillet 2024 - Résultats provisoires du 1er tour  - data.gouv.fr", \n        description = "Résultats provisoires du 1er tour des élections…", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 100, height = 100, image = NULL, image_description = "", embed_url = "", blurhash = "ULS6PlIBtRx]nkV@kCkD~qxuM{WB%gtQRjV@", published_at = NULL, authors = list())), account = list(list(id = "111261387993491554", username = "datagouvfr", acct = "datagouvfr@social.numerique.gouv.fr", display_name = "data.gouv.fr", \n        locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 13, mon = 9, year = 123, wday = 5, yday = 285, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>La plateforme ouverte des données publiques françaises.<br>Le meilleur endroit pour trouver ou publier des données d’intérêt public.<br>Opérée et animée par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@dinum\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dinum</span></a></span></p>", \n        url = "https://social.numerique.gouv.fr/@datagouvfr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", \n        followers_count = 2504, following_count = 31, statuses_count = 157, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://data.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("112715833516291754", "112715833516291754", "112715833516291754"), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/112715833516291754/original", "https://mastodon.social/media_proxy/112715833516291754/original", "https://mastodon.social/media_proxy/112715833516291754/original"), preview_url = c("https://mastodon.social/media_proxy/112715833516291754/small", "https://mastodon.social/media_proxy/112715833516291754/small", \n    "https://mastodon.social/media_proxy/112715833516291754/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/715/831/649/458/014/original/1f939fb7c43fc304.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/715/831/649/458/014/original/1f939fb7c43fc304.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/715/831/649/458/014/original/1f939fb7c43fc304.png"), meta = list(focus = list(x = 0, y = 0), original = list(\n        width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("Retrouvez sur data.gouv.fr les résultats du 1er tour des élections législatives", "Retrouvez sur data.gouv.fr les résultats du 1er tour des élections législatives", "Retrouvez sur data.gouv.fr les résultats du 1er tour des élections législatives"), blurhash = c("U8Mau3xvxxx]-pj[W=ayS9aznyay%%azi^j[", "U8Mau3xvxxx]-pj[W=ayS9aznyay%%azi^j[", \n    "U8Mau3xvxxx]-pj[W=ayS9aznyay%%azi^j["))), mentions = list(list()), tags = list(list(name = "elections", url = "https://mastodon.social/tags/elections")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "112716125982832353", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/112716125844333192", created_at = list(sec = 8, min = 13, hour = 9, mday = 2, mon = 6, year = 124, wday = 2, yday = 183, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>La science de l’environnement sur DoRANum <a href=\\"https://www.inist.fr/nos-actualites/la-science-de-lenvironnement-sur-doranum/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/la-sci</span><span class=\\"invisible\\">ence-de-lenvironnement-sur-doranum/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/112716125844333192", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/la-science-de-lenvironnement-sur-doranum/?utm_source=dlvr.it&utm_medium=mastodon", title = "La science de l’environnement sur DoRANum", \n        description = "La plateforme de formation DoRANum affiche une nouvelle ressource dédiée aux principaux data journals en sciences de l’environnement.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UeG+df4:D~fAM}WGxuNG00xv-pRl%JR,t2ai", published_at = "2024-07-02T07:00:45.000Z", authors = list())), account = list(list(id = "111426842546145512", \n        username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112716125946632934", "112716125946632934"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/716/125/946/632/934/original/80fcb875367e1833.png", "https://files.mastodon.social/cache/media_attachments/files/112/716/125/946/632/934/original/80fcb875367e1833.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/716/125/946/632/934/small/80fcb875367e1833.png", \n    "https://files.mastodon.social/cache/media_attachments/files/112/716/125/946/632/934/small/80fcb875367e1833.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/716/125/806/020/793/original/720b89cd61b4af10.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/716/125/806/020/793/original/720b89cd61b4af10.png"), meta = list(original = list(width = 1200, height = 1200, size = "1200x1200", aspect = 1), small = list(width = 480, height = 480, \n        size = "480x480", aspect = 1)), blurhash = c("UeG+df4:D~fAM}WGxuNG00xv-pRl%JR,t2ai", "UeG+df4:D~fAM}WGxuNG00xv-pRl%JR,t2ai"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           list(id = "112716659607804211", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/112716659585410025", created_at = list(sec = 52, min = 28, hour = 11, mday = 2, mon = 6, year = 124, wday = 2, yday = 183, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Petite histoire du <a href=\\"https://social.sciences.re/tags/Logiciel\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Logiciel</span></a> <a href=\\"https://social.sciences.re/tags/AlphaFold3\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>AlphaFold3</span></a> ou comment l’absence de <a href=\\"https://social.sciences.re/tags/CodeOuvert\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CodeOuvert</span></a> conduit à refaire ce qui existe déjà</p><p>➡️ <a href=\\"https://openscience.pasteur.fr/2024/06/20/petite-histoire-du-logiciel-alphafold3-ou-comment-labsence-de-code-ouvert-conduit-a-refaire-ce-qui-existe-deja/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/06</span><span class=\\"invisible\\">/20/petite-histoire-du-logiciel-alphafold3-ou-comment-labsence-de-code-ouvert-conduit-a-refaire-ce-qui-existe-deja/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/112716659585410025", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/06/20/petite-histoire-du-logiciel-alphafold3-ou-comment-labsence-de-code-ouvert-conduit-a-refaire-ce-qui-existe-deja/", \n        title = "Petite histoire du logiciel AlphaFold3 ou comment l’absence de code ouvert conduit à refaire ce qui existe déjà", description = "Le 8 mai 2024, un article publié dans Nature présente la troisième version du logiciel AlphaFold, logiciel développé par Google DeepMind permettant de prédire la structure des protéines et leur int…", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", \n        html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UUOgD-t89bt8t1ogV{j]9NWA00j]ofV?WBof", published_at = "2024-06-20T12:35:27.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, \n        wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("logiciel", "alphafold3", "codeouvert"), url = c("https://mastodon.social/tags/logiciel", "https://mastodon.social/tags/alphafold3", "https://mastodon.social/tags/codeouvert"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "112710433466052366", uri = "https://social.sciences.re/users/BraccoLaetitia/statuses/112710433434612285", created_at = list(sec = 28, min = 5, hour = 9, mday = 1, mon = 6, year = 124, wday = 1, yday = 182, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>La dernière newsletter des <a href=\\"https://social.sciences.re/tags/donn%C3%A9es\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>données</span></a> de la recherche est en ligne : <a href=\\"https://gtso.couperin.org/gtdonnees/veille-sur-les-donnees-de-la-recherche/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">gtso.couperin.org/gtdonnees/ve</span><span class=\\"invisible\\">ille-sur-les-donnees-de-la-recherche/</span></a> Faites le plein d'informations avant l'été ! 🏖️<a href=\\"https://social.sciences.re/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.sciences.re/tags/entrepots\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>entrepots</span></a> <a href=\\"https://social.sciences.re/tags/datapapers\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>datapapers</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 1, replies_count = 0, url = "https://social.sciences.re/@BraccoLaetitia/112710433434612285", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://gtso.couperin.org/gtdonnees/veille-sur-les-donnees-de-la-recherche/", title = "Lettre de veille sur les données de la recherche  <  Groupe de travail science ouverte", \n        description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109347445763671380", username = "BraccoLaetitia", acct = "BraccoLaetitia@sciences.re", display_name = "Laetitia Bracco", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 10, mon = 10, year = 122, wday = 4, yday = 313, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Conservatrice - Responsable de l'atelier de la donnée de l'Université de Lorraine - Pilote du GTSO Données Couperin - Chef de projet Baromètre science ouverte données/codes <a href=\\"https://social.sciences.re/tags/donn%C3%A9es\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>données</span></a> <a href=\\"https://social.sciences.re/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.sciences.re/tags/data\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>data</span></a> <a href=\\"https://social.sciences.re/tags/osmi\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>osmi</span></a></p>", \n        url = "https://social.sciences.re/@BraccoLaetitia", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/347/445/763/671/380/original/08f546be95c27db3.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/347/445/763/671/380/original/08f546be95c27db3.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/347/445/763/671/380/original/5dbe4eeb81d84475.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/347/445/763/671/380/original/5dbe4eeb81d84475.jpg", \n        followers_count = 339, following_count = 209, statuses_count = 421, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("La Science Ouverte à l'Université de Lorraine", "OSMI"), value = c("<a href=\\"http://scienceouverte.univ-lorraine.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">http://</span><span class=\\"ellipsis\\">scienceouverte.univ-lorraine.f</span><span class=\\"invisible\\">r/</span></a>", \n        "<a href=\\"https://open-science-monitoring.org\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">open-science-monitoring.org</span><span class=\\"invisible\\"></span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("donnees", "scienceouverte", "Entrepots", "datapapers"), url = c("https://mastodon.social/tags/donnees", "https://mastodon.social/tags/scienceouverte", \n    "https://mastodon.social/tags/Entrepots", "https://mastodon.social/tags/datapapers"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list(id = "112695141290417634", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/112695141263749786", created_at = list(sec = 28, min = 16, hour = 16, mday = 28, mon = 5, year = 124, wday = 5, yday = 179, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Combien paye-t-on pour publier en <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a> ?<br>👉 Publication d’un dataset sur les <a href=\\"https://social.sciences.re/tags/APC\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>APC</span></a> demandés par 6 grands éditeurs (1712 revues) entre 2019 et 2023<br><a href=\\"https://social.sciences.re/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenData</span></a></p><p><a href=\\"https://arxiv.org/abs/2406.08356\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">arxiv.org/abs/2406.08356</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/112695141263749786", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://arxiv.org/abs/2406.08356", title = "An open dataset of article processing charges from six large scholarly publishers (2019-2023)", description = "This paper introduces a dataset of article processing charges (APCs) produced from the price lists of six large scholarly publishers - Elsevier, Frontiers, PLOS, MDPI, Springer Nature and Wiley - between 2019 and 2023. APC price lists were downloaded from publisher websites each year as well as via Wayback Machine snapshots to retrieve fees per journal per year. The dataset includes journal metadata, APC collection method, and annual APC price list information in several currencies (USD, EUR, GBP, CHF, JPY, CAD) for 8,712 unique journals and 36,618 journal-year combinations. The dataset was generated to allow for more precise analysis of APCs and can support library collection development and scientometric analysis estimating APCs paid in gold and hybrid OA journals.", \n        language = "en", type = "link", author_name = "", author_url = "", provider_name = "arXiv.org", provider_url = "", html = "", width = 628, height = 366, image = NULL, image_description = "arXiv logo", embed_url = "", blurhash = "UQR{x%of%gozxuayj[of_NofRPj[xuj[afWB", published_at = NULL, authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, \n        group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("openaccess", "apc", "opendata"), url = c("https://mastodon.social/tags/openaccess", "https://mastodon.social/tags/apc", "https://mastodon.social/tags/opendata"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = "112683516405228332", uri = "https://hostux.social/users/yv_pic/statuses/112683516368856920", created_at = list(sec = 7, min = 0, hour = 15, mday = 26, mon = 5, year = 124, wday = 3, yday = 177, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://hostux.social/tags/SOPUR\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>SOPUR</span></a> Analyse des données d’usage du panier libéré&nbsp;: <a href=\\"https://sopur.pur-editions.fr/analyse-des-donnees-dusage-du-panier-libere/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">sopur.pur-editions.fr/analyse-</span><span class=\\"invisible\\">des-donnees-dusage-du-panier-libere/</span></a> \\"Le 12 décembre 2023, 46 titres des Presses universitaires de Rennes basculent en libre accès total...\\" <a href=\\"https://hostux.social/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://hostux.social/tags/libreacc%C3%A8s\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>libreaccès</span></a> <a href=\\"https://hostux.social/tags/SHS\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>SHS</span></a> <a href=\\"https://hostux.social/tags/%C3%A9dition\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>édition</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://hostux.social/@yv_pic/112683516368856920", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://sopur.pur-editions.fr/analyse-des-donnees-dusage-du-panier-libere/", title = "Analyse des données d’usage du panier libéré – SO PUR", description = "", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "38683", username = "yv_pic", acct = "yv_pic@hostux.social", display_name = "yv_pic", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 3, mon = 3, \n        year = 117, wday = 1, yday = 92, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Édition électronique universitaire, <a href=\\"https://hostux.social/tags/cours_%C3%A9dition\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>cours_édition</span></a> / Café philo, bœuf zique / @iutopiques, @Initiat_pirates, @IlePacifique / Élu, adjoint Vie locale, associative et démocratique / xmpp : tinuageyvpic@ti-nuage.fr</p>", url = "https://hostux.social/@yv_pic", avatar = "https://files.mastodon.social/cache/accounts/avatars/000/038/683/original/df44c3fb1c1340e2.jpeg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/000/038/683/original/df44c3fb1c1340e2.jpeg", header = "https://files.mastodon.social/cache/accounts/headers/000/038/683/original/f36d5b44ea074e84.png", header_static = "https://files.mastodon.social/cache/accounts/headers/000/038/683/original/f36d5b44ea074e84.png", followers_count = 133, following_count = 154, statuses_count = 2490, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, \n            yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("#caféphilo #bœuf #zique", "élu municipal", "#cours_édition #université"), value = c("<a href=\\"http://rechampir.net/a-propos/x/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">http://</span><span class=\\"\\">rechampir.net/a-propos/x/</span><span class=\\"invisible\\"></span></a>", "adjoint Vie locale, associative et démocratique", "<a href=\\"https://yvpic.ti-nuage.fr/?searchtags=cours_%C3%A9dition\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">yvpic.ti-nuage.fr/?searchtags=</span><span class=\\"invisible\\">cours_%C3%A9dition</span></a>"\n        ))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("SOPUR", "scienceouverte", "libreacces", "shs", "edition"), url = c("https://mastodon.social/tags/SOPUR", "https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/libreacces", "https://mastodon.social/tags/shs", "https://mastodon.social/tags/edition"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, \n    pinned = NA)
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "112687528862762223", uri = "https://social.numerique.gouv.fr/users/episciences/statuses/112687528782228729", created_at = list(sec = 31, min = 0, hour = 8, mday = 27, mon = 5, year = 124, wday = 4, yday = 178, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <br>Du 26 au 28 juin, ce sont les 12es journées Medici, réseau des métiers de l'édition scientifique.</p><p>Episciences est présent avec un poster ! </p><p><a href=\\"https://medici2024.sciencesconf.org/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">medici2024.sciencesconf.org/</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@episciences/112687528782228729", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://medici2024.sciencesconf.org/", title = "12es Journées du réseau Médici - Sciencesconf.org", description = "", language = NULL, type = "link", \n        author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "112050982196219967", username = "episciences", acct = "episciences@social.numerique.gouv.fr", display_name = "Episciences", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 24, mon = 0, \n        year = 124, wday = 3, yday = 23, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>An overlay journal platform</p>", url = "https://social.numerique.gouv.fr/@episciences", avatar = "https://files.mastodon.social/cache/accounts/avatars/112/050/982/196/219/967/original/257aee4afd705770.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/112/050/982/196/219/967/original/257aee4afd705770.jpg", header = "https://files.mastodon.social/cache/accounts/headers/112/050/982/196/219/967/original/106a878c46c09348.jpeg", \n        header_static = "https://files.mastodon.social/cache/accounts/headers/112/050/982/196/219/967/original/106a878c46c09348.jpeg", followers_count = 48, following_count = 27, statuses_count = 27, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "www", value = "<a href=\\"https://www.episciences.org/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">episciences.org/</span><span class=\\"invisible\\"></span></a>")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112687528819368381", "112687528819368381", "112687528819368381"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/687/528/819/368/381/original/caf29d101d7dfd66.jpg", "https://files.mastodon.social/cache/media_attachments/files/112/687/528/819/368/381/original/caf29d101d7dfd66.jpg", "https://files.mastodon.social/cache/media_attachments/files/112/687/528/819/368/381/original/caf29d101d7dfd66.jpg"\n    ), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/687/528/819/368/381/small/caf29d101d7dfd66.jpg", "https://files.mastodon.social/cache/media_attachments/files/112/687/528/819/368/381/small/caf29d101d7dfd66.jpg", "https://files.mastodon.social/cache/media_attachments/files/112/687/528/819/368/381/small/caf29d101d7dfd66.jpg"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/687/527/401/594/857/original/ce0f2fde2a16b4ba.jpg", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/687/527/401/594/857/original/ce0f2fde2a16b4ba.jpg", "https://social.numerique.gouv.fr/system/media_attachments/files/112/687/527/401/594/857/original/ce0f2fde2a16b4ba.jpg"), meta = list(focus = list(x = -0.06, y = 0.8), original = list(width = 1000, height = 1301, size = "1000x1301", aspect = 0.768639508070715), small = list(width = 420, height = 547, size = "420x547", aspect = 0.76782449725777)), blurhash = c("ULKUyd;f4m9]EKw{bHI;MwNxaexGs:S4jZWB", \n    "ULKUyd;f4m9]EKw{bHI;MwNxaexGs:S4jZWB", "ULKUyd;f4m9]EKw{bHI;MwNxaexGs:S4jZWB"))), mentions = list(list()), tags = list(list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "112676384916842934", uri = "https://mamot.fr/users/affordance/statuses/112676384840664421", created_at = list(sec = 28, min = 46, hour = 8, mday = 25, mon = 5, year = 124, wday = 2, yday = 176, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>[Nouvel article] \\"Should I Stay Or Should I Go ?\\" Retour sur une journée d'étude. <a href=\\"https://affordance.framasoft.org/2024/06/should-i-stay-or-should-i-go/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">affordance.framasoft.org/2024/</span><span class=\\"invisible\\">06/should-i-stay-or-should-i-go/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 7, favourites_count = 1, replies_count = 0, url = "https://mamot.fr/@affordance/112676384840664421", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://affordance.framasoft.org/2024/06/should-i-stay-or-should-i-go/", title = "Should I Stay Or Should I Go ?", description = "J'étais l'invité ce matin de la journée d'étude organisée par l'URFIST de l'université de Bordeaux et par l'INRIA. Sur le thème \\"Should I Stay Or Should I Go ?\\", partir ou rester sur des plateformes souvent propriétaires et centralisées.\\r\\n\\r\\n\\r\\n\\r\\nMon diaporama est disponible en ligne et ci-dessous.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "affordance.info", provider_url = "", html = "", width = 209, height = 300, image = NULL, image_description = "", embed_url = "", blurhash = "UJQRE7tj$%$|.cxVoJX7};t4Irja%KNeWXay", published_at = "2024-06-25T08:45:01.000Z", authors = list())), account = list(list(id = "59828", username = "affordance", acct = "affordance@mamot.fr", display_name = "Affordance Info :verified:", locked = FALSE, bot = FALSE, discoverable = TRUE, \n        group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 6, mon = 3, year = 117, wday = 4, yday = 95, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le cyberespace est une ZAD. Châtie bien les internets, parce que qui aime bien ... ¯\\\\_(ツ)_/¯ </p><p>Enseignant-chercheur. Science(s) de l'information.</p><p>www.affordance.info</p>", url = "https://mamot.fr/@affordance", avatar = "https://files.mastodon.social/cache/accounts/avatars/000/059/828/original/13dcb596fc244bee.jpg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/000/059/828/original/13dcb596fc244bee.jpg", header = "https://files.mastodon.social/cache/accounts/headers/000/059/828/original/d31b94dfa254b829.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/000/059/828/original/d31b94dfa254b829.jpg", followers_count = 3602, following_count = 161, statuses_count = 545, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, \n            yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list(shortcode = "verified", url = "https://files.mastodon.social/cache/custom_emojis/images/000/362/335/original/bebe3b9bf2b399be.png", static_url = "https://files.mastodon.social/cache/custom_emojis/images/000/362/335/static/bebe3b9bf2b399be.png", visible_in_picker = TRUE)))), reblog = list(list()), media_attachments = list(list(id = c("112676384863356239", "112676384863356239"), type = c("image", \n    "image"), url = c("https://mastodon.social/media_proxy/112676384863356239/original", "https://mastodon.social/media_proxy/112676384863356239/original"), preview_url = c("https://mastodon.social/media_proxy/112676384863356239/small", "https://mastodon.social/media_proxy/112676384863356239/small"), remote_url = c("https://static.mamot.fr/media_attachments/files/112/676/384/724/575/794/original/8201c3e377348204.png", "https://static.mamot.fr/media_attachments/files/112/676/384/724/575/794/original/8201c3e377348204.png"\n    ), meta = list(original = list(width = 844, height = 1212, size = "844x1212", aspect = 0.696369636963696), small = list(width = 400, height = 575, size = "400x575", aspect = 0.695652173913043)), blurhash = c("UJQRE7tj$%$|.cxVoJX7};s-Irja%KNxWXay", "UJQRE7tj$%$|.cxVoJX7};s-Irja%KNxWXay"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "112677669071924730", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/112677668841427013", created_at = list(sec = 0, min = 13, hour = 14, mday = 25, mon = 5, year = 124, wday = 2, yday = 176, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Besoin rapide d’une visualisation de la production scientifique d’une structure?<br>L' inist propose un modèle pour exploiter les données OpenAlex  directement dans <a href=\\"https://social.numerique.gouv.fr/tags/Lodex\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Lodex</span></a></p><p>Téléchargez, visualisez et explorez les données <a href=\\"https://social.numerique.gouv.fr/tags/OpenAlex\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAlex</span></a> dans Lodex</p><p><a href=\\"https://www.inist.fr/realisations/un-modele-pour-exploiter-les-donnees-openalex-avec-lodex/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/realisations/un-model</span><span class=\\"invisible\\">e-pour-exploiter-les-donnees-openalex-avec-lodex/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/112677668841427013", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/realisations/un-modele-pour-exploiter-les-donnees-openalex-avec-lodex/", title = "Un modèle pour exploiter les données OpenAlex avec Lodex", \n        description = "Besoin rapide d’une visualisation de la production scientifique d’une structure?L'INIST propose un modèle pour exploiter les données OpenAlex directement dans Lodex", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 640, height = 360, image = NULL, image_description = "", embed_url = "", blurhash = "U44CoB?K%5xt-@%7s[ohssxes@ogRqajfAaj", published_at = "2024-06-25T13:27:48.000Z", authors = list())), \n    account = list(list(id = "111426842546145512", username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112677669036349987", "112677669036349987", "112677669036349987"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/677/669/036/349/987/original/17b2890a0405da97.png", "https://files.mastodon.social/cache/media_attachments/files/112/677/669/036/349/987/original/17b2890a0405da97.png", "https://files.mastodon.social/cache/media_attachments/files/112/677/669/036/349/987/original/17b2890a0405da97.png"\n    ), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/677/669/036/349/987/small/17b2890a0405da97.png", "https://files.mastodon.social/cache/media_attachments/files/112/677/669/036/349/987/small/17b2890a0405da97.png", "https://files.mastodon.social/cache/media_attachments/files/112/677/669/036/349/987/small/17b2890a0405da97.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/677/663/462/172/632/original/092bd51b5fd26b7f.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/677/663/462/172/632/original/092bd51b5fd26b7f.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/677/663/462/172/632/original/092bd51b5fd26b7f.png"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1600, height = 900, size = "1600x900", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("Lodex openalex", "Lodex openalex", \n    "Lodex openalex"), blurhash = c("U44CoB?K%5xt-@%7s[ohssxes@ogRqajfAaj", "U44CoB?K%5xt-@%7s[ohssxes@ogRqajfAaj", "U44CoB?K%5xt-@%7s[ohssxes@ogRqajfAaj"))), mentions = list(list()), tags = list(list(name = c("lodex", "openalex"), url = c("https://mastodon.social/tags/lodex", "https://mastodon.social/tags/openalex"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "112676209709053582", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/112676209668246365", created_at = list(sec = 55, min = 1, hour = 8, mday = 25, mon = 5, year = 124, wday = 2, yday = 176, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Comment importer dans <a href=\\"https://social.sciences.re/tags/HAL\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>HAL</span></a> vos publications déjà en <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>  ? Grâce au service de suggestions de dépôt qui repère les publications déjà en <a href=\\"https://social.sciences.re/tags/LibreAcc%C3%A8s\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>LibreAccès</span></a> sur d’autres plateformes.<br>On vous explique <a href=\\"https://social.sciences.re/tags/CommentFaire\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CommentFaire</span></a><br><a href=\\"https://social.sciences.re/tags/ArchiveOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ArchiveOuverte</span></a></p><p>➡️ <a href=\\"https://openscience.pasteur.fr/2024/06/07/comment-importer-dans-hal-vos-publications-deja-en-libre-acces/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/06</span><span class=\\"invisible\\">/07/comment-importer-dans-hal-vos-publications-deja-en-libre-acces/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/112676209668246365", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/06/07/comment-importer-dans-hal-vos-publications-deja-en-libre-acces/", title = "Comment importer dans HAL vos publications déjà en libre accès ?", \n        description = "Depuis décembre 2023, l’archive ouverte HAL propose un service de suggestions de dépôt. Celui-ci repère les publications déjà en libre accès sur d’autres plateformes (éditeurs, archives ouver…", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UUOgD-t89bt8t1ogV{j]9NWA00j]ofV?WBof", \n        published_at = "2024-06-07T11:24:09.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("hal", "openaccess", "libreacces", "commentfaire", "archiveouverte"), url = c("https://mastodon.social/tags/hal", "https://mastodon.social/tags/openaccess", "https://mastodon.social/tags/libreacces", "https://mastodon.social/tags/commentfaire", "https://mastodon.social/tags/archiveouverte"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, \n    bookmarked = FALSE, pinned = NA)
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(id = "112653421716947494", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/112653421693496201", created_at = list(sec = 38, min = 26, hour = 7, mday = 21, mon = 5, year = 124, wday = 5, yday = 172, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Réforme de l’<a href=\\"https://social.sciences.re/tags/EvaluationDeLaRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationDeLaRecherche</span></a> : plusieurs organisations formulent des propositions pour aller plus loin dans la concrétisation des engagements pris lors de la signature de la <a href=\\"https://social.sciences.re/tags/CoARA\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CoARA</span></a></p><p>➡️ <a href=\\"https://openscience.pasteur.fr/2024/06/10/reforme-de-levaluation-de-la-recherche-plusieurs-organisations-formulent-des-propositions-pour-aller-de-lavant/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/06</span><span class=\\"invisible\\">/10/reforme-de-levaluation-de-la-recherche-plusieurs-organisations-formulent-des-propositions-pour-aller-de-lavant/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/112653421693496201", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/06/10/reforme-de-levaluation-de-la-recherche-plusieurs-organisations-formulent-des-propositions-pour-aller-de-lavant/", \n        title = "Réforme de l’évaluation de la recherche : plusieurs organisations formulent des propositions pour aller de l’avant", description = "Les membres de la CoARA (Coalition on Advancing Research Assessment, que nous vous présentions ici) ont tous signé un accord commun précisant les 10 principes et les 10 engagements sur lesquels ils…", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", \n        html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UUOgD-t89bt8t1ogV{j]9NWA00j]ofV?WBof", published_at = "2024-06-10T08:56:06.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, \n        wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("evaluationdelarecherche", "coara"), url = c("https://mastodon.social/tags/evaluationdelarecherche", "https://mastodon.social/tags/coara"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "112211614617438796", uri = "https://toot.aquilenet.fr/users/rougier/statuses/112211614308807821", created_at = list(sec = 13, min = 49, hour = 6, mday = 4, mon = 3, year = 124, wday = 4, yday = 94, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Should I stay or should I go ? (Twitter/X, Google Docs, ResearchGate, GitHub, etc.) Journée sur les outils alternatifs le 25 juin 2024 à Talence (Inria).</p><p>Inscriptions: <a href=\\"https://sygefor.reseau-urfist.fr/#/training/10399/12585\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">sygefor.reseau-urfist.fr/#/tra</span><span class=\\"invisible\\">ining/10399/12585</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 29, favourites_count = 1, replies_count = 0, url = "https://toot.aquilenet.fr/@rougier/112211614308807821", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://sygefor.reseau-urfist.fr/#/training/10399/12585", title = "SYGEFOR - SYstème de GEstion de FORmation", description = "Les URFIST (Unité Régionale de Formation à l'Information Scientifique et Technique) ont pour missions la recherche et la formation des usagers universitaires sur les outils, les pratiques et les évolutions de l'information scientifique.", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109291075736163179", username = "rougier", acct = "rougier@toot.aquilenet.fr", display_name = "Nicolas P. Rougier", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, \n        hour = 0, mday = 5, mon = 10, year = 122, wday = 6, yday = 308, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Computational Neuroscience • Open Science • Data Visualization • Typography • Emacs • Science Fiction • rougier@toot.aquilenet.fr</p>", url = "https://toot.aquilenet.fr/@rougier", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/291/075/736/163/179/original/e8188140f20cdc61.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/291/075/736/163/179/original/e8188140f20cdc61.png", \n        header = "https://files.mastodon.social/cache/accounts/headers/109/291/075/736/163/179/original/057e24ee139399d7.png", header_static = "https://files.mastodon.social/cache/accounts/headers/109/291/075/736/163/179/original/057e24ee139399d7.png", followers_count = 831, following_count = 201, statuses_count = 858, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Homepage", \n        "GitHub", "ReScience C", "ORCID"), value = c("<a href=\\"https://www.labri.fr/perso/nrougier\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">labri.fr/perso/nrougier</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://github.com/rougier\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">github.com/rougier</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://rescience.github.io/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">rescience.github.io/</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://orcid.org/0000-0002-6972-589X\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">orcid.org/0000-0002-6972-589X</span><span class=\\"invisible\\"></span></a>"))), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("112211614532929976", "112211614532929976"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/211/614/532/929/976/original/628a2ff92c41317b.png", "https://files.mastodon.social/cache/media_attachments/files/112/211/614/532/929/976/original/628a2ff92c41317b.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/211/614/532/929/976/small/628a2ff92c41317b.png", \n    "https://files.mastodon.social/cache/media_attachments/files/112/211/614/532/929/976/small/628a2ff92c41317b.png"), remote_url = c("https://toot.aquilenet.fr/system/media_attachments/files/112/211/605/233/971/767/original/db2152dc68cd3d53.png", "https://toot.aquilenet.fr/system/media_attachments/files/112/211/605/233/971/767/original/db2152dc68cd3d53.png"), meta = list(original = list(width = 826, height = 1169, size = "826x1169", aspect = 0.706586826347305), small = list(width = 403, height = 570, \n        size = "403x570", aspect = 0.707017543859649)), blurhash = c("UJP=G6tj-=$|.It2jZW=~As-Irf8%KNxa#jY", "UJP=G6tj-=$|.It2jZW=~As-Irf8%KNxa#jY"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(id = "112637681368491772", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/112637681337591966", created_at = list(sec = 40, min = 43, hour = 12, mday = 18, mon = 5, year = 124, wday = 2, yday = 169, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.sciences.re/tags/OnVousExplique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OnVousExplique</span></a> les <a href=\\"https://social.sciences.re/tags/ReviewMills\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ReviewMills</span></a>, les <a href=\\"https://social.sciences.re/tags/CitationMills\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CitationMills</span></a> et les <a href=\\"https://social.sciences.re/tags/PaperMills\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>PaperMills</span></a>, trois pratiques prédatrices dans le monde de l\\"<a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, effet du fameux paradigme <a href=\\"https://social.sciences.re/tags/PublishOrPerish\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>PublishOrPerish</span></a></p><p><a href=\\"https://social.sciences.re/tags/EditeursPr%C3%A9dateurs\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditeursPrédateurs</span></a></p><p>➡️  <a href=\\"https://openscience.pasteur.fr/2024/06/07/les-paper-mills-review-mills-et-citation-mills/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/06</span><span class=\\"invisible\\">/07/les-paper-mills-review-mills-et-citation-mills/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/112637681337591966", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/06/07/les-paper-mills-review-mills-et-citation-mills/", title = "Les paper mills, review mills et citation mills", description = "Avez-vous déjà entendu parler des paper mills, des fermes à articles ou encore des moulins à papiers ? Tous ces noms décrivent la même chose : des sociétés qui vendent de grandes quantités d’…", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UUOgD-t89bt8t1ogV{j]9NWA00j]ofV?WBof", published_at = "2024-06-07T09:35:07.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", \n        locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("onvousexplique", "reviewmills", "citationmills", "papermills", "editionscientifique", "publishorperish", "editeurspredateurs"), url = c("https://mastodon.social/tags/onvousexplique", "https://mastodon.social/tags/reviewmills", "https://mastodon.social/tags/citationmills", "https://mastodon.social/tags/papermills", "https://mastodon.social/tags/editionscientifique", "https://mastodon.social/tags/publishorperish", \n    "https://mastodon.social/tags/editeurspredateurs"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(id = "112642687053252095", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/112642686902114374", created_at = list(sec = 38, min = 56, hour = 9, mday = 19, mon = 5, year = 124, wday = 3, yday = 170, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Formation : La fouille de textes par l’exemple <a href=\\"https://www.inist.fr/nos-actualites/formation-la-fouille-de-textes-par-lexemple/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/format</span><span class=\\"invisible\\">ion-la-fouille-de-textes-par-lexemple/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/112642686902114374", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/formation-la-fouille-de-textes-par-lexemple/?utm_source=dlvr.it&utm_medium=mastodon", title = "Formation : La fouille de textes par l'exemple", \n        description = "L'Inist et l'ENSSIB se sont associés pour proposer une formation consacrée à la fouille de textes, à l'ENSSIB, mi septembre 2024. Les inscriptions sont ouvertes jusqu'au 19/08/2024", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "U4722Q9WDkoO_H=|4-WB~URiM_ju-tRfn#j]", published_at = "2024-06-19T08:56:54.000Z", \n        authors = list())), account = list(list(id = "111426842546145512", username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112642687013092185", "112642687013092185"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112642687013092185/original", "https://mastodon.social/media_proxy/112642687013092185/original"), preview_url = c("https://mastodon.social/media_proxy/112642687013092185/small", "https://mastodon.social/media_proxy/112642687013092185/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/642/686/867/254/096/original/ec7e3d21bc5b3401.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/642/686/867/254/096/original/ec7e3d21bc5b3401.png"), meta = list(original = list(width = 1200, height = 1200, size = "1200x1200", aspect = 1), small = list(width = 480, height = 480, size = "480x480", aspect = 1)), blurhash = c("U4722Q9WDkoO_H=|4-WB~URiM_ju-tRfn#j]", "U4722Q9WDkoO_H=|4-WB~URiM_ju-tRfn#j]"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, \n    bookmarked = FALSE, pinned = NA)
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(id = "112631101774872313", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/112631101580721581", created_at = list(sec = 20, min = 50, hour = 8, mday = 17, mon = 5, year = 124, wday = 1, yday = 168, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Aujourd’hui à 11H30 le webinaire recherche Midi : Identifier les entrepôts thématiques de confiance pour mieux orienter les chercheurs. L'occasion de consulter cette note du Comité pour la <a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a><br><a href=\\"https://www.ouvrirlascience.fr/selectionner-un-entrepot-thematique-de-confiance-pour-le-depot-de-donnees-methodologie-et-analyse-de-loffre-existante/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/selectionne</span><span class=\\"invisible\\">r-un-entrepot-thematique-de-confiance-pour-le-depot-de-donnees-methodologie-et-analyse-de-loffre-existante/</span></a><br><a href=\\"https://social.numerique.gouv.fr/tags/donneesrecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>donneesrecherche</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/112631101580721581", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/selectionner-un-entrepot-thematique-de-confiance-pour-le-depot-de-donnees-methodologie-et-analyse-de-loffre-existante/", \n        title = "Sélectionner un entrepôt thématique de confiance pour le dépôt de données : méthodologie et analyse de l’offre existante", description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 212, height = 300, image = NULL, image_description = "", embed_url = "", blurhash = "UERftb0d0cI.-=ajNgt74p%3%Kt6^+M}Rpoz", published_at = "2024-04-05T08:31:46.000Z", authors = list())), \n    account = list(list(id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", \n        url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", \n        followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list(id = c("112631101737071305", "112631101737071305"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112631101737071305/original", "https://mastodon.social/media_proxy/112631101737071305/original"), preview_url = c("https://mastodon.social/media_proxy/112631101737071305/small", "https://mastodon.social/media_proxy/112631101737071305/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/631/101/410/492/888/original/b64cb227425bce04.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/631/101/410/492/888/original/b64cb227425bce04.png"), meta = list(original = list(width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("UHPs|-xZ0Mozs?oMxtt6PSNLNGM}?ZocM|Rj", "UHPs|-xZ0Mozs?oMxtt6PSNLNGM}?ZocM|Rj"))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "donneesrecherche"), \n        url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/donneesrecherche"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "112621139304154952", uri = "https://oc.todon.fr/users/ndocist/statuses/112621139228216978", created_at = list(sec = 47, min = 36, hour = 14, mday = 15, mon = 5, year = 124, wday = 6, yday = 166, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Découverte d’une fraude scientifique pour booster artificiellement l’impact des recherches<br><a href=\\"https://theconversation.com/decouverte-dune-fraude-scientifique-pour-booster-artificiellement-limpact-des-recherches-232313?utm_source=twitter&amp;utm_medium=bylinetwitterbutton\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">theconversation.com/decouverte</span><span class=\\"invisible\\">-dune-fraude-scientifique-pour-booster-artificiellement-limpact-des-recherches-232313?utm_source=twitter&amp;utm_medium=bylinetwitterbutton</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 4, favourites_count = 0, replies_count = 1, url = "https://oc.todon.fr/@ndocist/112621139228216978", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://theconversation.com/decouverte-dune-fraude-scientifique-pour-booster-artificiellement-limpact-des-recherches-232313?utm_source=twitter&utm_medium=bylinetwitterbutton", \n        title = "Découverte d’une fraude scientifique pour booster artificiellement l’impact des recherches", description = "Pour mesurer l’impact d’un article scientifique, on peut compter combien d’autres papiers y font référence. Des chercheurs viennent de détecter une fraude aux citations.", language = "en", type = "link", author_name = "", author_url = "", provider_name = "The Conversation", provider_url = "", html = "", width = 684, height = 337, image = NULL, image_description = "", \n        embed_url = "", blurhash = "UND]k|~qo#My00D%t7tRMxM{RPoft7ogofWA", published_at = NULL, authors = list())), account = list(list(id = "109365958436019074", username = "ndocist", acct = "ndocist@oc.todon.fr", display_name = "ndocist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 18, mon = 10, year = 122, wday = 5, yday = 321, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Bibliothécaire du Sup<br>@ndocist.bsky.social</p>", \n        url = "https://oc.todon.fr/@ndocist", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/365/958/436/019/074/original/8a8a6e8d04a74c3f.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/365/958/436/019/074/original/8a8a6e8d04a74c3f.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/365/958/436/019/074/original/31269df68440f023.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/365/958/436/019/074/original/31269df68440f023.jpg", \n        followers_count = 138, following_count = 168, statuses_count = 992, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "112552049824918670", uri = "https://mastodon.social/users/io2a/statuses/112552049824918670", created_at = list(sec = 26.832, min = 46, hour = 9, mday = 3, mon = 5, year = 124, wday = 1, yday = 154, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>L&#39;éditeur de revues académiques Wiley ferme 19 revues scientifiques et retire plus 11 000 articles douteux dont plusieurs ont été générés par IA  <a href=\\"https://intelligence-artificielle.developpez.com/actu/358438/L-editeur-de-revues-academiques-Wiley-ferme-19-revues-scientifiques-et-retire-plus-11-000-articles-douteux-dont-plusieurs-ont-ete-generes-par-IA-comment-les-algorithmes-ont-contribue-a-la-fraude-scientifique/#:~:text=Wiley%2C%20un%20%C3%A9diteur%20de%20revues,un%20%C3%A9diteur%20de%20revues%20universitaires\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">intelligence-artificielle.deve</span><span class=\\"invisible\\">loppez.com/actu/358438/L-editeur-de-revues-academiques-Wiley-ferme-19-revues-scientifiques-et-retire-plus-11-000-articles-douteux-dont-plusieurs-ont-ete-generes-par-IA-comment-les-algorithmes-ont-contribue-a-la-fraude-scientifique/#:~:text=Wiley%2C%20un%20%C3%A9diteur%20de%20revues,un%20%C3%A9diteur%20de%20revues%20universitaires</span></a>.</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://mastodon.social/@io2a/112552049824918670", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Buffer", website = "https://buffer.com")), poll = list(list()), card = list(list()), account = list(list(id = "109353080664561032", username = "io2a", acct = "io2a", display_name = "io2a", locked = FALSE, bot = FALSE, \n        discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 16, mon = 10, year = 122, wday = 3, yday = 319, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Information Science PhD - <a href=\\"https://mastodon.social/tags/IST\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>IST</span></a> <a href=\\"https://mastodon.social/tags/SO\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>SO</span></a> <a href=\\"https://mastodon.social/tags/DH\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>DH</span></a> <a href=\\"https://mastodon.social/tags/ESR\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ESR</span></a><br />« open to work »<br />// mes propos n&#39;engagent que moi</p>", \n        url = "https://mastodon.social/@io2a", avatar = "https://files.mastodon.social/accounts/avatars/109/353/080/664/561/032/original/4df1fa289b9216a7.png", avatar_static = "https://files.mastodon.social/accounts/avatars/109/353/080/664/561/032/original/4df1fa289b9216a7.png", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 137, following_count = 345, statuses_count = 215, last_status_at = list(\n            sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112552049714696436", "112552049714696436"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/112/552/049/714/696/436/original/ad4488a66e197bf7.png", "https://files.mastodon.social/media_attachments/files/112/552/049/714/696/436/original/ad4488a66e197bf7.png"\n    ), preview_url = c("https://files.mastodon.social/media_attachments/files/112/552/049/714/696/436/small/ad4488a66e197bf7.png", "https://files.mastodon.social/media_attachments/files/112/552/049/714/696/436/small/ad4488a66e197bf7.png"), meta = list(original = list(width = 60, height = 60, size = "60x60", aspect = 1), small = list(width = 60, height = 60, size = "60x60", aspect = 1)), blurhash = c("UNALL|Z#RnT1Q*%gkXRjWSWBkDV?SjW?oIV?", "UNALL|Z#RnT1Q*%gkXRjWSWBkDV?SjW?oIV?"))), mentions = list(\n        list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list(id = "112603715205904589", uri = "https://social.numerique.gouv.fr/users/hal_fr/statuses/112603715045224161", created_at = list(sec = 35, min = 45, hour = 12, mday = 12, mon = 5, year = 124, wday = 3, yday = 163, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/FAIR\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>FAIR</span></a> <br>Avez-vous déjà lié vos données de recherche à votre dépôt HAL ? Vous voulez en savoir plus ? Notre fiche pratique Les Essentiels est faite pour vous !<br>Elle est à découvrir ou télécharger ici 👉 <a href=\\"https://doc.hal.science/ressources/essentiels/CCSD-essentiels-data-publi-HAL.fr.pdf\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">doc.hal.science/ressources/ess</span><span class=\\"invisible\\">entiels/CCSD-essentiels-data-publi-HAL.fr.pdf</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 10, favourites_count = 2, replies_count = 0, url = "https://social.numerique.gouv.fr/@hal_fr/112603715045224161", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list()), account = list(list(id = "111447526783243509", username = "hal_fr", acct = "hal_fr@social.numerique.gouv.fr", display_name = "HAL science", locked = FALSE, bot = FALSE, \n        discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 20, mon = 10, year = 123, wday = 1, yday = 323, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>L'archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion en libre accès de publications scientifiques.</p>", url = "https://social.numerique.gouv.fr/@hal_fr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", header = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", followers_count = 805, following_count = 80, statuses_count = 130, last_status_at = list(sec = NA, min = NA, hour = NA, \n            mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://hal.science/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112603715158978256", "112603715158978256", "112603715158978256"\n    ), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/112603715158978256/original", "https://mastodon.social/media_proxy/112603715158978256/original", "https://mastodon.social/media_proxy/112603715158978256/original"), preview_url = c("https://mastodon.social/media_proxy/112603715158978256/small", "https://mastodon.social/media_proxy/112603715158978256/small", "https://mastodon.social/media_proxy/112603715158978256/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/603/712/488/507/038/original/8be9b9b487bb6ed7.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/603/712/488/507/038/original/8be9b9b487bb6ed7.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/603/712/488/507/038/original/8be9b9b487bb6ed7.png"), meta = list(focus = list(x = -0.04, y = 1), original = list(width = 708, height = 1003, size = "708x1003", aspect = 0.705882352941177), small = list(width = 403, height = 571, size = "403x571", aspect = 0.705779334500876)), blurhash = c("UUO3^ZIVt7xu%MogWCj[00xuRQV[%MogWCj[", \n    "UUO3^ZIVt7xu%MogWCj[00xuRQV[%MogWCj[", "UUO3^ZIVt7xu%MogWCj[00xuRQV[%MogWCj["))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "fair"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/fair"))), emojis = list(list()), favourited = TRUE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "112603784752264500", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/112603784579313717", created_at = list(sec = 16, min = 3, hour = 13, mday = 12, mon = 5, year = 124, wday = 3, yday = 163, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Aujourd’hui à Montpellier a lieu le colloque  \\"Gouvernance des données dans les projets de recherche participative\\"<br>L'occasion pour rappeler deux publications par le Comité pour la <a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> :<br><a href=\\"https://www.ouvrirlascience.fr/recherches-participatives-innovation-ouverte-et-science-ouverte-resultats-de-lenquete-nationale/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/recherches-</span><span class=\\"invisible\\">participatives-innovation-ouverte-et-science-ouverte-resultats-de-lenquete-nationale/</span></a><br><a href=\\"https://www.ouvrirlascience.fr/donnees-et-recherches-participatives-enjeux-et-recommandations-issues-dexemples-de-projets-de-recherches-participatives/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/donnees-et-</span><span class=\\"invisible\\">recherches-participatives-enjeux-et-recommandations-issues-dexemples-de-projets-de-recherches-participatives/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/112603784579313717", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/recherches-participatives-innovation-ouverte-et-science-ouverte-resultats-de-lenquete-nationale/", title = "Recherches participatives, innovation ouverte et science ouverte – Résultats de l’enquête nationale", \n        description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 212, height = 300, image = NULL, image_description = "", embed_url = "", blurhash = "UBRfqTE1o?~pWbNJW=oyWH-=xuRi-;IpWBoe", published_at = "2023-04-20T13:31:34.000Z", authors = list())), account = list(list(id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", \n        locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, \n            mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112603784702918229", "112603784702918229"\n    ), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112603784702918229/original", "https://mastodon.social/media_proxy/112603784702918229/original"), preview_url = c("https://mastodon.social/media_proxy/112603784702918229/small", "https://mastodon.social/media_proxy/112603784702918229/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/603/784/355/149/113/original/cdaaf99e02765909.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/603/784/355/149/113/original/cdaaf99e02765909.png"\n    ), meta = list(original = list(width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("UFQc;vV|5P-:-=xaWUM|0{E2M|M~.6RkoMxa", "UFQc;vV|5P-:-=xaWUM|0{E2M|M~.6RkoMxa"))), mentions = list(list()), tags = list(list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, \n    pinned = NA)
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           list(id = "112602962476580393", uri = "https://qoto.org/users/marind/statuses/112602962373194001", created_at = list(sec = 10, min = 34, hour = 9, mday = 12, mon = 5, year = 124, wday = 3, yday = 163, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Le Comité pour la scienceouverte collecte des avis et des propositions pour un projet de catalogue de logiciels  de l'Enseignement supérieur et de la recherche. Vous pouvez y contribuer <a href=\\"https://gricad-gitlab.univ-grenoble-alpes.fr/college-logiciels-public/cas-utilisation-catalogue?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">gricad-gitlab.univ-grenoble-al</span><span class=\\"invisible\\">pes.fr/college-logiciels-public/cas-utilisation-catalogue?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 6, favourites_count = 0, replies_count = 0, url = "https://qoto.org/@marind/112602962373194001", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://gricad-gitlab.univ-grenoble-alpes.fr/college-logiciels-public/cas-utilisation-catalogue?utm_source=dlvr.it&utm_medium=mastodon", title = "college logiciels public / Cas utilisation catalogue · GitLab", \n        description = "Plate-forme gitlab pour la communauté ESR grenobloise", language = "en", type = "link", author_name = "", author_url = "", provider_name = "GitLab", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UhS5FxR7t-nh.5w?i^aKT}S6Qmj[%Ln$XTbH", published_at = NULL, authors = list())), account = list(list(id = "109251589159853234", username = "marind", acct = "marind@qoto.org", display_name = "Marin Dacos - science ouverte", \n        locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 29, mon = 9, year = 122, wday = 6, yday = 301, isdst = 0, zone = "UTC", gmtoff = 0), note = "", url = "https://qoto.org/@marind", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/251/589/159/853/234/original/f1ffcf5528534a14.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/251/589/159/853/234/original/f1ffcf5528534a14.jpg", \n        header = "https://files.mastodon.social/cache/accounts/headers/109/251/589/159/853/234/original/a8df9991ce4049da.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/251/589/159/853/234/original/a8df9991ce4049da.jpg", followers_count = 1130, following_count = 644, statuses_count = 660, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("French open science coordinator", \n        "My publications and profile", "Site personnel", "Fondateur et ancien directeur d'OpenEdition"), value = c("<a href=\\"https://www.ouvrirlascience.fr/second-national-plan-for-open-science/\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/second-nati</span><span class=\\"invisible\\">onal-plan-for-open-science/</span></a>", "<a href=\\"https://orcid.org/0000-0002-9361-5295\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">orcid.org/0000-0002-9361-5295</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://marin.dacos.org/\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">marin.dacos.org/</span><span class=\\"invisible\\"></span></a>", "<a href=\\"http://www.openedition.org\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">http://www.</span><span class=\\"\\">openedition.org</span><span class=\\"invisible\\"></span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), \n    mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(id = "112597362967757594", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/112597362791597057", created_at = list(sec = 7, min = 50, hour = 9, mday = 11, mon = 5, year = 124, wday = 2, yday = 162, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>ANF TDM 2024 : Inscriptions ouvertes pour explorer la littérature scientifique <a href=\\"https://www.inist.fr/nos-actualites/anf-tdm-2024-inscriptions-ouvertes-pour-explorer-la-litterature-scientifique/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/anf-td</span><span class=\\"invisible\\">m-2024-inscriptions-ouvertes-pour-explorer-la-litterature-scientifique/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/112597362791597057", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/anf-tdm-2024-inscriptions-ouvertes-pour-explorer-la-litterature-scientifique/?utm_source=dlvr.it&utm_medium=mastodon", \n        title = "ANF TDM 2024 : Inscriptions ouvertes pour explorer la littérature scientifique", description = "Du 3 au 4 octobre 2024, action nationale de formation dédiée à l'exploration de la littérature scientifique. L'Inist est impliqué dans cette ANF.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UJATyf03?GNH-gIh%EIV^+9K-oRj-;Id%KR*", \n        published_at = "2024-06-11T08:40:36.000Z", authors = list())), account = list(list(id = "111426842546145512", username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112597362911879852", "112597362911879852"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112597362911879852/original", "https://mastodon.social/media_proxy/112597362911879852/original"), preview_url = c("https://mastodon.social/media_proxy/112597362911879852/small", "https://mastodon.social/media_proxy/112597362911879852/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/597/362/751/978/143/original/63759bcdfa7e5064.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/597/362/751/978/143/original/63759bcdfa7e5064.png"), meta = list(original = list(width = 1200, height = 1200, size = "1200x1200", aspect = 1), small = list(width = 480, height = 480, size = "480x480", aspect = 1)), blurhash = c("UJATyf03?GNH-gIh%EIV^+9K-oRj-;Id%KR*", "UJATyf03?GNH-gIh%EIV^+9K-oRj-;Id%KR*"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, \n    bookmarked = FALSE, pinned = NA)
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "112485243282016563", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/112485243072208964", created_at = list(sec = 36, min = 36, hour = 14, mday = 22, mon = 4, year = 124, wday = 3, yday = 142, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Nouveau MOOC Inria sur la recherche reproductible :\\"Reproducible Research II: Practices and tools for managing computations and data\\" , avec le soutien du Fonds national pour la science ouverte</p><p><a href=\\"https://www.ouvrirlascience.fr/inria-lance-un-nouveau-mooc-sur-la-recherche-reproductible-avec-le-soutien-du-fonds-national-pour-la-science-ouverte/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/inria-lance</span><span class=\\"invisible\\">-un-nouveau-mooc-sur-la-recherche-reproductible-avec-le-soutien-du-fonds-national-pour-la-science-ouverte/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p><p><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/reproductibilit%C3%A9\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>reproductibilité</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/FNSO\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>FNSO</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 13, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/112485243072208964", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/inria-lance-un-nouveau-mooc-sur-la-recherche-reproductible-avec-le-soutien-du-fonds-national-pour-la-science-ouverte/?utm_source=dlvr.it&utm_medium=mastodon", \n        title = "Inria lance un nouveau MOOC sur la recherche reproductible, avec le soutien du Fonds national pour la science ouverte", description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 1600, height = 900, image = NULL, image_description = "", embed_url = "", blurhash = "UNQ0UMwO03s:xGV@s.RkIF-.k7xtWBR*WVWB", published_at = "2024-05-22T14:28:38.000Z", authors = list())), \n    account = list(list(id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", \n        url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", \n        followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list(id = c("112485243201092040", "112485243201092040"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112485243201092040/original", "https://mastodon.social/media_proxy/112485243201092040/original"), preview_url = c("https://mastodon.social/media_proxy/112485243201092040/small", "https://mastodon.social/media_proxy/112485243201092040/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/485/243/037/693/928/original/04f0808c8369f41f.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/485/243/037/693/928/original/04f0808c8369f41f.png"), meta = list(original = list(width = 1600, height = 900, size = "1600x900", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("UOPGjm-D04t8-VV@oJRli+-,WSxtxbaxR*WB", "UOPGjm-D04t8-VV@oJRli+-,WSxtxbaxR*WB"))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "reproductibilite", \n    "FNSO"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/reproductibilite", "https://mastodon.social/tags/FNSO"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(id = "112591036008397207", uri = "https://mamot.fr/users/Pyb/statuses/112591035942366870", created_at = list(sec = 7, min = 1, hour = 7, mday = 10, mon = 5, year = 124, wday = 1, yday = 161, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Pour en savoir plus sur les outils de <a href=\\"https://mamot.fr/tags/dataviz\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>dataviz</span></a> et les <a href=\\"https://mamot.fr/tags/Donn%C3%A9esOuvertes\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesOuvertes</span></a> du mouvement <a href=\\"https://mamot.fr/tags/Wikimedia\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Wikimedia</span></a>, je vous suggère mon autoformation <a href=\\"https://mamot.fr/tags/Moodle\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Moodle</span></a> sur la plateforme <a href=\\"https://mamot.fr/tags/Callisto\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Callisto</span></a> <a href=\\"https://callisto-formation.fr/course/view.php?id=362\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">callisto-formation.fr/course/v</span><span class=\\"invisible\\">iew.php?id=362</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 1, replies_count = 0, url = "https://mamot.fr/@Pyb/112591035942366870", in_reply_to_id = "112591016498274579", in_reply_to_account_id = "109496821577770907", language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://callisto-formation.fr/course/view.php?id=362", title = "Cours : Corpus et données : comment utiliser les données ouvertes de Wikimedia | Callisto Formation", \n        description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109496821577770907", username = "Pyb", acct = "Pyb@mamot.fr", display_name = "Pierre-Yves Beaudouin", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, \n        hour = 0, mday = 7, mon = 3, year = 117, wday = 5, yday = 96, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Wikimédien en résidence URFIST Méditerranée / Université Côte d'Azur</p><p>Ancien président de Wikimédia France</p><p><a href=\\"https://mamot.fr/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenData</span></a> • <a href=\\"https://mamot.fr/tags/OpenGLAM\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenGLAM</span></a> • <a href=\\"https://mamot.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> • <a href=\\"https://mamot.fr/tags/1jour1taxe\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>1jour1taxe</span></a> • Taphophile</p><p><a href=\\"https://linktr.ee/pyb75\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">linktr.ee/pyb75</span><span class=\\"invisible\\"></span></a></p>", \n        url = "https://mamot.fr/@Pyb", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", \n        followers_count = 561, following_count = 376, statuses_count = 2074, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Wikipédia", value = "<a href=\\"https://fr.wikipedia.org/wiki/Utilisateur:Pyb_en_r%C3%A9sidence\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">fr.wikipedia.org/wiki/Utilisat</span><span class=\\"invisible\\">eur:Pyb_en_r%C3%A9sidence</span></a>", \n            verified_at = "2025-01-15T14:35:04.912+00:00")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112591035962200112", "112591035962200112"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112591035962200112/original", "https://mastodon.social/media_proxy/112591035962200112/original"), preview_url = c("https://mastodon.social/media_proxy/112591035962200112/small", "https://mastodon.social/media_proxy/112591035962200112/small"\n    ), remote_url = c("https://static.mamot.fr/media_attachments/files/112/591/034/378/869/096/original/296596c4ac6d5377.png", "https://static.mamot.fr/media_attachments/files/112/591/034/378/869/096/original/296596c4ac6d5377.png"), meta = list(original = list(width = 1257, height = 733, size = "1257x733", aspect = 1.71487039563438), small = list(width = 629, height = 367, size = "629x367", aspect = 1.71389645776567)), blurhash = c("UqOWvrof%Lfl~qayM|a#xsWCWBadIVj]oMfl", "UqOWvrof%Lfl~qayM|a#xsWCWBadIVj]oMfl"\n    ))), mentions = list(list()), tags = list(list(name = c("dataviz", "DonneesOuvertes", "wikimedia", "moodle", "callisto"), url = c("https://mastodon.social/tags/dataviz", "https://mastodon.social/tags/DonneesOuvertes", "https://mastodon.social/tags/wikimedia", "https://mastodon.social/tags/moodle", "https://mastodon.social/tags/callisto"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        list(id = "112591081325799306", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/112591081163695422", created_at = list(sec = 37, min = 12, hour = 7, mday = 10, mon = 5, year = 124, wday = 1, yday = 161, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Journée sur le Text Mining <a href=\\"https://www.inist.fr/nos-actualites/journee-sur-le-textmining/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/journe</span><span class=\\"invisible\\">e-sur-le-textmining/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/112591081163695422", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/journee-sur-le-textmining/?utm_source=dlvr.it&utm_medium=mastodon", title = "Journée sur le Text Mining", description = "Le groupe de travail TextMine s’associe avec l'Université de Lyon lors d'une journée fouille de textes, le 10 juin. L'Inist est partenaire de cette journée.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 640, height = 360, image = NULL, image_description = "", embed_url = "", blurhash = "U-Gb*a01-:ohf-n}bKf4xaRkt6j]t7V@ofj]", published_at = "2024-06-10T05:00:18.000Z", authors = list())), account = list(list(id = "111426842546145512", username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, \n        group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112591081285177910", "112591081285177910"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112591081285177910/original", "https://mastodon.social/media_proxy/112591081285177910/original"), preview_url = c("https://mastodon.social/media_proxy/112591081285177910/small", "https://mastodon.social/media_proxy/112591081285177910/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/591/081/129/105/580/original/7736f6853391b049.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/591/081/129/105/580/original/7736f6853391b049.png"), meta = list(original = list(width = 1600, height = 900, size = "1600x900", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("U-Gb*a01-:ohf-n}bKf4xaRkt6j]t7V@ofj]", "U-Gb*a01-:ohf-n}bKf4xaRkt6j]t7V@ofj]"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, \n    reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "112575416197289582", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/112575416038279636", created_at = list(sec = 46, min = 48, hour = 12, mday = 7, mon = 5, year = 124, wday = 5, yday = 158, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Rejoignez le collège Codes sources et logiciels du Comité pour la <a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> ! <br>Vous pouvez transmettre votre candidature jusqu'au 25 juillet.<br><a href=\\"https://www.ouvrirlascience.fr/appel-a-manifestation-dinteret-rejoignez-le-college-codes-sources-et-logiciels-du-comite-pour-la-science-ouverte-2/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/appel-a-man</span><span class=\\"invisible\\">ifestation-dinteret-rejoignez-le-college-codes-sources-et-logiciels-du-comite-pour-la-science-ouverte-2/</span></a><br><a href=\\"https://social.numerique.gouv.fr/tags/logiciellibre\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>logiciellibre</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/opensource\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>opensource</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/forgelogicielle\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>forgelogicielle</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 11, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/112575416038279636", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/appel-a-manifestation-dinteret-rejoignez-le-college-codes-sources-et-logiciels-du-comite-pour-la-science-ouverte-2/", \n        title = "Appel à manifestation d’intérêt – Rejoignez le collège Codes sources et logiciels du Comité pour la science ouverte", description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 576, height = 400, image = NULL, image_description = "", embed_url = "", blurhash = "UU6c?KqTe;Y1s[o%Z$k;R3b;f6f*oPo5f6X2", published_at = "2024-06-07T09:48:45.000Z", authors = list())), \n    account = list(list(id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", \n        url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", \n        followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list(id = c("112575416163557644", "112575416163557644"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/575/416/163/557/644/original/94bed2bd336e527b.png", "https://files.mastodon.social/cache/media_attachments/files/112/575/416/163/557/644/original/94bed2bd336e527b.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/575/416/163/557/644/small/94bed2bd336e527b.png", \n    "https://files.mastodon.social/cache/media_attachments/files/112/575/416/163/557/644/small/94bed2bd336e527b.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/575/415/864/856/241/original/dec4ba8d7772b4fe.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/575/415/864/856/241/original/dec4ba8d7772b4fe.png"), meta = list(original = list(width = 1200, height = 1200, size = "1200x1200", aspect = 1), small = list(width = 480, height = 480, \n        size = "480x480", aspect = 1)), blurhash = c("U^LNp1t7bXjuV{R%oMj[t6e;oef7~ns:oej[", "U^LNp1t7bXjuV{R%oMj[t6e;oef7~ns:oej["))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "logiciellibre", "opensource", "forgelogicielle"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/logiciellibre", "https://mastodon.social/tags/opensource", "https://mastodon.social/tags/forgelogicielle"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, \n    muted = FALSE, bookmarked = FALSE, pinned = NA)
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "112574476482466740", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/112574476452612329", created_at = list(sec = 50, min = 49, hour = 8, mday = 7, mon = 5, year = 124, wday = 5, yday = 158, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Face à la dispersion du paysage de l’<a href=\\"https://social.sciences.re/tags/OpenAccessDiamant\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccessDiamant</span></a> le blog <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a> de l'<a href=\\"https://social.sciences.re/tags/InstitutPasteur\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InstitutPasteur</span></a> vous propose un panorama non exhaustif de quelques initiatives.<br><a href=\\"https://social.sciences.re/tags/OnVousExplique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OnVousExplique</span></a> </p><p>➡️ <a href=\\"https://openscience.pasteur.fr/2024/05/27/quelques-initiatives-de-revues-et-plateformes-de-publication-en-acces-ouvert-diamant/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/05</span><span class=\\"invisible\\">/27/quelques-initiatives-de-revues-et-plateformes-de-publication-en-acces-ouvert-diamant/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/112574476452612329", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/05/27/quelques-initiatives-de-revues-et-plateformes-de-publication-en-acces-ouvert-diamant/", title = "Quelques initiatives de revues et plateformes de publication en accès ouvert diamant", \n        description = "Le paysage de l’Open Access diamant étant très dispersé, nous vous proposons aujourd’hui un panorama non exhaustif de quelques initiatives nationales, régionales et internationales de revues et pla…", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", html = "", width = 480, height = 480, image = NULL, image_description = "", embed_url = "", blurhash = "UUOgD-t89bt8t1ogV{j]9NWA00j]ofV?WBof", \n        published_at = "2024-05-27T09:34:56.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("openaccessdiamant", "openscience", "institutpasteur", "onvousexplique"), url = c("https://mastodon.social/tags/openaccessdiamant", "https://mastodon.social/tags/openscience", "https://mastodon.social/tags/institutpasteur", "https://mastodon.social/tags/onvousexplique"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, \n    pinned = NA)
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = "112568709519715733", uri = "https://social.numerique.gouv.fr/users/datagouvfr/statuses/112568709141499853", created_at = list(sec = 7, min = 23, hour = 8, mday = 6, mon = 5, year = 124, wday = 4, yday = 157, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>👩‍💻 Dans la série \\"Comment les données publiques météorologiques peuvent-elles être utilisées ?\\", l'exemple du projet Climate Accessibility qui permet de récupérer les données SIM et de projections climatiques DRIAS nettoyées et formatées en quelques actions.</p><p>Ce projet a été développé par une équipe d'Axionable durant le Hackathon Données Ouvertes Météo-France.</p><p>Découvrez-le ici : <a href=\\"https://www.data.gouv.fr/fr/reuses/climate-accessibility/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">data.gouv.fr/fr/reuses/climate</span><span class=\\"invisible\\">-accessibility/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@datagouvfr/112568709141499853", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.data.gouv.fr/fr/reuses/climate-accessibility/", title = "Climate Accessibility - data.gouv.fr", description = "Problématique et proposition de valeur Comment faciliter…", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 500, height = 500, image = NULL, image_description = "", embed_url = "", blurhash = "U6SY{rH?4:-;~p9t_2RP8{n$M|xuIUV[RkWq", published_at = NULL, authors = list())), account = list(list(id = "111261387993491554", username = "datagouvfr", acct = "datagouvfr@social.numerique.gouv.fr", display_name = "data.gouv.fr", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, \n        created_at = list(sec = 0, min = 0, hour = 0, mday = 13, mon = 9, year = 123, wday = 5, yday = 285, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>La plateforme ouverte des données publiques françaises.<br>Le meilleur endroit pour trouver ou publier des données d’intérêt public.<br>Opérée et animée par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@dinum\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dinum</span></a></span></p>", \n        url = "https://social.numerique.gouv.fr/@datagouvfr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", \n        followers_count = 2504, following_count = 31, statuses_count = 157, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://data.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("112568709413531920", "112568709413531920", "112568709413531920"), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/112568709413531920/original", "https://mastodon.social/media_proxy/112568709413531920/original", "https://mastodon.social/media_proxy/112568709413531920/original"), preview_url = c("https://mastodon.social/media_proxy/112568709413531920/small", "https://mastodon.social/media_proxy/112568709413531920/small", \n    "https://mastodon.social/media_proxy/112568709413531920/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/568/707/471/150/570/original/173fbad0817ca1c9.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/568/707/471/150/570/original/173fbad0817ca1c9.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/568/707/471/150/570/original/173fbad0817ca1c9.png"), meta = list(focus = list(x = 0, y = 0), original = list(\n        width = 1080, height = 1080, size = "1080x1080", aspect = 1), small = list(width = 480, height = 480, size = "480x480", aspect = 1)), description = c("\\"Comment les données météorologiques en open data peuvent-elles être utilisées ?\\" Exemple du hackathon \\nL''équipe Climate Accessibility", "\\"Comment les données météorologiques en open data peuvent-elles être utilisées ?\\" Exemple du hackathon \\nL''équipe Climate Accessibility", "\\"Comment les données météorologiques en open data peuvent-elles être utilisées ?\\" Exemple du hackathon \\nL''équipe Climate Accessibility"\n    ), blurhash = c("UD8rOwM}Dj%LtRtRj=R*01xt%LM|nhIVWXxu", "UD8rOwM}Dj%LtRtRj=R*01xt%LM|nhIVWXxu", "UD8rOwM}Dj%LtRtRj=R*01xt%LM|nhIVWXxu"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "112568760477022820", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/112568760310657735", created_at = list(sec = 8, min = 36, hour = 8, mday = 6, mon = 5, year = 124, wday = 4, yday = 157, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Des ressources DoRANum disponibles en anglais <a href=\\"https://www.inist.fr/nos-actualites/des-ressources-doranum-disponibles-en-anglais/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/des-re</span><span class=\\"invisible\\">ssources-doranum-disponibles-en-anglais/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/112568760310657735", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/des-ressources-doranum-disponibles-en-anglais/?utm_source=dlvr.it&utm_medium=mastodon", title = "Des ressources DoRANum disponibles en anglais", \n        description = "Les neuf fiches synthétiques relatives aux neuf grandes thématiques DoRANum sont désormais disponibles en anglais.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 1200, height = 1200, image = NULL, image_description = "", embed_url = "", blurhash = "UkI5Y;4:IAM}D+%KR.t34mxc-pflt8oIRmoe", published_at = "2024-06-06T08:00:17.000Z", authors = list())), account = list(list(id = "111426842546145512", \n        username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112568760424825098", "112568760424825098"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112568760424825098/original", "https://mastodon.social/media_proxy/112568760424825098/original"), preview_url = c("https://mastodon.social/media_proxy/112568760424825098/small", "https://mastodon.social/media_proxy/112568760424825098/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/568/760/268/315/249/original/90107a3fc97c2402.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/568/760/268/315/249/original/90107a3fc97c2402.png"), meta = list(original = list(width = 1200, height = 1200, size = "1200x1200", aspect = 1), small = list(width = 480, height = 480, size = "480x480", aspect = 1)), blurhash = c("UjHV9$4:ITM}D+%KR.s,0Jt9-pflt8oJRnoe", "UjHV9$4:ITM}D+%KR.s,0Jt9-pflt8oJRnoe"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, \n    bookmarked = FALSE, pinned = NA)
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list(id = "112564443501600252", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/112564443314381424", created_at = list(sec = 16, min = 18, hour = 14, mday = 5, mon = 5, year = 124, wday = 3, yday = 156, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Rejoignez le groupe d’expertise Edition scientifique Ouverte du Comité pour la <a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> ! <br>Vous pouvez transmettre votre candidature jusqu'au 30 juin.<br><a href=\\"https://www.ouvrirlascience.fr/appel-a-manifestation-dinteret-du-groupe-edition-science-ouverte/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/appel-a-man</span><span class=\\"invisible\\">ifestation-dinteret-du-groupe-edition-science-ouverte/</span></a><br><a href=\\"https://social.numerique.gouv.fr/tags/publicationscientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>publicationscientifique</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/editionscientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>editionscientifique</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/112564443314381424", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/appel-a-manifestation-dinteret-du-groupe-edition-science-ouverte/", title = "Appel à manifestation d’intérêt du groupe Edition science ouverte", \n        description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 2000, height = 1390, image = NULL, image_description = "", embed_url = "", blurhash = "UPO4YtqmfQXg4q4;=|I.~UbqfQbYMzRRR%-.", published_at = "2024-06-05T09:29:15.000Z", authors = list())), account = list(list(id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", \n        display_name = "Comité pour la science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, \n            mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112564443444003512", "112564443444003512"\n    ), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112564443444003512/original", "https://mastodon.social/media_proxy/112564443444003512/original"), preview_url = c("https://mastodon.social/media_proxy/112564443444003512/small", "https://mastodon.social/media_proxy/112564443444003512/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/564/443/193/741/121/original/ed8e8bd7c2406ae3.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/564/443/193/741/121/original/ed8e8bd7c2406ae3.png"\n    ), meta = list(original = list(width = 1200, height = 1200, size = "1200x1200", aspect = 1), small = list(width = 480, height = 480, size = "480x480", aspect = 1)), blurhash = c("U*Mau8RRWBofreoffjj?%xn,j[bF~UR%WVoL", "U*Mau8RRWBofreoffjj?%xn,j[bF~UR%WVoL"))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "publicationscientifique", "editionscientifique"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/publicationscientifique", "https://mastodon.social/tags/editionscientifique"\n    ))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "112557826785143172", uri = "https://bw.heraut.eu/user/fresseng/quotation/14055", created_at = list(sec = 34.18, min = 15, hour = 10, mday = 4, mon = 5, year = 124, wday = 2, yday = 155, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>\\"1.2.2. Les pratiques discutables de recherche&nbsp;: la «&nbsp;zone grise&nbsp;»</p>\\n<p>[...]\\n● L’acquisition, le traitement, l’analyse des données</p>\\n<p>L’usage de méthodes inadéquates pour la production ou l’analyse des données.</p>\\n<p>Le mauvais usage des méthodes statistiques, à dessein (alors proche de la falsification) ou par manque de compétences.</p>\\n<p>Le fait de ne pas tenir compte d’observations ou de résultats de manière arbitraire, c’est-à-dire sans justification d’ordre méthodologique ou expérimental. [...]</p>\\n<p>Une insuffisance ou une absence de documentation, de stockage des données ou d’archivage.\\"</p> <p>— M. Alunno-Bruscia, C.&nbsp;Duquennoi, P.&nbsp;Goulletquer, E.&nbsp;Jaligot, A.&nbsp;Kremer, F.&nbsp;Simon-Plas: <a href=\\"https://bw.heraut.eu/book/40105\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><i>Une recherche responsable</i></a></p><p>La gestion et la documentation des données produites par la recherche : une question d'intégrité scientifique.</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 0, replies_count = 0, url = "https://bw.heraut.eu/user/fresseng/quotation/14055", in_reply_to_id = NA, in_reply_to_account_id = NA, language = NA, text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://bw.heraut.eu/book/40105", title = "Une recherche responsable - BookWyrm francophone", description = "<p>Aujourd’hui, la recherche et l’innovation sont au cœur de très nombreux projets de développement et de la vie démocratique de nos sociétés : elles affectent à un degré sans précédent la vie quotidienne de chaque citoyen. Nombre de décisions politiques – nous l’avons vécu tout particulièrement pendant la crise de la Covid-19 – mobilisent de l’expertise scientifique, et ce qui se passe dans un laboratoire peut affecter très rapidement et très concrètement nos conditions et nos modes de vie. Songeons par exemple à l’essor de l’intelligence artificielle, aux interventions sur les génomes ou aux projets de géo-ingénierie. Cette centralité de la science dans nos « sociétés de la connaissance » s’accompagne, sans surprise, d’une demande croissante, et légitime, de prise de responsabilité : puisqu’elles affectent tant nos vies, la recherche et l’innovation se doivent à présent elles aussi d’être « responsables », ce qui requiert, en premier lieu, le respect des bonnes pratiques de recherche.</p>", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 662, height = 348, image = NULL, image_description = "", embed_url = "", blurhash = "UUQ,K~4nRjxvx]tRt7WA~q%MWBaykDIoRjt7", published_at = NULL, authors = list())), account = list(list(id = "111671035735711576", username = "fresseng", acct = "fresseng@bw.heraut.eu", display_name = "Nicolas Fressengeas", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, \n        created_at = list(sec = 0, min = 0, hour = 0, mday = 30, mon = 11, year = 123, wday = 6, yday = 363, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Entre catalyseur de savoirs, passeur de compétences et ouvreur scientifique, j'aspire à l'exploration littéraire des futurs possibles, sans totalement exclure l'exploration future de possibles littéraires.</p>\\n<p>Mes alter egos, dans le Fédivers ou sur le web libre sont là : https://fressengeas.net</p>\\n<p>Les commentaires, chroniques et critiques que je peux commettre ici sont sous licence Creative Commons Attribution 4.0 : https://creativecommons.org/licenses/by/4.0/fr/</p>", \n        url = "https://bw.heraut.eu/user/fresseng", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/671/035/735/711/576/original/9e1981ea00054590.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/671/035/735/711/576/original/9e1981ea00054590.jpg", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 8, following_count = 6, statuses_count = 287, last_status_at = list(\n            sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112557826736954665", "112557826736954665"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112557826736954665/original", "https://mastodon.social/media_proxy/112557826736954665/original"), preview_url = c("https://mastodon.social/media_proxy/112557826736954665/small", \n    "https://mastodon.social/media_proxy/112557826736954665/small"), remote_url = c("https://bw.heraut.eu/images/previews/covers/40105-c6bd4611-a631-4fb5-90ec-b470a0b73b67.jpg", "https://bw.heraut.eu/images/previews/covers/40105-c6bd4611-a631-4fb5-90ec-b470a0b73b67.jpg"), meta = list(original = list(width = 1200, height = 630, size = "1200x630", aspect = 1.9047619047619), small = list(width = 662, height = 348, size = "662x348", aspect = 1.90229885057471)), description = c("M. Alunno-Bruscia, C. Duquennoi, P. Goulletquer, E. Jaligot, A. Kremer, F. Simon-Plas: Une recherche responsable (EBook, français language, Quae)", \n    "M. Alunno-Bruscia, C. Duquennoi, P. Goulletquer, E. Jaligot, A. Kremer, F. Simon-Plas: Une recherche responsable (EBook, français language, Quae)"), blurhash = c("UTRC[400NGxvxvxvt7WA~W%MjZWBM|IoRkt7", "UTRC[400NGxvxvxvt7WA~W%MjZWBM|IoRkt7"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(id = "112558122816875197", uri = "https://bw.heraut.eu/user/fresseng/quotation/14058", created_at = list(sec = 51.617, min = 30, hour = 11, mday = 4, mon = 5, year = 124, wday = 2, yday = 155, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>\\"Tout cela suggère que la diffusion de la connaissance scientifique par le simple partage des résultats ne suffit plus. Il faut l’assortir d’éléments permettant de saisir le cheminement par lequel cette connaissance a été acquise pour en asseoir sa crédibilité.\\"</p> <p>— M. Alunno-Bruscia, C.&nbsp;Duquennoi, P.&nbsp;Goulletquer, E.&nbsp;Jaligot, A.&nbsp;Kremer, F.&nbsp;Simon-Plas: <a href=\\"https://bw.heraut.eu/book/40105\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><i>Une recherche responsable</i></a></p><p>Au-delà de l'ouverture des produits de la recherche, regagner la confiance en la démarche scientifique passera par la transparence sur ses processus.</p>\\n<p><a href=\\"https://bw.heraut.eu/hashtag/350\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#scienceouverte</a>\\n<a href=\\"https://bw.heraut.eu/hashtag/349\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#reproductibilité</a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, url = "https://bw.heraut.eu/user/fresseng/quotation/14058", in_reply_to_id = NA, in_reply_to_account_id = NA, language = NA, text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://bw.heraut.eu/book/40105", title = "Une recherche responsable - BookWyrm francophone", description = "<p>Aujourd’hui, la recherche et l’innovation sont au cœur de très nombreux projets de développement et de la vie démocratique de nos sociétés : elles affectent à un degré sans précédent la vie quotidienne de chaque citoyen. Nombre de décisions politiques – nous l’avons vécu tout particulièrement pendant la crise de la Covid-19 – mobilisent de l’expertise scientifique, et ce qui se passe dans un laboratoire peut affecter très rapidement et très concrètement nos conditions et nos modes de vie. Songeons par exemple à l’essor de l’intelligence artificielle, aux interventions sur les génomes ou aux projets de géo-ingénierie. Cette centralité de la science dans nos « sociétés de la connaissance » s’accompagne, sans surprise, d’une demande croissante, et légitime, de prise de responsabilité : puisqu’elles affectent tant nos vies, la recherche et l’innovation se doivent à présent elles aussi d’être « responsables », ce qui requiert, en premier lieu, le respect des bonnes pratiques de recherche.</p>", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 662, height = 348, image = NULL, image_description = "", embed_url = "", blurhash = "UUQ,K~4nRjxvx]tRt7WA~q%MWBaykDIoRjt7", published_at = NULL, authors = list())), account = list(list(id = "111671035735711576", username = "fresseng", acct = "fresseng@bw.heraut.eu", display_name = "Nicolas Fressengeas", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, \n        created_at = list(sec = 0, min = 0, hour = 0, mday = 30, mon = 11, year = 123, wday = 6, yday = 363, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Entre catalyseur de savoirs, passeur de compétences et ouvreur scientifique, j'aspire à l'exploration littéraire des futurs possibles, sans totalement exclure l'exploration future de possibles littéraires.</p>\\n<p>Mes alter egos, dans le Fédivers ou sur le web libre sont là : https://fressengeas.net</p>\\n<p>Les commentaires, chroniques et critiques que je peux commettre ici sont sous licence Creative Commons Attribution 4.0 : https://creativecommons.org/licenses/by/4.0/fr/</p>", \n        url = "https://bw.heraut.eu/user/fresseng", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/671/035/735/711/576/original/9e1981ea00054590.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/671/035/735/711/576/original/9e1981ea00054590.jpg", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 8, following_count = 6, statuses_count = 287, last_status_at = list(\n            sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112558122776525823", "112558122776525823"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112558122776525823/original", "https://mastodon.social/media_proxy/112558122776525823/original"), preview_url = c("https://mastodon.social/media_proxy/112558122776525823/small", \n    "https://mastodon.social/media_proxy/112558122776525823/small"), remote_url = c("https://bw.heraut.eu/images/previews/covers/40105-c6bd4611-a631-4fb5-90ec-b470a0b73b67.jpg", "https://bw.heraut.eu/images/previews/covers/40105-c6bd4611-a631-4fb5-90ec-b470a0b73b67.jpg"), meta = list(original = list(width = 1200, height = 630, size = "1200x630", aspect = 1.9047619047619), small = list(width = 662, height = 348, size = "662x348", aspect = 1.90229885057471)), description = c("M. Alunno-Bruscia, C. Duquennoi, P. Goulletquer, E. Jaligot, A. Kremer, F. Simon-Plas: Une recherche responsable (EBook, français language, Quae)", \n    "M. Alunno-Bruscia, C. Duquennoi, P. Goulletquer, E. Jaligot, A. Kremer, F. Simon-Plas: Une recherche responsable (EBook, français language, Quae)"), blurhash = c("UTRC[400NGxvxvxvt7WA~W%MjZWBM|IoRkt7", "UTRC[400NGxvxvxvt7WA~W%MjZWBM|IoRkt7"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(id = "112558299945577759", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/112558299920078867", created_at = list(sec = 55, min = 15, hour = 12, mday = 4, mon = 5, year = 124, wday = 2, yday = 155, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Faible présence des <a href=\\"https://social.sciences.re/tags/R%C3%A9sultatsN%C3%A9gatifs\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>RésultatsNégatifs</span></a> dans la <a href=\\"https://social.sciences.re/tags/Litt%C3%A9ratureScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>LittératureScientifique</span></a>.<br>Quel impact sur l'entrainement de modèles d'<a href=\\"https://social.sciences.re/tags/IntelligenceArtificielle\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>IntelligenceArtificielle</span></a> et sur la <a href=\\"https://social.sciences.re/tags/Reproductibilit%C3%A9\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Reproductibilité</span></a> ? Quelles solutions ?</p><p>➡️ <a href=\\"https://www.nature.com/articles/d41586-024-01389-7\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">nature.com/articles/d41586-024</span><span class=\\"invisible\\">-01389-7</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/112558299920078867", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.nature.com/articles/d41586-024-01389-7", title = "Illuminating ‘the ugly side of science’: fresh incentives for reporting negative results", \n        description = "New data repositories and alternative journals and workshops offer routes for sharing negative results — which could help to solve the reproducibility crisis and give machine learning a boost.", language = "en", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 1066, height = 600, image = NULL, image_description = "", embed_url = "", blurhash = "UUPG~oj[_NM|?bf59Ej]WUWBV[WBM{oft7WB", published_at = NULL, authors = list())), \n    account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("resultatsnegatifs", "litteraturescientifique", "intelligenceartificielle", "reproductibilite"), url = c("https://mastodon.social/tags/resultatsnegatifs", "https://mastodon.social/tags/litteraturescientifique", "https://mastodon.social/tags/intelligenceartificielle", "https://mastodon.social/tags/reproductibilite"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, \n    muted = FALSE, bookmarked = FALSE, pinned = NA)
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(id = "112563290097917533", uri = "https://social.numerique.gouv.fr/users/datagouvfr/statuses/112563289784699776", created_at = list(sec = 55, min = 24, hour = 9, mday = 5, mon = 5, year = 124, wday = 3, yday = 156, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>💌 L'équipe de data.gouv.fr suit tous les jeux de données et réutilisations publiés sur la plateforme. Chaque mois, nous vous concoctons une liste de nos coups de coeur.</p><p>Notre sélection de mai est à retrouver ici : <a href=\\"https://www.data.gouv.fr/fr/posts/suivi-des-sorties-mai-2024/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">data.gouv.fr/fr/posts/suivi-de</span><span class=\\"invisible\\">s-sorties-mai-2024/</span></a></p><p>🗣 Partagez-nous vos coups de coeur <a href=\\"https://social.numerique.gouv.fr/tags/opendata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>opendata</span></a> du mois en réponse !</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@datagouvfr/112563289784699776", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.data.gouv.fr/fr/posts/suivi-des-sorties-mai-2024/", title = "Suivi des sorties - Mai 2024 - data.gouv.fr", description = "Vous lisez l’édition de Mai 2024 du suivi des sorties, un article dans lequel nous partageons les publications de jeux de données et de réutilisations qui ont retenu notre attention.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 400, height = 400, image = NULL, image_description = "", embed_url = "", blurhash = "UxSFFafkofazfkfQfQfQ*0jZWCj[off6ayfk", published_at = NULL, authors = list())), account = list(list(id = "111261387993491554", username = "datagouvfr", acct = "datagouvfr@social.numerique.gouv.fr", display_name = "data.gouv.fr", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, \n        created_at = list(sec = 0, min = 0, hour = 0, mday = 13, mon = 9, year = 123, wday = 5, yday = 285, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>La plateforme ouverte des données publiques françaises.<br>Le meilleur endroit pour trouver ou publier des données d’intérêt public.<br>Opérée et animée par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@dinum\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dinum</span></a></span></p>", \n        url = "https://social.numerique.gouv.fr/@datagouvfr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", \n        followers_count = 2504, following_count = 31, statuses_count = 157, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://data.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("112563290050243039", "112563290050243039", "112563290050243039"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/563/290/050/243/039/original/34d75201d8c839ee.png", "https://files.mastodon.social/cache/media_attachments/files/112/563/290/050/243/039/original/34d75201d8c839ee.png", "https://files.mastodon.social/cache/media_attachments/files/112/563/290/050/243/039/original/34d75201d8c839ee.png"\n    ), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/563/290/050/243/039/small/34d75201d8c839ee.png", "https://files.mastodon.social/cache/media_attachments/files/112/563/290/050/243/039/small/34d75201d8c839ee.png", "https://files.mastodon.social/cache/media_attachments/files/112/563/290/050/243/039/small/34d75201d8c839ee.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/563/287/216/999/340/original/f2351c71b0a2ca79.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/563/287/216/999/340/original/f2351c71b0a2ca79.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/563/287/216/999/340/original/f2351c71b0a2ca79.png"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1012, height = 506, size = "1012x506", aspect = 2), small = list(width = 678, height = 339, size = "678x339", aspect = 2)), description = c("Suivi des sorties\\nActualité de l'open data et de data.gouv.fr en mai 2024", \n    "Suivi des sorties\\nActualité de l'open data et de data.gouv.fr en mai 2024", "Suivi des sorties\\nActualité de l'open data et de data.gouv.fr en mai 2024"), blurhash = c("UFQuHLoz-pjst7j]oeay~BxDNGt6~BjFNGkC", "UFQuHLoz-pjst7j]oeay~BxDNGt6~BjFNGkC", "UFQuHLoz-pjst7j]oeay~BxDNGt6~BjFNGkC"))), mentions = list(list()), tags = list(list(name = "opendata", url = "https://mastodon.social/tags/opendata")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, \n    pinned = NA)
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "112557164784978082", uri = "https://fediscience.org/users/fresseng/statuses/112557164768463747", created_at = list(sec = 14, min = 27, hour = 7, mday = 4, mon = 5, year = 124, wday = 2, yday = 155, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>L’Université de Lorraine lance son programme de financement des revues diamant.</p><p>Dans le cadre de son fonds de soutien à la science ouverte, le comité de pilotage lorrain de la science ouverte crée un programme de financement des revues scientifiques diamant pour soutenir les initiatives éditoriales du site lorrain à hauteur d'au moins 2500 € par an.</p><p><a href=\\"https://factuel.univ-lorraine.fr/node/26875\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">factuel.univ-lorraine.fr/node/</span><span class=\\"invisible\\">26875</span></a></p><p><a href=\\"https://fediscience.org/tags/UnivLorraine\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>UnivLorraine</span></a> <br><a href=\\"https://fediscience.org/tags/SiteLorrain\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>SiteLorrain</span></a><br><a href=\\"https://fediscience.org/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> <br><a href=\\"https://fediscience.org/tags/AccesOuvertDiamant\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>AccesOuvertDiamant</span></a> <br><a href=\\"https://fediscience.org/tags/DiamonOpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DiamonOpenAccess</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 8, favourites_count = 2, replies_count = 0, url = "https://fediscience.org/@fresseng/112557164768463747", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://factuel.univ-lorraine.fr/node/26875", title = "L’Université de Lorraine lance son programme de financement des revues diamant", description = "Dans le cadre de son fonds de soutien à la science ouverte, le comité de pilotage science ouverte de l’université crée un programme de financement des revues scientifiques diamant pour soutenir les initiatives éditoriales du site lorrain à hauteur de 2500 € par an.", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "Factuel | le site d'actu de l'Université de Lorraine", provider_url = "", html = "", width = 1280, height = 1280, image = NULL, image_description = "", embed_url = "", blurhash = "UjK_pif58|M|xuIVf8t54WRRIWtPe=xsWCt7", published_at = "2024-06-03T10:12:25.000Z", authors = list())), account = list(list(id = "110395557940861758", username = "fresseng", acct = "fresseng@fediscience.org", display_name = "Nicolas Fressengeas", \n        locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 4, year = 123, wday = 3, yday = 136, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>🇫🇷 Vice-Président de l'Université de Lorraine chargé du Numérique, des Données et de la Science Ouverte.</p><p>🇫🇷 Chargé de mission Science Ouverte, volet international, auprès du Ministère de l'Enseignement Supérieur et de la Recherche.</p><p>🇬🇧 Lorraine university vice president in charge of the digital, data and Open Science policies.</p><p>🇬🇧 Open Science officer in charge of international affairs for the French ministry of higher education and research.</p><p>🇫🇷 Vélotaffeur 🚲</p><p>🇫🇷 Photographe amateur 📷</p>", \n        url = "https://fediscience.org/@fresseng", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/395/557/940/861/758/original/0971ed99cedff313.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/395/557/940/861/758/original/0971ed99cedff313.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/395/557/940/861/758/original/1a6160ce90890a5d.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/110/395/557/940/861/758/original/1a6160ce90890a5d.jpg", \n        followers_count = 1025, following_count = 1110, statuses_count = 2845, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Social & productions switchboard", value = "<a href=\\"https://www.fressengeas.net\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">fressengeas.net</span><span class=\\"invisible\\"></span></a>", \n            verified_at = "2025-01-12T19:56:40.233+00:00")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("univlorraine", "sitelorrain", "scienceouverte", "accesouvertdiamant", "diamonopenaccess"), url = c("https://mastodon.social/tags/univlorraine", "https://mastodon.social/tags/sitelorrain", "https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/accesouvertdiamant", "https://mastodon.social/tags/diamonopenaccess"\n    ))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = "112552386471242221", uri = "https://fediscience.org/users/cmaumet/statuses/112552386221651634", created_at = list(sec = 59, min = 11, hour = 11, mday = 3, mon = 5, year = 124, wday = 1, yday = 154, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Do you know the ACM conference dedicated to reproducible science? This year we are very happy to host it at INRIA Rennes (France) June 18-20 🎉</p><p>Registration is open. Come and join us! Reblog appreciated ☺️</p><p><a href=\\"https://acm-rep.github.io/2024/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">acm-rep.github.io/2024/</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 13, favourites_count = 1, replies_count = 0, url = "https://fediscience.org/@cmaumet/112552386221651634", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://acm-rep.github.io/2024/", title = "ACM REP 2024", description = "ACM Conference for Reproducibility and Replicability", language = "en", type = "link", author_name = "", \n        author_url = "", provider_name = "ACM REP 2024", provider_url = "", html = "", width = 300, height = 72, image = NULL, image_description = "", embed_url = "", blurhash = "UmQ0joNySOR-tRj]fkay~padV@jZ-;WBayof", published_at = NULL, authors = list())), account = list(list(id = "109332476748147780", username = "cmaumet", acct = "cmaumet@fediscience.org", display_name = "Camille Maumet", locked = FALSE, bot = FALSE, discoverable = FALSE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, \n        mday = 11, mon = 10, year = 122, wday = 5, yday = 314, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Inria research scientist in Empenn lab | neuroinformatics | Open science | Prev. member of OHBM Open Science SIG | she/her</p>", url = "https://fediscience.org/@cmaumet", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/332/476/748/147/780/original/b6f741434dfdc041.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/332/476/748/147/780/original/b6f741434dfdc041.png", \n        header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 149, following_count = 155, statuses_count = 59, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), \n    emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "112551728793575781", uri = "https://social.numerique.gouv.fr/users/datagouvfr/statuses/112551728303828102", created_at = list(sec = 40, min = 24, hour = 8, mday = 3, mon = 5, year = 124, wday = 1, yday = 154, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>🎒 Enseignants, enseignantes et établissements de l'enseignement supérieur, préparez la rentrée prochaine avec l'Open Data University et les autres programmes de notre partenaire Latitudes !</p><p>Des détails sur leurs dispositifs pédagogiques : <a href=\\"https://www.latitudes.cc/blog/nos-dispositifs-pour-les-etablissements-du-superieur-en-2024-2025\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">latitudes.cc/blog/nos-disposit</span><span class=\\"invisible\\">ifs-pour-les-etablissements-du-superieur-en-2024-2025</span></a></p><p>Pour rejoindre un programme dès la rentrée prochaine : <a href=\\"https://airtable.com/appJY09hYLFOYjGdc/shrAlM5MfhpMHSefw\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">airtable.com/appJY09hYLFOYjGdc</span><span class=\\"invisible\\">/shrAlM5MfhpMHSefw</span></a></p><p>On vous donne un aperçu de leurs formats clés en main ici👇 </p><p><a href=\\"https://social.numerique.gouv.fr/tags/formation\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>formation</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/techforgood\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>techforgood</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/data\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>data</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 1, url = "https://social.numerique.gouv.fr/@datagouvfr/112551728303828102", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.latitudes.cc/blog/nos-dispositifs-pour-les-etablissements-du-superieur-en-2024-2025", title = "Nos dispositifs pour les établissements du supérieur en 2024/2025", \n        description = "Vous êtes à la recherche d’outils concrets pour mêler transition numérique et transition écologique et solidaire dans vos cursus ? Voici les dispositifs que nous proposons pour l'année scolaire 2024/2025.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 1524, height = 1333, image = NULL, image_description = "", embed_url = "", blurhash = "UbHn~TIrM_t7~pR.xtofx]oft5R*-;a#IUWA", published_at = NULL, \n        authors = list())), account = list(list(id = "111261387993491554", username = "datagouvfr", acct = "datagouvfr@social.numerique.gouv.fr", display_name = "data.gouv.fr", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 13, mon = 9, year = 123, wday = 5, yday = 285, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>La plateforme ouverte des données publiques françaises.<br>Le meilleur endroit pour trouver ou publier des données d’intérêt public.<br>Opérée et animée par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@dinum\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dinum</span></a></span></p>", \n        url = "https://social.numerique.gouv.fr/@datagouvfr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", \n        followers_count = 2504, following_count = 31, statuses_count = 157, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://data.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("112551728747163825", "112551728747163825", "112551728747163825"), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/112551728747163825/original", "https://mastodon.social/media_proxy/112551728747163825/original", "https://mastodon.social/media_proxy/112551728747163825/original"), preview_url = c("https://mastodon.social/media_proxy/112551728747163825/small", "https://mastodon.social/media_proxy/112551728747163825/small", \n    "https://mastodon.social/media_proxy/112551728747163825/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/551/722/730/007/382/original/5910c895d2651d0e.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/551/722/730/007/382/original/5910c895d2651d0e.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/551/722/730/007/382/original/5910c895d2651d0e.png"), meta = list(focus = list(x = 0, y = 0), original = list(\n        width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("\\"Enseignants, enseignantes et établissements, préparez la rentrée avec l'Open Data University et les autres programmes de l'association Latitudes\\"", "\\"Enseignants, enseignantes et établissements, préparez la rentrée avec l'Open Data University et les autres programmes de l'association Latitudes\\"", "\\"Enseignants, enseignantes et établissements, préparez la rentrée avec l'Open Data University et les autres programmes de l'association Latitudes\\""\n    ), blurhash = c("U8JvmAS}Y4-p%MR*WBoM35xaw0NZuNxan%NZ", "U8JvmAS}Y4-p%MR*WBoM35xaw0NZuNxan%NZ", "U8JvmAS}Y4-p%MR*WBoM35xaw0NZuNxan%NZ"))), mentions = list(list()), tags = list(list(name = c("formation", "techforgood", "data"), url = c("https://mastodon.social/tags/formation", "https://mastodon.social/tags/techforgood", "https://mastodon.social/tags/data"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           list(id = "112530187445600577", uri = "https://mastodon.social/users/bulac/statuses/112530187445600577", created_at = list(sec = 33.399, min = 6, hour = 13, mday = 30, mon = 4, year = 124, wday = 4, yday = 150, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>📢 Les candidatures pour la première édition du Prix science ouverte de la thèse sont ouvertes jusqu&#39;au 24 juin !</p><p><a href=\\"https://www.ouvrirlascience.fr/les-candidatures-pour-la-premiere-edition-du-prix-science-ouverte-de-la-these-sont-ouvertes\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/les-candida</span><span class=\\"invisible\\">tures-pour-la-premiere-edition-du-prix-science-ouverte-de-la-these-sont-ouvertes</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 0, replies_count = 0, url = "https://mastodon.social/@bulac/112530187445600577", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/les-candidatures-pour-la-premiere-edition-du-prix-science-ouverte-de-la-these-sont-ouvertes", title = "Les candidatures pour la première édition du prix science ouverte de la thèse sont ouvertes !", \n        description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 576, height = 400, image = "https://files.mastodon.social/cache/preview_cards/images/096/520/819/original/677a910ea86f0865.png", image_description = "", embed_url = "", blurhash = "UQ60lFqTe=Y1s[o%Z$ggR3b;f6f*oOnnkCW*", published_at = "2024-05-06T09:00:18.000Z", authors = list())), account = list(list(id = "111736926123428806", \n        username = "bulac", acct = "bulac", display_name = "", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 11, mon = 0, year = 124, wday = 4, yday = 10, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Compte Mastodon officiel de la BULAC, Bibliothèque universitaire des langues et civilisations.</p>", url = "https://mastodon.social/@bulac", avatar = "https://files.mastodon.social/accounts/avatars/111/736/926/123/428/806/original/784ab23b22832305.jpg", \n        avatar_static = "https://files.mastodon.social/accounts/avatars/111/736/926/123/428/806/original/784ab23b22832305.jpg", header = "https://files.mastodon.social/accounts/headers/111/736/926/123/428/806/original/0a6c4b55ebd9cffb.jpg", header_static = "https://files.mastodon.social/accounts/headers/111/736/926/123/428/806/original/0a6c4b55ebd9cffb.jpg", followers_count = 224, following_count = 33, statuses_count = 208, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, \n            year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site web", value = "<a href=\\"https://www.bulac.fr\\" target=\\"_blank\\" rel=\\"nofollow noopener me\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">bulac.fr</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, \n    reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(id = "112529363072977449", uri = "https://mastodon.social/users/sallesylvie/statuses/112529363072977449", created_at = list(sec = 54.468, min = 36, hour = 9, mday = 30, mon = 4, year = 124, wday = 4, yday = 150, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Nouvelle publication sur la bibliothèque numérique Numaclay : &quot;La recherche sort de sa bulle&quot;, qui présente les travaux de doctorants sous forme de BD, par La Diagonale - Université Paris-Saclay. Pour visiter c&#39;est par ici : <a href=\\"https://numaclay.universite-paris-saclay.fr/s/numaclay/item-set/150378\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">numaclay.universite-paris-sacl</span><span class=\\"invisible\\">ay.fr/s/numaclay/item-set/150378</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 3, replies_count = 0, url = "https://mastodon.social/@sallesylvie/112529363072977449", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://numaclay.universite-paris-saclay.fr/s/numaclay/item-set/150378", title = "La recherche sort de sa bulle · NUMACLAY · Learning Center - OMEKA-S", \n        description = "", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111783105142064091", username = "sallesylvie", acct = "sallesylvie", display_name = "", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, \n        mday = 19, mon = 0, year = 124, wday = 5, yday = 18, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Chargée de projets collections patrimoniales numériques @univparissaclay au Lumen. <a href=\\"https://mastodon.social/tags/omeka\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>omeka</span></a> <a href=\\"https://mastodon.social/tags/archives\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>archives</span></a></p>", url = "https://mastodon.social/@sallesylvie", avatar = "https://files.mastodon.social/accounts/avatars/111/783/105/142/064/091/original/e13a63ec2c9c1e14.jpg", \n        avatar_static = "https://files.mastodon.social/accounts/avatars/111/783/105/142/064/091/original/e13a63ec2c9c1e14.jpg", header = "https://files.mastodon.social/accounts/headers/111/783/105/142/064/091/original/ff784c92192c61c7.jpg", header_static = "https://files.mastodon.social/accounts/headers/111/783/105/142/064/091/original/ff784c92192c61c7.jpg", followers_count = 6, following_count = 17, statuses_count = 3, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, \n            wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(id = "112191282999273659", uri = "https://mastodon.social/users/grandlabo/statuses/112191282999273659", created_at = list(sec = 41.94, min = 38, hour = 16, mday = 31, mon = 2, year = 124, wday = 0, yday = 90, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>NOUVELLE VIDÉO !</p><p><a href=\\"https://mastodon.social/tags/Handicap\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>Handicap</span></a> : une <a href=\\"https://mastodon.social/tags/science\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>science</span></a> plus inclusive ?</p><p><a href=\\"https://www.youtube.com/watch?v=BASGNsU8Er0\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">youtube.com/watch?v=BASGNsU8Er0</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 2, replies_count = 0, url = "https://mastodon.social/@grandlabo/112191282999273659", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://www.youtube.com/watch?v=BASGNsU8Er0", title = "Handicap : une science plus inclusive ?", description = "", language = NULL, type = "video", \n        author_name = "Grand Labo", author_url = "https://www.youtube.com/@GrandLabo", provider_name = "YouTube", provider_url = "https://www.youtube.com/", html = "<iframe width=\\"200\\" height=\\"113\\" src=\\"https://www.youtube.com/embed/BASGNsU8Er0?feature=oembed\\" frameborder=\\"0\\" allowfullscreen=\\"\\" sandbox=\\"allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox allow-forms\\"></iframe>", width = 200, height = 113, image = NULL, image_description = "", embed_url = "", blurhash = "UH6vAIflI9ayI?a}xaj]H;fjtSf6?Gj?IUax", \n        published_at = NULL, authors = list(list(name = "Grand Labo", url = "https://www.youtube.com/@GrandLabo", account = NULL)))), account = list(list(id = "110136554330271102", username = "grandlabo", acct = "grandlabo", display_name = "Grand Labo", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 3, mon = 3, year = 123, wday = 1, yday = 92, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Dans les coulisses de la science.</p>", \n        url = "https://mastodon.social/@grandlabo", avatar = "https://files.mastodon.social/accounts/avatars/110/136/554/330/271/102/original/91b74499d27761bc.png", avatar_static = "https://files.mastodon.social/accounts/avatars/110/136/554/330/271/102/original/91b74499d27761bc.png", header = "https://files.mastodon.social/accounts/headers/110/136/554/330/271/102/original/e3dc84922e96c978.jpg", header_static = "https://files.mastodon.social/accounts/headers/110/136/554/330/271/102/original/e3dc84922e96c978.jpg", \n        followers_count = 76, following_count = 110, statuses_count = 61, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("YouTube", "Newsletter", "Instagram", "BlueSky"), value = c("<a href=\\"https://www.youtube.com/grandlabo\\" target=\\"_blank\\" rel=\\"nofollow noopener me\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">youtube.com/grandlabo</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://newsletter.grandlabo.com\\" target=\\"_blank\\" rel=\\"nofollow noopener me\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">newsletter.grandlabo.com</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://www.instagram.com/grdlabo/\\" target=\\"_blank\\" rel=\\"nofollow noopener me\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">instagram.com/grdlabo/</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://bsky.app/profile/grandlabo.com\\" target=\\"_blank\\" rel=\\"nofollow noopener me\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">bsky.app/profile/grandlabo.com</span><span class=\\"invisible\\"></span></a>"\n        ))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112191278850016451", "112191278850016451"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/112/191/278/850/016/451/original/54fe87b2f78d1126.png", "https://files.mastodon.social/media_attachments/files/112/191/278/850/016/451/original/54fe87b2f78d1126.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/112/191/278/850/016/451/small/54fe87b2f78d1126.png", \n    "https://files.mastodon.social/media_attachments/files/112/191/278/850/016/451/small/54fe87b2f78d1126.png"), meta = list(original = list(width = 1456, height = 816, size = "1456x816", aspect = 1.7843137254902), small = list(width = 641, height = 359, size = "641x359", aspect = 1.78551532033426)), blurhash = c("U71}-ebJQkjZpyfmV[f,Rij]o$adWYf5n#f5", "U71}-ebJQkjZpyfmV[f,Rij]o$adWYf5n#f5"))), mentions = list(list()), tags = list(list(name = c("handicap", "science"), url = c("https://mastodon.social/tags/handicap", \n    "https://mastodon.social/tags/science"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = "111539196385016306", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/111539196088059415", created_at = list(sec = 25, min = 44, hour = 12, mday = 7, mon = 11, year = 123, wday = 4, yday = 340, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>A diffuser largement : une BD en <a href=\\"https://social.sciences.re/tags/LibreAcc%C3%A8s\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>LibreAccès</span></a> pour devenir incollable sur les <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeLaRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeLaRecherche</span></a>.<br>👉 \\"On fait le point sur les données de la recherche avec Sorella !\\" par l'Université de Guyane</p><p>➡️ <a href=\\"https://zenodo.org/records/10108736\\" rel=\\"nofollow noopener\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">zenodo.org/records/10108736</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 1, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/111539196088059415", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://zenodo.org/records/10108736", title = "On fait le point sur les données de la recherche avec Sorella !", description = "Cette bande dessinée didactique a été produite par le Service commun de la Documentation de l'Université de Guyane. Elle s'adresse à un public de doctorants et de chercheurs dans un objectif d'accompagnement à ces nouvelles pratiques scientifiques. Elle a été co-financée par l'URFIST de Paris (Ecole nationale des Chartes - PSL). Elle est le deuxième tome d'une série débutée avec la bande dessinée didactique \\"On fait le point sur la bibliométrie avec Manuella\\" déposée également sur Zenodo en 2020. L'autrice du scénario de cette bande dessinée est Marie Latour, directrice adjointe du SCD de l'Université de Guyane. Celui-ci a été produit à partir d'un cours dispensé à la bibliothèque universitaire par Annaïg Mahé, enseignante chercheuse à l'URFIST de Paris,  lors de sa venue à l'Université de Guyane à l'occasion de l'Open Access Week organisé en 2021. Les dessins ont été réalisés par un dessinateur professionnel, Olivier Copin, et la réalisation graphique a été confiée à une une graphiste professionnelle également (Bénédicte Sauvage, de la société BCOM). Plusieurs relecteurs avertis ont permis la finalisation de la version définitive : Romain Feret (directeur de Média Normandie), Cyril Heude (data-librarian à Sciences Po Paris), Amélie Barrio (Co-responsable de l'Urfist Occitanie), et de façon plus ponctuelle, Benjamin Caraco (directeur adjoint de la BIU de l'Université de Strasbourg) et Sylvain Houdebert (directeur de l'Université des Antilles).La bande dessinée est librement et gratuitement réutilisable et modifiable à condition de citer l'Université de Guyane et de ne pas en faire d'exploitation commerciale. Les éventuelles nouvelles versions produites ou documents dérivés devront impérativement être placés également sous licence libre Creative Commons.  ", \n        language = "en", type = "link", author_name = "", author_url = "", provider_name = "Zenodo", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list(id = c("111539196199533656", "111539196199533656"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/111539196199533656/original", "https://mastodon.social/media_proxy/111539196199533656/original"), preview_url = c("https://mastodon.social/media_proxy/111539196199533656/small", "https://mastodon.social/media_proxy/111539196199533656/small"), remote_url = c("https://social.sciences.re/system/media_attachments/files/111/539/195/930/549/269/original/601694d78103342e.png", \n    "https://social.sciences.re/system/media_attachments/files/111/539/195/930/549/269/original/601694d78103342e.png"), meta = list(original = list(width = 554, height = 796, size = "554x796", aspect = 0.695979899497487), small = list(width = 400, height = 575, size = "400x575", aspect = 0.695652173913043)), blurhash = c("UJK2YQsWO[Si0~?HR:xEXnIosARjE,n*adS5", "UJK2YQsWO[Si0~?HR:xEXnIosARjE,n*adS5"))), mentions = list(list()), tags = list(list(name = c("libreacces", "donneesdelarecherche"), url = c("https://mastodon.social/tags/libreacces", \n    "https://mastodon.social/tags/donneesdelarecherche"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(id = "112524248814580168", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/112524248791680284", created_at = list(sec = 16, min = 56, hour = 11, mday = 29, mon = 4, year = 124, wday = 3, yday = 149, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Nous vous recommandions il y a quelques mois la BD \\"On fait le point sur les <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeLaRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeLaRecherche</span></a> avec Sorella !\\".</p><p>👍 Elle est désormais disponible en anglais : \\"Let's take stock of <a href=\\"https://social.sciences.re/tags/ResearchData\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ResearchData</span></a> with Sorella!\\" </p><p>➡️ <a href=\\"https://zenodo.org/records/11187243\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">zenodo.org/records/11187243</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/112524248791680284", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://zenodo.org/records/11187243", title = "Let's take stock of research data with Sorella!", description = "This educational comic strip is the english version of “We take stock of the research data with Sorella!”. It was produced by the library of the University of French Guyana. It is aimed at an audience of doctoral students and researchers with the aim of supporting these new scientific practices. It was co-financed by URFIST in Paris (Ecole nationale des Chartes - PSL). The author of the script for this comic strip is Marie Latour, deputy director of the SCD at the University of French Guyana. This was produced from a course given at the academic library by Annaïg Mahé, researcher at URFIST in Paris, during her visit to the University of French Guyana on the occasion of « Open Access Week » organized in 2021. The drawings were produced by a professional designer, Olivier Copin, and the graphic design was entrusted to a professional graphic designer as well (Bénédicte Sauvage, from the company BCOM). It benefited from the professional translation of Stéphane Berland. The comic strip is freely and freely reusable and modifiable provided that you cite the University of Guyana and do not make any commercial use of it. Any new versions produced or derived documents must also be placed under a free Creative Commons license.", \n        language = "en", type = "link", author_name = "", author_url = "", provider_name = "Zenodo", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("donneesdelarecherche", "researchdata"), url = c("https://mastodon.social/tags/donneesdelarecherche", "https://mastodon.social/tags/researchdata"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "112517815764732246", uri = "https://social.numerique.gouv.fr/users/hal_fr/statuses/112517815631901166", created_at = list(sec = 14, min = 40, hour = 8, mday = 28, mon = 4, year = 124, wday = 2, yday = 148, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/integritescientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>integritescientifique</span></a> </p><p>[BLOG] Préserver la confiance dans HAL : le CCSD se dote d’une cellule dédiée à l’intégrité scientifique</p><p>Comment prendre en compte et traiter les manquements à l’intégrité scientifique portant sur une publication déposée dans HAL ? Les signalements sont rares mais existent malheureusement. Le CCSD met en place un dispositif qui lui permettra de s’appuyer sur les référents scientifiques de ses trois tutelles.</p><p>En savoir plus 👉 <a href=\\"https://www.ccsd.cnrs.fr/2024/05/preserver-la-confiance-dans-hal-le-ccsd-se-dote-d-une-cellule-dediee-a-l-integrite-scientifique/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ccsd.cnrs.fr/2024/05/preserver</span><span class=\\"invisible\\">-la-confiance-dans-hal-le-ccsd-se-dote-d-une-cellule-dediee-a-l-integrite-scientifique/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 7, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@hal_fr/112517815631901166", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ccsd.cnrs.fr/2024/05/preserver-la-confiance-dans-hal-le-ccsd-se-dote-d-une-cellule-dediee-a-l-integrite-scientifique/", title = "Préserver la confiance dans HAL : le CCSD se dote d’une cellule dédiée à l’intégrité scientifique", \n        description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111447526783243509", username = "hal_fr", acct = "hal_fr@social.numerique.gouv.fr", display_name = "HAL science", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 20, mon = 10, year = 123, wday = 1, yday = 323, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>L'archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion en libre accès de publications scientifiques.</p>", url = "https://social.numerique.gouv.fr/@hal_fr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", \n        header = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", followers_count = 805, following_count = 80, statuses_count = 130, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", \n            value = "<a href=\\"https://hal.science/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("scienceouverte", "IntegriteScientifique"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/IntegriteScientifique"\n    ))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        list(id = "112512980729135764", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/112512980570627877", created_at = list(sec = 37, min = 10, hour = 12, mday = 27, mon = 4, year = 124, wday = 1, yday = 147, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Rendez-vous aux journées ABES 2024 ! <a href=\\"https://www.inist.fr/nos-actualites/rendez-vous-aux-journees-abes-2024/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/rendez</span><span class=\\"invisible\\">-vous-aux-journees-abes-2024/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/112512980570627877", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/rendez-vous-aux-journees-abes-2024/?utm_source=dlvr.it&utm_medium=mastodon", title = "Rendez-vous aux journées ABES 2024 !", \n        description = "Présent aux Journées ABES l’Inist vous attend sur son stand pour vous proposer des démonstrations de Lodex et Istex Search.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 1122, height = 634, image = NULL, image_description = "", embed_url = "", blurhash = "UkFrtgxqRlWD0ONIs.odIqt5azWC~RWCWCod", published_at = "2024-05-27T09:50:13.000Z", authors = list())), account = list(list(id = "111426842546145512", \n        username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112512980689129678", "112512980689129678"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112512980689129678/original", "https://mastodon.social/media_proxy/112512980689129678/original"), preview_url = c("https://mastodon.social/media_proxy/112512980689129678/small", "https://mastodon.social/media_proxy/112512980689129678/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/512/980/535/717/700/original/9a90843875611d04.jpeg", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/512/980/535/717/700/original/9a90843875611d04.jpeg"), meta = list(original = list(width = 605, height = 350, size = "605x350", aspect = 1.72857142857143), small = list(width = 605, height = 350, size = "605x350", aspect = 1.72857142857143)), blurhash = c("U83SC}NAVos@wkX3WRn-Rfs?W-awWSoNj^WT", "U83SC}NAVos@wkX3WRn-Rfs?W-awWSoNj^WT"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, \n    muted = FALSE, bookmarked = FALSE, pinned = NA)
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "112513813179141243", uri = "https://social.numerique.gouv.fr/users/datagouvfr/statuses/112513812872498765", created_at = list(sec = 17, min = 42, hour = 15, mday = 27, mon = 4, year = 124, wday = 1, yday = 147, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>🚀 En vue des élections européennes du 9 juin, le Ministère de l'Intérieur et des Outre-Mer a publié en <a href=\\"https://social.numerique.gouv.fr/tags/opendata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>opendata</span></a> les données sur l'ensemble des candidatures enregistrées (38 listes).</p><p>Pour voir le jeu de données : <a href=\\"https://data.gouv.fr/fr/datasets/elections-europeennes-du-9-juin-2024-candidatures-enregistrees/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">data.gouv.fr/fr/datasets/elect</span><span class=\\"invisible\\">ions-europeennes-du-9-juin-2024-candidatures-enregistrees/</span></a></p><p>Et l'explorer : <a href=\\"https://explore.data.gouv.fr/fr/datasets/665443b10d711158615a469f/#/resources/483cd4bd-1b0e-4b52-a923-aadadf9c8f62\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">explore.data.gouv.fr/fr/datase</span><span class=\\"invisible\\">ts/665443b10d711158615a469f/#/resources/483cd4bd-1b0e-4b52-a923-aadadf9c8f62</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@datagouvfr/112513812872498765", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://data.gouv.fr/fr/datasets/elections-europeennes-du-9-juin-2024-candidatures-enregistrees/", title = "Elections européennes du 9 juin 2024 — Candidatures enregistrées  - data.gouv.fr", \n        description = "Données des candidatures enregistrées par le ministère de…", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 100, height = 100, image = NULL, image_description = "", embed_url = "", blurhash = "ULS6PlIBtRx]nkV@kCkD~qxuM{WB%gtQRjV@", published_at = NULL, authors = list())), account = list(list(id = "111261387993491554", username = "datagouvfr", acct = "datagouvfr@social.numerique.gouv.fr", display_name = "data.gouv.fr", \n        locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 13, mon = 9, year = 123, wday = 5, yday = 285, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>La plateforme ouverte des données publiques françaises.<br>Le meilleur endroit pour trouver ou publier des données d’intérêt public.<br>Opérée et animée par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@dinum\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dinum</span></a></span></p>", \n        url = "https://social.numerique.gouv.fr/@datagouvfr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", \n        followers_count = 2504, following_count = 31, statuses_count = 157, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://data.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("112513813108882656", "112513813108882656", "112513813108882656"), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/112513813108882656/original", "https://mastodon.social/media_proxy/112513813108882656/original", "https://mastodon.social/media_proxy/112513813108882656/original"), preview_url = c("https://mastodon.social/media_proxy/112513813108882656/small", "https://mastodon.social/media_proxy/112513813108882656/small", \n    "https://mastodon.social/media_proxy/112513813108882656/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/513/810/800/110/146/original/fb15aabc563cf552.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/513/810/800/110/146/original/fb15aabc563cf552.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/513/810/800/110/146/original/fb15aabc563cf552.png"), meta = list(focus = list(x = 0, y = 0), original = list(\n        width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("\\"Explorez les données sur les candidatures enregistrées pour les élections européennes du 9 juin 2024\\"", "\\"Explorez les données sur les candidatures enregistrées pour les élections européennes du 9 juin 2024\\"", "\\"Explorez les données sur les candidatures enregistrées pour les élections européennes du 9 juin 2024\\""\n    ), blurhash = c("U7N1TMj[R=t7%1j[R-ay0Tj[${WBETayskj[", "U7N1TMj[R=t7%1j[R-ay0Tj[${WBETayskj[", "U7N1TMj[R=t7%1j[R-ay0Tj[${WBETayskj["))), mentions = list(list()), tags = list(list(name = "opendata", url = "https://mastodon.social/tags/opendata")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "112516695390913400", uri = "https://fediscience.org/users/oatp/statuses/112516695317553328", created_at = list(sec = 19, min = 55, hour = 3, mday = 28, mon = 4, year = 124, wday = 2, yday = 148, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Offre de contrat doctoral : thèse sur la découvrabilité – OpenEdition, Marseille, France - Postulez jusqu'au 17 juin <a href=\\"https://leo.hypotheses.org/21953\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">leo.hypotheses.org/21953</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 0, replies_count = 0, url = "https://fediscience.org/@oatp/112516695317553328", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "en", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://leo.hypotheses.org/21953", title = "Offre de contrat doctoral : thèse sur la découvrabilité", description = "Informations générales Description du sujet de thèse Découvrabilité des données de SHS en accès ouvert. Une étude croisée de Gallica et OpenEdition. OpenEdition Lab recrute un·e doctorant·e en STS / sociologie des infrastructures / sciences de...", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "L’Édition électronique ouverte", provider_url = "", html = "", width = 1000, height = 673, image = NULL, image_description = "", embed_url = "", blurhash = "UBSPU?R+~pn~WXofofay?uV@IV%MofWBjFof", published_at = NULL, authors = list())), account = list(list(id = "109325595035198176", username = "oatp", acct = "oatp@fediscience.org", display_name = "Open Access Tracking Project", locked = FALSE, bot = TRUE, \n        discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 7, mon = 10, year = 122, wday = 1, yday = 310, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Crowdsourced alerts &amp; news feeds about <a href=\\"https://fediscience.org/tags/openaccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>openaccess</span></a> to research. See <a href=\\"http://bit.ly/o-a-t-p\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">http://</span><span class=\\"\\">bit.ly/o-a-t-p</span><span class=\\"invisible\\"></span></a> for info on how it works &amp; how to help. Founded &amp; managed by <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://fediscience.org/@petersuber\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>petersuber</span></a></span>. ISSN 2578-7020.</p><p>Sorry, I'm a bot. You can like, boost, or reply to my toots but I can't do the same to yours.</p>", \n        url = "https://fediscience.org/@oatp", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/325/595/035/198/176/original/93e9bcebaefea9e9.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/325/595/035/198/176/original/93e9bcebaefea9e9.jpg", header = "https://mastodon.social/headers/original/missing.png", header_static = "https://mastodon.social/headers/original/missing.png", followers_count = 1603, following_count = 3, statuses_count = 6713, last_status_at = list(\n            sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("home", "FAQ", "Twitter"), value = c("<a href=\\"http://bit.ly/o-a-t-p\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">http://</span><span class=\\"\\">bit.ly/o-a-t-p</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://bit.ly/oatp-faq\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">bit.ly/oatp-faq</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://twitter.com/oatp\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">twitter.com/oatp</span><span class=\\"invisible\\"></span></a>"))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               list(id = "112491172989429798", uri = "https://piaille.fr/users/MagaliDoucet/statuses/112491172971268805", created_at = list(sec = 39, min = 44, hour = 15, mday = 23, mon = 4, year = 124, wday = 4, yday = 143, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Le CasuHalathon a démarré, inscrivez-vous ! <a href=\\"https://casuhal2024.sciencesconf.org/resource/page/id/1\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">casuhal2024.sciencesconf.org/r</span><span class=\\"invisible\\">esource/page/id/1</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://piaille.fr/@MagaliDoucet/112491172971268805", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://casuhal2024.sciencesconf.org/resource/page/id/1", title = "Journées CasuHal 2024 - Sciencesconf.org", description = "", language = NULL, type = "link", author_name = "", \n        author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111261988265839143", username = "MagaliDoucet", acct = "MagaliDoucet@piaille.fr", display_name = "Magali Doucet", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 18, mon = 9, year = 123, wday = 3, \n        yday = 290, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>compte pro<br>Référente recherche, gestionnaire de fonds éco-gestion et formatrice master et doctorat au Lumen (Université Paris-Saclay)<br>Attraits pour la communication numérique, culture professionnelle et valorisation des collections.<br><a href=\\"https://piaille.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> <a href=\\"https://piaille.fr/tags/HAL\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>HAL</span></a> <a href=\\"https://piaille.fr/tags/BU\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>BU</span></a></p>", \n        url = "https://piaille.fr/@MagaliDoucet", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/988/265/839/143/original/ee894b93d95f90fb.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/988/265/839/143/original/ee894b93d95f90fb.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/988/265/839/143/original/a5fe905818d1ad22.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/988/265/839/143/original/a5fe905818d1ad22.jpg", \n        followers_count = 41, following_count = 49, statuses_count = 100, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(id = "112485072660812667", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/112485072462064764", created_at = list(sec = 13, min = 53, hour = 13, mday = 22, mon = 4, year = 124, wday = 3, yday = 142, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Journée internationale de la biodiversité : découvrez le corpus Istex <a href=\\"https://www.inist.fr/nos-actualites/journee-internationale-de-la-biodiversite-decouvrez-le-corpus-istex/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/journe</span><span class=\\"invisible\\">e-internationale-de-la-biodiversite-decouvrez-le-corpus-istex/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/112485072462064764", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/journee-internationale-de-la-biodiversite-decouvrez-le-corpus-istex/?utm_source=dlvr.it&utm_medium=mastodon", title = "Journée internationale de la biodiversité : découvrez le corpus Istex", \n        description = "À l'occasion de la journée internationale de la biodiversité du 22 mai 2024, l’Inist a constitué un corpus sur la conservation des mammifères menacés dans le monde.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 1600, height = 900, image = NULL, image_description = "", embed_url = "", blurhash = "UEB3aG1C$Cs*x.o5RntORPIvo3xt$+I.t8s,", published_at = "2024-05-22T13:03:47.000Z", authors = list())), \n    account = list(list(id = "111426842546145512", username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112485072583844155", "112485072583844155"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112485072583844155/original", "https://mastodon.social/media_proxy/112485072583844155/original"), preview_url = c("https://mastodon.social/media_proxy/112485072583844155/small", "https://mastodon.social/media_proxy/112485072583844155/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/485/072/421/265/676/original/18ff1986f3db316b.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/485/072/421/265/676/original/18ff1986f3db316b.png"), meta = list(original = list(width = 1600, height = 900, size = "1600x900", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("UG9Z.{0^,_xWtMjeWEt5nhR:aft7%2NGs=od", "UG9Z.{0^,_xWtMjeWEt5nhR:aft7%2NGs=od"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, \n    reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(id = "112479799893468671", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/112479799868575150", created_at = list(sec = 19, min = 32, hour = 15, mday = 21, mon = 4, year = 124, wday = 2, yday = 141, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>La déclaration de Barcelone signée par de nombreuses organisations internationales encourage l’ouverture des informations de recherche :<br>➡️ métadonnées sur les publications, les logiciels, les données…<br>➡️ informations sur les financements et subventions<br>➡️ informations sur les organisations et contributeurs à la recherche<br>...</p><p>👉 Car « une prise de décision transparente et de qualité nécessite des informations de recherche ouvertes »</p><p><a href=\\"https://openscience.pasteur.fr/2024/04/29/declaration-de-barcelone-une-prise-de-decision-transparente-et-de-qualite-necessite-des-informations-de-recherche-ouvertes/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/04</span><span class=\\"invisible\\">/29/declaration-de-barcelone-une-prise-de-decision-transparente-et-de-qualite-necessite-des-informations-de-recherche-ouvertes/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/112479799868575150", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/04/29/declaration-de-barcelone-une-prise-de-decision-transparente-et-de-qualite-necessite-des-informations-de-recherche-ouvertes/", \n        title = "Déclaration de Barcelone : une prise de décision transparente et de qualité nécessite des informations de recherche ouvertes", description = "Le 16 avril dernier, plus de 30 organisations impliquées dans le financement, l’évaluation ou la réalisation de la recherche ont publié la déclaration de Barcelone sur l’information de …", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", \n        html = "", width = 512, height = 512, image = NULL, image_description = "", embed_url = "", blurhash = "UQONEyt757ogoZogRoj]4?WA00offORiazof", published_at = "2024-04-29T11:26:59.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, \n        wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "112483679753811949", uri = "https://mamot.fr/users/amarois/statuses/112483679735412495", created_at = list(sec = 2, min = 59, hour = 7, mday = 22, mon = 4, year = 124, wday = 3, yday = 142, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>📢À noter : le 14e atelier Dialogu’IST aura lieu le 13 juin 2024; thème : \\"L’intégrité scientifique et les données de recherche\\" ➡️ <a href=\\"https://indico.mathrice.fr/event/598/overview\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">indico.mathrice.fr/event/598/o</span><span class=\\"invisible\\">verview</span></a><br><a href=\\"https://mamot.fr/tags/DialoguIST\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DialoguIST</span></a> <a href=\\"https://mamot.fr/tags/reseach\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>reseach</span></a> <a href=\\"https://mamot.fr/tags/integrity\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>integrity</span></a> <a href=\\"https://mamot.fr/tags/researchdata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>researchdata</span></a> <a href=\\"https://mamot.fr/tags/openscience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>openscience</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 0, replies_count = 0, url = "https://mamot.fr/@amarois/112483679735412495", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://indico.mathrice.fr/event/598/overview", title = "Comment garantir l’intégrité scientifique des données de recherche ?", description = "Dans le cadre de l’ouverture de la Science et selon le décret du 3 décembre 2021, la question centraleale est désormais la garantie de l’intégrité scientifique des données. Elle représente un des éléments fondamentaux d’une relation de confiance entre le monde de la recherche publique et la société.Pourquoi avons-nous besoin d’une bonne gestion des données de la recherche pour respecter l’intégrité scientifique ? Quelles méthodologies, recommandations et bonnes pratiques sont à mettre œuvre...", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "Indico Mathrice (Indico)", provider_url = "", html = "", width = 1368, height = 340, image = NULL, image_description = "", embed_url = "", blurhash = "UYPjP{aOi~OS?YxtV]NG~noextWCD+M|xss:", published_at = NULL, authors = list())), account = list(list(id = "69880", username = "amarois", acct = "amarois@mamot.fr", display_name = "(((@amarois)))", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, \n        created_at = list(sec = 0, min = 0, hour = 0, mday = 11, mon = 3, year = 117, wday = 2, yday = 100, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>“I am however a bit fuzzy on the details. It may be that you can wrestle some information out of that dread machine… That was a bit, um, British, wasn’t it?”</p><p><a href=\\"https://mamot.fr/tags/openscience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>openscience</span></a> <a href=\\"https://mamot.fr/tags/researchdata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>researchdata</span></a> <a href=\\"https://mamot.fr/tags/FAIRdata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>FAIRdata</span></a> <a href=\\"https://mamot.fr/tags/teamESR\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>teamESR</span></a> <a href=\\"https://mamot.fr/tags/formation\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>formation</span></a><br>Membre @CasuHal @ouvrirlascience  @ReseauRenatis  @zfrancophone<br>&lt;=&gt; twitter.com/@amarois</p><p>Data librarian @ ENS de Lyon<br>Previously : <a href=\\"https://mamot.fr/tags/CIHAMUMR5648\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>CIHAMUMR5648</span></a> &amp; <a href=\\"https://mamot.fr/tags/UnivLyon2\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>UnivLyon2</span></a>; jadis ECLyon</p>", \n        url = "https://mamot.fr/@amarois", avatar = "https://files.mastodon.social/cache/accounts/avatars/000/069/880/original/1cdf79389d56daa2.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/000/069/880/original/1cdf79389d56daa2.jpg", header = "https://files.mastodon.social/cache/accounts/headers/000/069/880/original/fcbc44c040457ecd.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/000/069/880/original/fcbc44c040457ecd.jpg", followers_count = 382, \n        following_count = 506, statuses_count = 2138, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = c("Mes publications", "Veille biblio", "Veille web", "Blog"), value = c("<a href=\\"https://orcid.org/0000-0002-6697-3679\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">orcid.org/0000-0002-6697-3679</span><span class=\\"invisible\\"></span></a>", \n        "<a href=\\"https://www.zotero.org/amarois/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">zotero.org/amarois/</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://www.diigo.com/user/amarois\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">diigo.com/user/amarois</span><span class=\\"invisible\\"></span></a>", "<a href=\\"https://amarois.wordpress.com\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">amarois.wordpress.com</span><span class=\\"invisible\\"></span></a>"\n        ))), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("DialoguIST", "reseach", "integrity", "researchdata", "openscience"), url = c("https://mastodon.social/tags/DialoguIST", "https://mastodon.social/tags/reseach", "https://mastodon.social/tags/integrity", "https://mastodon.social/tags/researchdata", "https://mastodon.social/tags/openscience"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, \n    muted = FALSE, bookmarked = FALSE, pinned = NA)
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "111840097325780955", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/111840097279364437", created_at = list(sec = 33, min = 7, hour = 16, mday = 29, mon = 0, year = 124, wday = 1, yday = 28, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Le taux de <a href=\\"https://social.sciences.re/tags/R%C3%A9tractation\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>Rétractation</span></a> des <a href=\\"https://social.sciences.re/tags/PublicationsScientifiques\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>PublicationsScientifiques</span></a> s’envole en 2023, après avoir doublé en 3 ans.</p><p>Phénomène alarmant ou signal positif ? A lire sur l'infolettre de l'OFIS<br><a href=\\"https://social.sciences.re/tags/Int%C3%A9grit%C3%A9Scientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>IntégritéScientifique</span></a></p><p>➡️  <a href=\\"https://www.ofis-france.fr/infolettre/n-9/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ofis-france.fr/infolettre/n-9/</span><span class=\\"invisible\\"></span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/111840097279364437", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ofis-france.fr/infolettre/n-9/", title = "N° 9 - OFIS", description = "À la une de ce numéro : L'intégrité scientifique à l'honneur", language = "fr", \n        type = "link", author_name = "", author_url = "", provider_name = "OFIS", provider_url = "", html = "", width = 185, height = 300, image = NULL, image_description = "", embed_url = "", blurhash = "UGN-4e.8%fRj_3RjoLof_4IAbvt7{x%gkqM{", published_at = NULL, authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, \n        created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("retractation", "publicationsscientifiques", "IntegriteScientifique"), url = c("https://mastodon.social/tags/retractation", "https://mastodon.social/tags/publicationsscientifiques", "https://mastodon.social/tags/IntegriteScientifique"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             list(id = "112453021613007525", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/112453021467624824", created_at = list(sec = 14, min = 2, hour = 22, mday = 16, mon = 4, year = 124, wday = 4, yday = 136, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Découvrez Istex Search en webinaires <a href=\\"https://www.inist.fr/nos-actualites/decouvrez-istex-search-en-webinaires/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/decouv</span><span class=\\"invisible\\">rez-istex-search-en-webinaires/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/112453021467624824", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/decouvrez-istex-search-en-webinaires/?utm_source=dlvr.it&utm_medium=mastodon", title = "Découvrez Istex Search en webinaires", \n        description = "Naviguez dans Istex Search, l’interface de création de corpus Istex, lors d’une présentation guidée en webinaire.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 1600, height = 900, image = NULL, image_description = "", embed_url = "", blurhash = "URCZnn9PxTNO~U4?s%R;%0IYafohxvt8V{xt", published_at = "2024-05-16T16:15:26.000Z", authors = list())), account = list(list(id = "111426842546145512", \n        username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112453021574929078", "112453021574929078"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/453/021/574/929/078/original/8caccf0ed92ae318.jpeg", "https://files.mastodon.social/cache/media_attachments/files/112/453/021/574/929/078/original/8caccf0ed92ae318.jpeg"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/453/021/574/929/078/small/8caccf0ed92ae318.jpeg", \n    "https://files.mastodon.social/cache/media_attachments/files/112/453/021/574/929/078/small/8caccf0ed92ae318.jpeg"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/453/021/425/083/137/original/5d06339429e81c77.jpeg", "https://social.numerique.gouv.fr/system/media_attachments/files/112/453/021/425/083/137/original/5d06339429e81c77.jpeg"), meta = list(original = list(width = 605, height = 350, size = "605x350", aspect = 1.72857142857143), small = list(width = 605, \n        height = 350, size = "605x350", aspect = 1.72857142857143)), blurhash = c("UV9?b%kEIQaxj^a{WTS0VqWAxwbIn,jufkbF", "UV9?b%kEIQaxj^a{WTS0VqWAxwbIn,jufkbF"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   list(id = "112291522940499445", uri = "https://social.numerique.gouv.fr/users/hal_fr/statuses/112291522003787749", created_at = list(sec = 47, min = 30, hour = 9, mday = 18, mon = 3, year = 124, wday = 4, yday = 108, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a>  <br>Votre publication scientifique est déjà en libre accès ? Avez-vous testé le service de suggestion de dépôt pour l’importer automatiquement dans HAL ? <br>Plus de 6200 fichiers ont déjà été importés via ce mode d’alimentation super pratique !<br>Pour vous aider à découvrir le service, nous vous proposons des ressources en ligne : documentation, tutos vidéos et fiche pratique. <br>Pour en savoir plus : <a href=\\"https://doc.hal.science/suggestions-de-depot/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">doc.hal.science/suggestions-de</span><span class=\\"invisible\\">-depot/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 10, favourites_count = 1, replies_count = 1, url = "https://social.numerique.gouv.fr/@hal_fr/112291522003787749", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://doc.hal.science/suggestions-de-depot/", title = "Suggestions de dépôt - Documentation", description = "", language = "fr", type = "link", author_name = "", \n        author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111447526783243509", username = "hal_fr", acct = "hal_fr@social.numerique.gouv.fr", display_name = "HAL science", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 20, mon = 10, year = 123, wday = 1, \n        yday = 323, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>L'archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion en libre accès de publications scientifiques.</p>", url = "https://social.numerique.gouv.fr/@hal_fr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", \n        header = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", followers_count = 805, following_count = 80, statuses_count = 130, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", \n            value = "<a href=\\"https://hal.science/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112291522807275543", "112291522807275543", "112291522807275543"), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/112291522807275543/original", "https://mastodon.social/media_proxy/112291522807275543/original", \n    "https://mastodon.social/media_proxy/112291522807275543/original"), preview_url = c("https://mastodon.social/media_proxy/112291522807275543/small", "https://mastodon.social/media_proxy/112291522807275543/small", "https://mastodon.social/media_proxy/112291522807275543/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/291/496/427/056/309/original/e13960ade881ef42.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/291/496/427/056/309/original/e13960ade881ef42.png", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/291/496/427/056/309/original/e13960ade881ef42.png"), meta = list(focus = list(x = -0.48, y = 0.96), original = list(width = 843, height = 1180, size = "843x1180", aspect = 0.714406779661017), small = list(width = 406, height = 568, size = "406x568", aspect = 0.714788732394366)), description = c("ficher pratique sur le service de suggestion", "ficher pratique sur le service de suggestion", "ficher pratique sur le service de suggestion"\n    ), blurhash = c("UgPQ55R%kCf9xuofa}j[01jcjFfit7flWCoL", "UgPQ55R%kCf9xuofa}j[01jcjFfit7flWCoL", "UgPQ55R%kCf9xuofa}j[01jcjFfit7flWCoL"))), mentions = list(list()), tags = list(list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "112438566940203863", uri = "https://social.numerique.gouv.fr/users/hal_fr/statuses/112438566765035054", created_at = list(sec = 12, min = 46, hour = 8, mday = 14, mon = 4, year = 124, wday = 2, yday = 134, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.numerique.gouv.fr/tags/science\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>science</span></a> ouverte <a href=\\"https://social.numerique.gouv.fr/tags/blog\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>blog</span></a><br>Ouvrir ses publications et préserver ses droits : quelles solutions ? Le replay et le résumé du dernier“Parlons Science Ouverte” sont disponibles. </p><p>Benoît Pier y présente la stratégie de cession non exclusive des droits et comment l’appliquer ;<br>Cécile Beauchamps et Daniel Battesti présentent quant à eux les modèles de contrat du groupe de travail Droit d’auteur du Reseau Medici</p><p>A découvrir ici 👉<a href=\\"https://www.ccsd.cnrs.fr/2024/05/ouvrir-ses-publications-et-preserver-ses-droits-quelles-solutions/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ccsd.cnrs.fr/2024/05/ouvrir-se</span><span class=\\"invisible\\">s-publications-et-preserver-ses-droits-quelles-solutions/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 13, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@hal_fr/112438566765035054", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ccsd.cnrs.fr/2024/05/ouvrir-ses-publications-et-preserver-ses-droits-quelles-solutions/", title = "Ouvrir ses publications et préserver ses droits : quelles solutions ?", \n        description = "", language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111447526783243509", username = "hal_fr", acct = "hal_fr@social.numerique.gouv.fr", display_name = "HAL science", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 20, mon = 10, year = 123, wday = 1, yday = 323, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>L'archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion en libre accès de publications scientifiques.</p>", url = "https://social.numerique.gouv.fr/@hal_fr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/447/526/783/243/509/original/e3da81399ed12ec4.jpeg", \n        header = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/447/526/783/243/509/original/740bebcef850bfe8.jpeg", followers_count = 805, following_count = 80, statuses_count = 130, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", \n            value = "<a href=\\"https://hal.science/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">hal.science/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112438566888085941", "112438566888085941"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/438/566/888/085/941/original/3accac23b55d931f.jpg", \n    "https://files.mastodon.social/cache/media_attachments/files/112/438/566/888/085/941/original/3accac23b55d931f.jpg"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/438/566/888/085/941/small/3accac23b55d931f.jpg", "https://files.mastodon.social/cache/media_attachments/files/112/438/566/888/085/941/small/3accac23b55d931f.jpg"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/438/553/591/109/467/original/da0fabbea657b6f1.jpg", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/438/553/591/109/467/original/da0fabbea657b6f1.jpg"), meta = list(original = list(width = 1920, height = 1080, size = "1920x1080", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("U76a+F?dauxvD#D#M_ofoHxtxuofa%t8t7ay", "U76a+F?dauxvD#D#M_ofoHxtxuofa%t8t7ay"))), mentions = list(list()), tags = list(list(name = c("science", "blog"), url = c("https://mastodon.social/tags/science", \n    "https://mastodon.social/tags/blog"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "112444029149143979", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/112444028971753549", created_at = list(sec = 19, min = 55, hour = 7, mday = 15, mon = 4, year = 124, wday = 3, yday = 135, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Les actualités <br><span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@ouvrirlascience\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>ouvrirlascience</span></a></span><br> sont dans la 39ème lettre de la <a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <br><a href=\\"https://5ks12.r.sp1-brevo.net/mk/mr/sh/SMJz09SDriOHWnxbXPr33Eu3d8s7/NlDo5C7YpZZL\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">5ks12.r.sp1-brevo.net/mk/mr/sh</span><span class=\\"invisible\\">/SMJz09SDriOHWnxbXPr33Eu3d8s7/NlDo5C7YpZZL</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 2, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/112444028971753549", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://5ks12.r.sp1-brevo.net/mk/mr/sh/SMJz09SDriOHWnxbXPr33Eu3d8s7/NlDo5C7YpZZL", title = "Lettre de la science ouverte 39", description = "", language = NULL, \n        type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(\n        sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", \n        header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", \n            value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112444029102478531", "112444029102478531"), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112444029102478531/original", "https://mastodon.social/media_proxy/112444029102478531/original"\n    ), preview_url = c("https://mastodon.social/media_proxy/112444029102478531/small", "https://mastodon.social/media_proxy/112444029102478531/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/444/026/524/715/415/original/c93a89f20a98e1b5.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/444/026/524/715/415/original/c93a89f20a98e1b5.png"), meta = list(original = list(width = 1024, height = 512, size = "1024x512", aspect = 2), small = list(\n        width = 678, height = 339, size = "678x339", aspect = 2)), blurhash = c("UnHBf|xuf6ai-:t6ayay_Jocahj[xuaxWCj@", "UnHBf|xuf6ai-:t6ayay_Jocahj[xuaxWCj@"))), mentions = list(list(id = "111426842368729954", username = "ouvrirlascience", url = "https://social.numerique.gouv.fr/@ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr")), tags = list(list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, \n    muted = FALSE, bookmarked = FALSE, pinned = NA)
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = "112439771820417164", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/112439771650837140", created_at = list(sec = 37, min = 52, hour = 13, mday = 14, mon = 4, year = 124, wday = 2, yday = 134, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Prendre en main DMP OPIDoR : inscrivez vous au prochain webinaire <a href=\\"https://www.inist.fr/nos-actualites/prendre-en-main-dmp-opidor-inscrivez-vous-au-prochain-webinaire/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/prendr</span><span class=\\"invisible\\">e-en-main-dmp-opidor-inscrivez-vous-au-prochain-webinaire/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 5, favourites_count = 2, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/112439771650837140", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/prendre-en-main-dmp-opidor-inscrivez-vous-au-prochain-webinaire/?utm_source=dlvr.it&utm_medium=mastodon", title = "Webinaire DMP OPIDoR", \n        description = "WEBINAIRE : Prendre en main DMP OPIDoR pour créer votre plan de gestion de données le jeudi 13 juin 2024 de 14h à 15h30.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 400, height = 400, image = NULL, image_description = "", embed_url = "", blurhash = "UICP^wD~MyR;0L%OtRs*eskBWBRkIUoNoMWV", published_at = "2024-05-14T13:08:52.000Z", authors = list())), account = list(list(id = "111426842546145512", \n        username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n        url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n        followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112439771778170207", "112439771778170207"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/439/771/778/170/207/original/eb427df9d7109744.png", "https://files.mastodon.social/cache/media_attachments/files/112/439/771/778/170/207/original/eb427df9d7109744.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/439/771/778/170/207/small/eb427df9d7109744.png", \n    "https://files.mastodon.social/cache/media_attachments/files/112/439/771/778/170/207/small/eb427df9d7109744.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/439/771/615/421/175/original/a4201bca98c71f40.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/439/771/615/421/175/original/a4201bca98c71f40.png"), meta = list(original = list(width = 400, height = 400, size = "400x400", aspect = 1), small = list(width = 400, height = 400, \n        size = "400x400", aspect = 1)), blurhash = c("UHBN4#ISM{R;0L%NtRs*sEkCWBWBRPogo2WV", "UHBN4#ISM{R;0L%NtRs*sEkCWBWBRPogo2WV"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "112434193077038934", uri = "https://mastodon.social/users/Urfist_Rennes/statuses/112434193077038934", created_at = list(sec = 55.576, min = 13, hour = 14, mday = 13, mon = 4, year = 124, wday = 1, yday = 133, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Troisième Jeudi de l&#39;Open Access  2024 par l&#39;ABDS : <a href=\\"https://adbs.fr/reseau/groupes/null/troisieme-jeudi-de-lopen-access-2024\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">adbs.fr/reseau/groupes/null/tr</span><span class=\\"invisible\\">oisieme-jeudi-de-lopen-access-2024</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 1, favourites_count = 0, replies_count = 0, url = "https://mastodon.social/@Urfist_Rennes/112434193077038934", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list(name = "Web", website = NULL)), poll = list(list()), card = list(list(url = "https://adbs.fr/reseau/groupes/null/troisieme-jeudi-de-lopen-access-2024", title = "Troisième Jeudi de l'Open Access 2024", description = "Le secteur Education-Recherche de l’ADBS (Association des professionnels de l’information et de la documentation), vous propose un nouveau cycle de conférences de deux heures sur la Science Ouverte.\\r\\nEn 2024, l’objectif est de présenter l'acte de vulgariser, la valorisation de littérature scientifique dans un contexte non-commercial et les relations entre l'édition française et la science ouverte.\\r\\nPour ce troisième webinaire, nous allons échanger sur les relations entre l'édition française et la science ouverte.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111928892099190457", username = "Urfist_Rennes", acct = "Urfist_Rennes", display_name = "Urfist Rennes", locked = FALSE, bot = FALSE, discoverable = NA, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 14, \n        mon = 1, year = 124, wday = 3, yday = 44, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité régionale de formation à l&#39;information scientifique et technique de Bretagne et Pays de la Loire.</p><p>Posts sur <a href=\\"https://mastodon.social/tags/FormationsIST\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>FormationsIST</span></a> <a href=\\"https://mastodon.social/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>ScienceOuverte</span></a> <a href=\\"https://mastodon.social/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"tag\\">#<span>OpenData</span></a></p>", \n        url = "https://mastodon.social/@Urfist_Rennes", avatar = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", avatar_static = "https://files.mastodon.social/accounts/avatars/111/928/892/099/190/457/original/2b85ad2226e62f72.png", header = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", header_static = "https://files.mastodon.social/accounts/headers/111/928/892/099/190/457/original/fd83d2cb75db6a83.png", \n        followers_count = 45, following_count = 32, statuses_count = 81, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list()), emojis = list(list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        list(id = "112360451203009417", uri = "https://mamot.fr/users/Pyb/statuses/112360451137268904", created_at = list(sec = 22, min = 40, hour = 13, mday = 30, mon = 3, year = 124, wday = 2, yday = 120, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>« Should I stay or should I go ? Twitter/X, Google Docs, ResearchGate, GitHub, etc. » : les enjeux pour la recherche des plateformes centralisées et de leurs alternatives. Mardi 25 juin, à Talence (33) ou en visio. + d'infos : <a href=\\"https://sygefor.reseau-urfist.fr/#/training/10399/12766\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">sygefor.reseau-urfist.fr/#/tra</span><span class=\\"invisible\\">ining/10399/12766</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 10, favourites_count = 0, replies_count = 0, url = "https://mamot.fr/@Pyb/112360451137268904", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://sygefor.reseau-urfist.fr/#/training/10399/12766", title = "SYGEFOR - SYstème de GEstion de FORmation", description = "Les URFIST (Unité Régionale de Formation à l'Information Scientifique et Technique) ont pour missions la recherche et la formation des usagers universitaires sur les outils, les pratiques et les évolutions de l'information scientifique.", \n        language = NULL, type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "109496821577770907", username = "Pyb", acct = "Pyb@mamot.fr", display_name = "Pierre-Yves Beaudouin", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 7, \n        mon = 3, year = 117, wday = 5, yday = 96, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Wikimédien en résidence URFIST Méditerranée / Université Côte d'Azur</p><p>Ancien président de Wikimédia France</p><p><a href=\\"https://mamot.fr/tags/OpenData\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenData</span></a> • <a href=\\"https://mamot.fr/tags/OpenGLAM\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenGLAM</span></a> • <a href=\\"https://mamot.fr/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> • <a href=\\"https://mamot.fr/tags/1jour1taxe\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>1jour1taxe</span></a> • Taphophile</p><p><a href=\\"https://linktr.ee/pyb75\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">linktr.ee/pyb75</span><span class=\\"invisible\\"></span></a></p>", \n        url = "https://mamot.fr/@Pyb", avatar = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/109/496/821/577/770/907/original/982cf18eb3367a98.jpg", header = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", header_static = "https://files.mastodon.social/cache/accounts/headers/109/496/821/577/770/907/original/6932416c31e122fb.jpg", \n        followers_count = 561, following_count = 376, statuses_count = 2074, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Wikipédia", value = "<a href=\\"https://fr.wikipedia.org/wiki/Utilisateur:Pyb_en_r%C3%A9sidence\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">fr.wikipedia.org/wiki/Utilisat</span><span class=\\"invisible\\">eur:Pyb_en_r%C3%A9sidence</span></a>", \n            verified_at = "2025-01-15T14:35:04.912+00:00")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112360451152122518", "112360451152122518"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/360/451/152/122/518/original/294a81b46ffc647c.jpg", "https://files.mastodon.social/cache/media_attachments/files/112/360/451/152/122/518/original/294a81b46ffc647c.jpg"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/360/451/152/122/518/small/294a81b46ffc647c.jpg", \n    "https://files.mastodon.social/cache/media_attachments/files/112/360/451/152/122/518/small/294a81b46ffc647c.jpg"), remote_url = c("https://static.mamot.fr/media_attachments/files/112/360/443/232/553/988/original/f604ce2b760c8bb7.jpg", "https://static.mamot.fr/media_attachments/files/112/360/443/232/553/988/original/f604ce2b760c8bb7.jpg"), meta = list(original = list(width = 720, height = 1280, size = "720x1280", aspect = 0.5625), small = list(width = 360, height = 640, size = "360x640", aspect = 0.5625)), \n        description = c("affiche de l'événement indiquant la participation de Joanna Robic (COMOSUP), Olivier Ertzscheid (université de Nantes), Alexis Kaufmann (ministère de l'éducation nationale), Camille Jalicot (Université de Bordeaux), Philippe Velozzo (Université de Bordeaux) et Olivier Navas (Libretic)", "affiche de l'événement indiquant la participation de Joanna Robic (COMOSUP), Olivier Ertzscheid (université de Nantes), Alexis Kaufmann (ministère de l'éducation nationale), Camille Jalicot (Université de Bordeaux), Philippe Velozzo (Université de Bordeaux) et Olivier Navas (Libretic)"\n        ), blurhash = c("U%Rx6woyt7s.tLoJjtbH%%oLR+bHnmWXa#js", "U%Rx6woyt7s.tLoJjtbH%%oLR+bHnmWXa#js"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = "112399694979769846", uri = "https://social.sciences.re/users/OpenSci_Pasteur/statuses/112399694941149563", created_at = list(sec = 35, min = 0, hour = 12, mday = 7, mon = 4, year = 124, wday = 2, yday = 127, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p><a href=\\"https://social.sciences.re/tags/DataMed\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DataMed</span></a> est un prototype de moteur de recherche de <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esScientifiques\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesScientifiques</span></a> dans le domaine <a href=\\"https://social.sciences.re/tags/biom%C3%A9dical\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>biomédical</span></a><br>👉 Dans le blog <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a> de l'<span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://bird.makeup/users/institutpasteur\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>institutpasteur</span></a></span>, <a href=\\"https://social.sciences.re/tags/OnVousExplique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OnVousExplique</span></a> le fonctionnement de cet outil qui a pour ambition d’être, pour les données, ce que <a href=\\"https://social.sciences.re/tags/PubMed\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>PubMed</span></a> est pour la littérature scientifique</p><p>➡️ <a href=\\"https://openscience.pasteur.fr/2024/04/29/datamed/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">openscience.pasteur.fr/2024/04</span><span class=\\"invisible\\">/29/datamed/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 6, favourites_count = 1, replies_count = 0, url = "https://social.sciences.re/@OpenSci_Pasteur/112399694941149563", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://openscience.pasteur.fr/2024/04/29/datamed/", title = "DataMed", description = "DataMed est un prototype de moteur de recherche de données scientifiques dans le domaine biomédical. Financé par le NIH dans le cadre du projet BioCADDIE, ce moteur de recherche open source facilit…", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Open science : évolutions, enjeux et pratiques", provider_url = "", html = "", width = 512, height = 512, image = NULL, image_description = "", embed_url = "", blurhash = "UQONEyt757ogoZogRoj]4?WA00offORiazof", published_at = "2024-04-29T11:11:10.000Z", authors = list())), account = list(list(id = "110785934159354618", username = "OpenSci_Pasteur", acct = "OpenSci_Pasteur@sciences.re", display_name = "Open Science Pasteur", \n        locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 27, mon = 6, year = 123, wday = 4, yday = 207, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Fil d'actualité du Centre de Ressources en Information Scientifique (CeRIS) de l'Institut Pasteur.<br><a href=\\"https://social.sciences.re/tags/InformationScientifiqueTechnique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>InformationScientifiqueTechnique</span></a>, <a href=\\"https://social.sciences.re/tags/ScienceOuverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>ScienceOuverte</span></a>, <a href=\\"https://social.sciences.re/tags/OpenScience\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenScience</span></a>, <a href=\\"https://social.sciences.re/tags/EditionScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EditionScientifique</span></a>, <a href=\\"https://social.sciences.re/tags/OpenAccess\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>OpenAccess</span></a>, gestion et partage des <a href=\\"https://social.sciences.re/tags/Donn%C3%A9esDeRecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DonnéesDeRecherche</span></a>, <a href=\\"https://social.sciences.re/tags/EvaluationScientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>EvaluationScientifique</span></a></p>", \n        url = "https://social.sciences.re/@OpenSci_Pasteur", avatar = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/110/785/934/159/354/618/original/ab221f238b1f90c1.jpg", header = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/110/785/934/159/354/618/original/bd47a0123e1dda7d.png", \n        followers_count = 225, following_count = 249, statuses_count = 203, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Blog", value = "<a href=\\"https://openscience.pasteur.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">openscience.pasteur.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list()), mentions = list(list()), tags = list(list(name = c("datamed", "donneesscientifiques", "biomedical", "scienceouverte", "onvousexplique", "pubmed"), url = c("https://mastodon.social/tags/datamed", "https://mastodon.social/tags/donneesscientifiques", "https://mastodon.social/tags/biomedical", "https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/onvousexplique", "https://mastodon.social/tags/pubmed"\n    ))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list(id = "112393409589627076", uri = "https://social.numerique.gouv.fr/users/datagouvfr/statuses/112393409268228870", created_at = list(sec = 4, min = 22, hour = 9, mday = 6, mon = 4, year = 124, wday = 1, yday = 126, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>💌 L'équipe de data.gouv.fr suit tous les jeux de données et réutilisations publiés sur la plateforme. Chaque mois, nous vous concoctons une liste de nos coups de coeur.</p><p>Découvrez notre sélection d'avril ici : <a href=\\"https://www.data.gouv.fr/fr/posts/suivi-des-sorties-avril-2024/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">data.gouv.fr/fr/posts/suivi-de</span><span class=\\"invisible\\">s-sorties-avril-2024/</span></a></p><p>Partagez-nous vos coups de coeur <a href=\\"https://social.numerique.gouv.fr/tags/opendata\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>opendata</span></a>  du mois dans ce fil !</p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 3, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@datagouvfr/112393409268228870", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.data.gouv.fr/fr/posts/suivi-des-sorties-avril-2024/", title = "Suivi des sorties - Avril 2024 - data.gouv.fr", description = "Vous lisez l’édition de Avril 2024 du suivi des sorties, un article dans lequel nous partageons les publications de jeux de données et de réutilisations qui ont retenu notre attention.", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 400, height = 400, image = NULL, image_description = "", embed_url = "", blurhash = "UpQ0w8j[ofayj@fQfQfQ~Ua}WBj[ofayayj@", published_at = NULL, authors = list())), account = list(list(id = "111261387993491554", username = "datagouvfr", acct = "datagouvfr@social.numerique.gouv.fr", display_name = "data.gouv.fr", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, \n        created_at = list(sec = 0, min = 0, hour = 0, mday = 13, mon = 9, year = 123, wday = 5, yday = 285, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>La plateforme ouverte des données publiques françaises.<br>Le meilleur endroit pour trouver ou publier des données d’intérêt public.<br>Opérée et animée par <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@dinum\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>dinum</span></a></span></p>", \n        url = "https://social.numerique.gouv.fr/@datagouvfr", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/261/387/993/491/554/original/ac914226213a76c4.png", header = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/261/387/993/491/554/original/ed1d193b1e820e5d.png", \n        followers_count = 2504, following_count = 31, statuses_count = 157, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://data.gouv.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"\\">data.gouv.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), \n    reblog = list(list()), media_attachments = list(list(id = c("112393409546845100", "112393409546845100", "112393409546845100"), type = c("image", "image", "image"), url = c("https://mastodon.social/media_proxy/112393409546845100/original", "https://mastodon.social/media_proxy/112393409546845100/original", "https://mastodon.social/media_proxy/112393409546845100/original"), preview_url = c("https://mastodon.social/media_proxy/112393409546845100/small", "https://mastodon.social/media_proxy/112393409546845100/small", \n    "https://mastodon.social/media_proxy/112393409546845100/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/393/407/264/143/973/original/53a49b3ffa2ca54c.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/393/407/264/143/973/original/53a49b3ffa2ca54c.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/393/407/264/143/973/original/53a49b3ffa2ca54c.png"), meta = list(focus = list(x = 0, y = 0), original = list(\n        width = 1012, height = 506, size = "1012x506", aspect = 2), small = list(width = 678, height = 339, size = "678x339", aspect = 2)), description = c("\\"Suivi des sorties - Actualité de l'open data et de data.gouv.fr en avril 2024\\"", "\\"Suivi des sorties - Actualité de l'open data et de data.gouv.fr en avril 2024\\"", "\\"Suivi des sorties - Actualité de l'open data et de data.gouv.fr en avril 2024\\""), blurhash = c("UAL=U$xC%gRjV@oeofWV.TSiM{t7%hR*RPoe", "UAL=U$xC%gRjV@oeofWV.TSiM{t7%hR*RPoe", \n    "UAL=U$xC%gRjV@oeofWV.TSiM{t7%hR*RPoe"))), mentions = list(list()), tags = list(list(name = "opendata", url = "https://mastodon.social/tags/opendata")), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = "112394231879061683", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/112394231714878532", created_at = list(sec = 13, min = 51, hour = 12, mday = 6, mon = 4, year = 124, wday = 1, yday = 126, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Candidatez pour le prix <a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> des <a href=\\"https://social.numerique.gouv.fr/tags/donneesrecherche\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>donneesrecherche</span></a> 2024 jusqu'au 24 juin 2024 !</p><p><a href=\\"https://www.ouvrirlascience.fr/les-candidatures-pour-le-prix-science-ouverte-des-donnees-de-la-recherche-2024-sont-ouvertes?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/les-candida</span><span class=\\"invisible\\">tures-pour-le-prix-science-ouverte-des-donnees-de-la-recherche-2024-sont-ouvertes?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 17, favourites_count = 2, replies_count = 1, url = "https://social.numerique.gouv.fr/@ouvrirlascience/112394231714878532", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/les-candidatures-pour-le-prix-science-ouverte-des-donnees-de-la-recherche-2024-sont-ouvertes?utm_source=dlvr.it&utm_medium=mastodon", \n        title = "Les candidatures pour le prix science ouverte des données de la recherche 2024 sont ouvertes !", description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 2000, height = 1390, image = NULL, image_description = "", embed_url = "", blurhash = "UPO4YtqmfQXg4q4;=|I.~UbqfQbYMzRRR%-.", published_at = "2024-05-06T09:00:05.000Z", authors = list())), account = list(list(\n        id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", \n        url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", \n        followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list(id = c("112394231835069842", "112394231835069842"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/394/231/835/069/842/original/f3f0a1793dfdf0f5.png", "https://files.mastodon.social/cache/media_attachments/files/112/394/231/835/069/842/original/f3f0a1793dfdf0f5.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/394/231/835/069/842/small/f3f0a1793dfdf0f5.png", \n    "https://files.mastodon.social/cache/media_attachments/files/112/394/231/835/069/842/small/f3f0a1793dfdf0f5.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/394/231/679/983/930/original/10b4f84e6e35a48b.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/394/231/679/983/930/original/10b4f84e6e35a48b.png"), meta = list(original = list(width = 1200, height = 1200, size = "1200x1200", aspect = 1), small = list(width = 480, height = 480, \n        size = "480x480", aspect = 1)), blurhash = c("U$KL,j+%bXS1+QJ}WBnl_JtPnSWU.6rvX5Wo", "U$KL,j+%bXS1+QJ}WBnl_JtPnSWU.6rvX5Wo"))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "donneesrecherche"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/donneesrecherche"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = "112394386741275419", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/112394386536760641", created_at = list(sec = 35, min = 30, hour = 13, mday = 6, mon = 4, year = 124, wday = 1, yday = 126, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Candidatez pour le prix <a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> du <a href=\\"https://social.numerique.gouv.fr/tags/logiciellibre\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>logiciellibre</span></a> de la recherche 2024 jusqu'au 24 juin 2024 !<br><a href=\\"https://ouvrirlascience.fr/les-candidatures-pour-le-prix-science-ouverte-du-logiciel-libre-de-la-recherche-2024-sont-ouvertes/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">ouvrirlascience.fr/les-candida</span><span class=\\"invisible\\">tures-pour-le-prix-science-ouverte-du-logiciel-libre-de-la-recherche-2024-sont-ouvertes/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 35, favourites_count = 2, replies_count = 1, url = "https://social.numerique.gouv.fr/@ouvrirlascience/112394386536760641", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://ouvrirlascience.fr/les-candidatures-pour-le-prix-science-ouverte-du-logiciel-libre-de-la-recherche-2024-sont-ouvertes/?utm_source=dlvr.it&utm_medium=mastodon", \n        title = "Les candidatures pour le prix science ouverte du logiciel libre de la recherche 2024 sont ouvertes !", description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 2000, height = 1390, image = NULL, image_description = "", embed_url = "", blurhash = "UPO4YtqmfQXg4q4;=|I.~UbqfQbYMzRRR%-.", published_at = "2024-05-06T08:59:49.000Z", authors = list())), account = list(\n        list(id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", \n            url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", \n            followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), \n            emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112394386679984979", "112394386679984979"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/394/386/679/984/979/original/232e310ea4fc26ce.png", "https://files.mastodon.social/cache/media_attachments/files/112/394/386/679/984/979/original/232e310ea4fc26ce.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/394/386/679/984/979/small/232e310ea4fc26ce.png", \n    "https://files.mastodon.social/cache/media_attachments/files/112/394/386/679/984/979/small/232e310ea4fc26ce.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/394/386/501/554/849/original/364a7c6649719f12.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/394/386/501/554/849/original/364a7c6649719f12.png"), meta = list(original = list(width = 1200, height = 1200, size = "1200x1200", aspect = 1), small = list(width = 480, height = 480, \n        size = "480x480", aspect = 1)), blurhash = c("U#KL,j+%bES1+QJ}WBnl_JtPnSWU.6ruX5Wo", "U#KL,j+%bES1+QJ}WBnl_JtPnSWU.6ruX5Wo"))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "logiciellibre"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/logiciellibre"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = "112394422197824607", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/112394421994022316", created_at = list(sec = 37, min = 39, hour = 13, mday = 6, mon = 4, year = 124, wday = 1, yday = 126, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Nouveau  : le prix <a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> de la thèse !<br>Vous pouvez candidater jusqu'au 24 juin 2024 !<br><a href=\\"https://www.ouvrirlascience.fr/les-candidatures-pour-la-premiere-edition-du-prix-science-ouverte-de-la-these-sont-ouvertes/?utm_source=dlvr.it&amp;utm_medium=mastodon\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/les-candida</span><span class=\\"invisible\\">tures-pour-la-premiere-edition-du-prix-science-ouverte-de-la-these-sont-ouvertes/?utm_source=dlvr.it&amp;utm_medium=mastodon</span></a><br><a href=\\"https://social.numerique.gouv.fr/tags/doctorant\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>doctorant</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 10, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/112394421994022316", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/les-candidatures-pour-la-premiere-edition-du-prix-science-ouverte-de-la-these-sont-ouvertes/?utm_source=dlvr.it&utm_medium=mastodon", \n        title = "Les candidatures pour la première édition du prix science ouverte de la thèse sont ouvertes !", description = "Ouvrir la Science", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 576, height = 400, image = "https://files.mastodon.social/cache/preview_cards/images/096/520/819/original/677a910ea86f0865.png", image_description = "", embed_url = "", blurhash = "UQ60lFqTe=Y1s[o%Z$ggR3b;f6f*oOnnkCW*", \n        published_at = "2024-05-06T09:00:18.000Z", authors = list())), account = list(list(id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", \n        url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", \n        followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(\n            list()))), reblog = list(list()), media_attachments = list(list(id = c("112394422150973010", "112394422150973010"), type = c("image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/394/422/150/973/010/original/8be19511713ee634.png", "https://files.mastodon.social/cache/media_attachments/files/112/394/422/150/973/010/original/8be19511713ee634.png"), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/394/422/150/973/010/small/8be19511713ee634.png", \n    "https://files.mastodon.social/cache/media_attachments/files/112/394/422/150/973/010/small/8be19511713ee634.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/394/421/959/429/366/original/b262da79dddd66fb.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/394/421/959/429/366/original/b262da79dddd66fb.png"), meta = list(original = list(width = 1200, height = 1200, size = "1200x1200", aspect = 1), small = list(width = 480, height = 480, \n        size = "480x480", aspect = 1)), blurhash = c("U$KL,j+%bXS1+PJ}WBnl_JtPnSWU.6rvX5Wo", "U$KL,j+%bXS1+PJ}WBnl_JtPnSWU.6rvX5Wo"))), mentions = list(list()), tags = list(list(name = c("scienceouverte", "doctorant"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/doctorant"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              list(id = "112297611725831323", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/112297611512580796", created_at = list(sec = 26, min = 19, hour = 11, mday = 19, mon = 3, year = 124, wday = 5, yday = 109, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Vous connaissez les data papers (article décrivant les données de recherche) mais savez-vous qu’il existe des software papers (article décrivant des logiciels)?</p><p>Tout comprendre sur les <a href=\\"https://social.numerique.gouv.fr/tags/softwarepapers\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>softwarepapers</span></a> : c'est dans le nouveau module pédagogique <a href=\\"https://social.numerique.gouv.fr/tags/DoRANum\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>DoRANum</span></a></p><p><a href=\\"https://doranum.fr/data-paper-data-journal/les-software-papers_10_13143_hgwj-8s90/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://</span><span class=\\"ellipsis\\">doranum.fr/data-paper-data-jou</span><span class=\\"invisible\\">rnal/les-software-papers_10_13143_hgwj-8s90/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 8, favourites_count = 2, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/112297611512580796", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://doranum.fr/data-paper-data-journal/les-software-papers_10_13143_hgwj-8s90/", title = "Les software papers – DoRANum", description = "", language = "fr", \n        type = "link", author_name = "", author_url = "", provider_name = "", provider_url = "", html = "", width = 0, height = 0, image = NULL, image_description = "", embed_url = "", blurhash = NULL, published_at = NULL, authors = list())), account = list(list(id = "111426842546145512", username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, \n        mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", url = "https://social.numerique.gouv.fr/@InistCNRS", \n        avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", followers_count = 842, \n        following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n        emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112297611654609122", "112297611654609122", "112297611654609122"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/297/611/654/609/122/original/fc329842f47c8aa5.jpeg", "https://files.mastodon.social/cache/media_attachments/files/112/297/611/654/609/122/original/fc329842f47c8aa5.jpeg", "https://files.mastodon.social/cache/media_attachments/files/112/297/611/654/609/122/original/fc329842f47c8aa5.jpeg"\n    ), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/297/611/654/609/122/small/fc329842f47c8aa5.jpeg", "https://files.mastodon.social/cache/media_attachments/files/112/297/611/654/609/122/small/fc329842f47c8aa5.jpeg", "https://files.mastodon.social/cache/media_attachments/files/112/297/611/654/609/122/small/fc329842f47c8aa5.jpeg"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/297/607/273/370/267/original/97ce0950d9ca5462.jpeg", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/297/607/273/370/267/original/97ce0950d9ca5462.jpeg", "https://social.numerique.gouv.fr/system/media_attachments/files/112/297/607/273/370/267/original/97ce0950d9ca5462.jpeg"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1098, height = 1098, size = "1098x1098", aspect = 1), small = list(width = 480, height = 480, size = "480x480", aspect = 1)), description = c("Les software papers Vous connaissez peut-être les data papers, mais savez-vous qu'il existe également des software papers ? Cette nouvelle ressource vous permettra d'en savoir plus sur ces articles décrivant des logiciels. www.doranum.fr", \n    "Les software papers Vous connaissez peut-être les data papers, mais savez-vous qu'il existe également des software papers ? Cette nouvelle ressource vous permettra d'en savoir plus sur ces articles décrivant des logiciels. www.doranum.fr", "Les software papers Vous connaissez peut-être les data papers, mais savez-vous qu'il existe également des software papers ? Cette nouvelle ressource vous permettra d'en savoir plus sur ces articles décrivant des logiciels. www.doranum.fr"), blurhash = c("UMBDc;0P-#It?GIqa}xsRVxtE5--xnN4oNjb", \n    "UMBDc;0P-#It?GIqa}xsRVxtE5--xnN4oNjb", "UMBDc;0P-#It?GIqa}xsRVxtE5--xnN4oNjb"))), mentions = list(list()), tags = list(list(name = c("softwarepapers", "doranum"), url = c("https://mastodon.social/tags/softwarepapers", "https://mastodon.social/tags/doranum"))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = "112293311976950882", uri = "https://social.numerique.gouv.fr/users/ouvrirlascience/statuses/112293311357178125", created_at = list(sec = 51, min = 5, hour = 17, mday = 18, mon = 3, year = 124, wday = 4, yday = 108, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>La liste des modèles de contrat conçus pour l’édition scientifique publique s’enrichit :<br><a href=\\"https://www.ouvrirlascience.fr/des-contrats-pour-la-science-ouverte/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">ouvrirlascience.fr/des-contrat</span><span class=\\"invisible\\">s-pour-la-science-ouverte/</span></a><br><a href=\\"https://social.numerique.gouv.fr/tags/scienceouverte\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>scienceouverte</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/publicationscientifique\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>publicationscientifique</span></a> <a href=\\"https://social.numerique.gouv.fr/tags/droit\\" class=\\"mention hashtag\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">#<span>droit</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 13, favourites_count = 1, replies_count = 0, url = "https://social.numerique.gouv.fr/@ouvrirlascience/112293311357178125", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.ouvrirlascience.fr/des-contrats-pour-la-science-ouverte/", title = "Des contrats pour la science ouverte", description = "Ouvrir la Science", \n        language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Ouvrir la Science", provider_url = "", html = "", width = 212, height = 300, image = NULL, image_description = "", embed_url = "", blurhash = "U8RpF24-tJ_MN4NKW?oyWa?b%2M{-pIVR*oe", published_at = "2021-04-08T06:45:40.000Z", authors = list())), account = list(list(id = "111426842368729954", username = "ouvrirlascience", acct = "ouvrirlascience@social.numerique.gouv.fr", display_name = "Comité pour la science ouverte", \n        locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Le Comité pour la science ouverte assure la gouvernance et la la mise en œuvre coordonnée du Plan national pour la science ouverte en France</p>", url = "https://social.numerique.gouv.fr/@ouvrirlascience", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", \n        avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/368/729/954/original/3e727437ee9c0b40.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/368/729/954/original/aa113fd78151d44c.jpeg", followers_count = 855, following_count = 67, statuses_count = 101, last_status_at = list(sec = NA, min = NA, hour = NA, \n            mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "web", value = "<a href=\\"https://www.ouvrirlascience.fr/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">ouvrirlascience.fr/</span><span class=\\"invisible\\"></span></a>")), emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112293311571908004", "112293311571908004"\n    ), type = c("image", "image"), url = c("https://mastodon.social/media_proxy/112293311571908004/original", "https://mastodon.social/media_proxy/112293311571908004/original"), preview_url = c("https://mastodon.social/media_proxy/112293311571908004/small", "https://mastodon.social/media_proxy/112293311571908004/small"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/293/303/238/113/665/original/6626ec28fee43a67.png", "https://social.numerique.gouv.fr/system/media_attachments/files/112/293/303/238/113/665/original/6626ec28fee43a67.png"\n    ), meta = list(original = list(width = 1200, height = 675, size = "1200x675", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("UAQc@*$|1E9eyWa3aMS^CYwiMhx=$-x?tPVd", "UAQc@*$|1E9eyWa3aMS^CYwiMhx=$-x?tPVd"))), mentions = list(list()), tags = list(list(name = c("droit", "scienceouverte", "publicationscientifique"), url = c("https://mastodon.social/tags/droit", "https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/publicationscientifique"\n    ))), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list(id = "112331671824295212", uri = "https://social.numerique.gouv.fr/users/InistCNRS/statuses/112331670017720957", created_at = list(sec = 57, min = 40, hour = 11, mday = 25, mon = 3, year = 124, wday = 4, yday = 115, isdst = 0, zone = "UTC", gmtoff = 0), content = "<p>Istex Search : l’interface de recherche et téléchargement de la base Istex.</p><p>Explorez les ressources d Istex grâce à cette nouvelle interface conviviale facilitant la construction et le téléchargement de corpus.</p><p><a href=\\"https://www.inist.fr/nos-actualites/istex-search-votre-interface-de-creation-de-corpus/\\" rel=\\"nofollow noopener\\" translate=\\"no\\" target=\\"_blank\\"><span class=\\"invisible\\">https://www.</span><span class=\\"ellipsis\\">inist.fr/nos-actualites/istex-</span><span class=\\"invisible\\">search-votre-interface-de-creation-de-corpus/</span></a></p>", \n    visibility = "public", sensitive = FALSE, spoiler_text = "", reblogs_count = 11, favourites_count = 0, replies_count = 0, url = "https://social.numerique.gouv.fr/@InistCNRS/112331670017720957", in_reply_to_id = NA, in_reply_to_account_id = NA, language = "fr", text = NA, application = list(list()), poll = list(list()), card = list(list(url = "https://www.inist.fr/nos-actualites/istex-search-votre-interface-de-creation-de-corpus/", title = "Istex Search : votre interface de création de corpus", \n        description = "Istex a franchi une nouvelle étape dans son évolution en lançant Istex Search, l’interface de recherche et téléchargement de la base Istex.", language = "fr", type = "link", author_name = "", author_url = "", provider_name = "Inist", provider_url = "", html = "", width = 1736, height = 907, image = NULL, image_description = "", embed_url = "", blurhash = "UB9Sh]D%Mw-:tRV[tRf80Lo$WGIpIAWnawf5", published_at = "2024-04-25T08:03:22.000Z", authors = list())), account = list(\n        list(id = "111426842546145512", username = "InistCNRS", acct = "InistCNRS@social.numerique.gouv.fr", display_name = "CNRS Inist", locked = FALSE, bot = FALSE, discoverable = TRUE, group = FALSE, created_at = list(sec = 0, min = 0, hour = 0, mday = 17, mon = 10, year = 123, wday = 5, yday = 320, isdst = 0, zone = "UTC", gmtoff = 0), note = "<p>Unité du <span class=\\"h-card\\" translate=\\"no\\"><a href=\\"https://social.numerique.gouv.fr/@cnrs\\" class=\\"u-url mention\\" rel=\\"nofollow noopener\\" target=\\"_blank\\">@<span>cnrs</span></a></span> (UAR76) qui facilite l’accès, l’analyse, la fouille de l’information scientifique et valorise la production scientifique (publications, données de recherche)</p>", \n            url = "https://social.numerique.gouv.fr/@InistCNRS", avatar = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", avatar_static = "https://files.mastodon.social/cache/accounts/avatars/111/426/842/546/145/512/original/7b212252c24b5009.jpg", header = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", header_static = "https://files.mastodon.social/cache/accounts/headers/111/426/842/546/145/512/original/4d7c2de3b34daf50.png", \n            followers_count = 842, following_count = 93, statuses_count = 143, last_status_at = list(sec = NA, min = NA, hour = NA, mday = NA, mon = NA, year = NA, wday = NA, yday = NA, isdst = -1, zone = "UTC", gmtoff = 0), fields = list(list(name = "Site", value = "<a href=\\"https://www.inist.fr/\\" target=\\"_blank\\" rel=\\"nofollow noopener\\" translate=\\"no\\"><span class=\\"invisible\\">https://www.</span><span class=\\"\\">inist.fr/</span><span class=\\"invisible\\"></span></a>", verified_at = "2025-01-13T15:15:34.244+00:00")), \n            emojis = list(list()))), reblog = list(list()), media_attachments = list(list(id = c("112331670163823768", "112331670163823768", "112331670163823768"), type = c("video", "video", "video"), url = c("https://files.mastodon.social/cache/media_attachments/files/112/331/670/163/823/768/original/38ff2826b977dced.mp4", "https://files.mastodon.social/cache/media_attachments/files/112/331/670/163/823/768/original/38ff2826b977dced.mp4", "https://files.mastodon.social/cache/media_attachments/files/112/331/670/163/823/768/original/38ff2826b977dced.mp4"\n    ), preview_url = c("https://files.mastodon.social/cache/media_attachments/files/112/331/670/163/823/768/small/38ff2826b977dced.png", "https://files.mastodon.social/cache/media_attachments/files/112/331/670/163/823/768/small/38ff2826b977dced.png", "https://files.mastodon.social/cache/media_attachments/files/112/331/670/163/823/768/small/38ff2826b977dced.png"), remote_url = c("https://social.numerique.gouv.fr/system/media_attachments/files/112/331/666/532/376/788/original/7540fc28425e2c40.mp4", \n    "https://social.numerique.gouv.fr/system/media_attachments/files/112/331/666/532/376/788/original/7540fc28425e2c40.mp4", "https://social.numerique.gouv.fr/system/media_attachments/files/112/331/666/532/376/788/original/7540fc28425e2c40.mp4"), meta = list(focus = list(x = 0, y = 0), original = list(width = 1920, height = 1080, frame_rate = "30/1", duration = 58.7, bitrate = 1111280), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), description = c("Découvrez Istex Search", \n    "Découvrez Istex Search", "Découvrez Istex Search"), blurhash = c("U04g;Ok[oupey?V{ouWFovV_ocaiuPahk9a$", "U04g;Ok[oupey?V{ouWFovV_ocaiuPahk9a$", "U04g;Ok[oupey?V{ouWFovV_ocaiuPahk9a$"))), mentions = list(list()), tags = list(list()), emojis = list(list()), favourited = FALSE, reblogged = TRUE, muted = FALSE, bookmarked = FALSE, pinned = NA)
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list()
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              media_attachments
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list()
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list()
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list()
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list()
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list()
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list()
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list()
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list()
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       list()
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = c("113599606788169951", "113599606788169951"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/599/606/788/169/951/original/64133799e780ced9.png", "https://files.mastodon.social/media_attachments/files/113/599/606/788/169/951/original/64133799e780ced9.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/599/606/788/169/951/small/64133799e780ced9.png", "https://files.mastodon.social/media_attachments/files/113/599/606/788/169/951/small/64133799e780ced9.png"\n), meta = list(original = list(width = 1066, height = 698, size = "1066x698", aspect = 1.52722063037249), small = list(width = 593, height = 388, size = "593x388", aspect = 1.52835051546392)), blurhash = c("UOB#J0DhIp-Vt8I9Woxu4T%Mt7IUa0xuo#NG", "UOB#J0DhIp-Vt8I9Woxu4T%Mt7IUa0xuo#NG"))
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            list(id = c("113526071013685780", "113526071013685780"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/526/071/013/685/780/original/4336a83f14c7faa6.png", "https://files.mastodon.social/media_attachments/files/113/526/071/013/685/780/original/4336a83f14c7faa6.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/526/071/013/685/780/small/4336a83f14c7faa6.png", "https://files.mastodon.social/media_attachments/files/113/526/071/013/685/780/small/4336a83f14c7faa6.png"\n), meta = list(original = list(width = 821, height = 644, size = "821x644", aspect = 1.27484472049689), small = list(width = 542, height = 425, size = "542x425", aspect = 1.27529411764706)), blurhash = c("UER3QNt7~qofxBM{Rjt7%0t7RjWA-oj[j[oe", "UER3QNt7~qofxBM{Rjt7%0t7RjWA-oj[j[oe"))
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = c("113249558291954174", "113249558291954174"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/249/558/291/954/174/original/63bdeab2ed34ac6d.png", "https://files.mastodon.social/media_attachments/files/113/249/558/291/954/174/original/63bdeab2ed34ac6d.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/249/558/291/954/174/small/63bdeab2ed34ac6d.png", "https://files.mastodon.social/media_attachments/files/113/249/558/291/954/174/small/63bdeab2ed34ac6d.png"\n), meta = list(original = list(width = 1329, height = 679, size = "1329x679", aspect = 1.95729013254786), small = list(width = 671, height = 343, size = "671x343", aspect = 1.95626822157434)), blurhash = c("UKRC*h_M-:M{x]RPxukC~pIURjozxBx]Rjad", "UKRC*h_M-:M{x]RPxukC~pIURjozxBx]Rjad"))
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list()
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      list(id = c("113197064673463796", "113197064673463796"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/197/064/673/463/796/original/4c04f585ae46cf14.png", "https://files.mastodon.social/media_attachments/files/113/197/064/673/463/796/original/4c04f585ae46cf14.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/197/064/673/463/796/small/4c04f585ae46cf14.png", "https://files.mastodon.social/media_attachments/files/113/197/064/673/463/796/small/4c04f585ae46cf14.png"\n), meta = list(original = list(width = 1123, height = 1587, size = "1123x1587", aspect = 0.707624448645243), small = list(width = 404, height = 571, size = "404x571", aspect = 0.70753064798599)), blurhash = c("UhD^DrM{WBs:4:WARjs:^+V@ofkC4TofofRj", "UhD^DrM{WBs:4:WARjs:^+V@ofkC4TofofRj"))
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = c("113170199195015825", "113170199195015825"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/113/170/199/195/015/825/original/8c1f807e3b37fe34.png", "https://files.mastodon.social/media_attachments/files/113/170/199/195/015/825/original/8c1f807e3b37fe34.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/113/170/199/195/015/825/small/8c1f807e3b37fe34.png", "https://files.mastodon.social/media_attachments/files/113/170/199/195/015/825/small/8c1f807e3b37fe34.png"\n), meta = list(original = list(width = 1158, height = 607, size = "1158x607", aspect = 1.90774299835255), small = list(width = 663, height = 348, size = "663x348", aspect = 1.9051724137931)), blurhash = c("UjPjrmWAayof0xoeaya#0xayoLa|56flj[ax", "UjPjrmWAayof0xoeaya#0xayoLa|56flj[ax"))
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = c("112813682020465092", "112813682020465092"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/112/813/682/020/465/092/original/2d4b136964ec5582.jpg", "https://files.mastodon.social/media_attachments/files/112/813/682/020/465/092/original/2d4b136964ec5582.jpg"), preview_url = c("https://files.mastodon.social/media_attachments/files/112/813/682/020/465/092/small/2d4b136964ec5582.jpg", "https://files.mastodon.social/media_attachments/files/112/813/682/020/465/092/small/2d4b136964ec5582.jpg"\n), meta = list(original = list(width = 2547, height = 1698, size = "2547x1698", aspect = 1.5), small = list(width = 588, height = 392, size = "588x392", aspect = 1.5)), blurhash = c("UJMGYRkV0ev$yDozM|oM5+aKw0k=r?RPent7", "UJMGYRkV0ev$yDozM|oM5+aKw0k=r?RPent7"))
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = c("112653592196807342", "112653592196807342"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/112/653/592/196/807/342/original/eac62236e0661912.jpg", "https://files.mastodon.social/media_attachments/files/112/653/592/196/807/342/original/eac62236e0661912.jpg"), preview_url = c("https://files.mastodon.social/media_attachments/files/112/653/592/196/807/342/small/eac62236e0661912.jpg", "https://files.mastodon.social/media_attachments/files/112/653/592/196/807/342/small/eac62236e0661912.jpg"\n), meta = list(original = list(width = 1323, height = 744, size = "1323x744", aspect = 1.77822580645161), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778)), blurhash = c("ULMRY.of0Kt7tRa{WVj[9ZkC-qWBbbj[t7a{", "ULMRY.of0Kt7tRa{WVj[9ZkC-qWBbbj[t7a{"))
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list(id = c("112529012099284990", "112529012099284990"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/112/529/012/099/284/990/original/6d907aa729d304f4.jpg", "https://files.mastodon.social/media_attachments/files/112/529/012/099/284/990/original/6d907aa729d304f4.jpg"), preview_url = c("https://files.mastodon.social/media_attachments/files/112/529/012/099/284/990/small/6d907aa729d304f4.jpg", "https://files.mastodon.social/media_attachments/files/112/529/012/099/284/990/small/6d907aa729d304f4.jpg"\n), meta = list(original = list(width = 3527, height = 2351, size = "3527x2351", aspect = 1.50021267545725), small = list(width = 588, height = 392, size = "588x392", aspect = 1.5)), blurhash = c("UAN8{k_38{^jh{-pE2Io?v%LX8X8M{V@xu%L", "UAN8{k_38{^jh{-pE2Io?v%LX8X8M{V@xu%L"))
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list(id = c("112517489880675597", "112517489880675597"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/112/517/489/880/675/597/original/ca75cf4df4637df9.png", "https://files.mastodon.social/media_attachments/files/112/517/489/880/675/597/original/ca75cf4df4637df9.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/112/517/489/880/675/597/small/ca75cf4df4637df9.png", "https://files.mastodon.social/media_attachments/files/112/517/489/880/675/597/small/ca75cf4df4637df9.png"\n), meta = list(original = list(width = 1412, height = 795, size = "1412x795", aspect = 1.77610062893082), small = list(width = 639, height = 360, size = "639x360", aspect = 1.775)), blurhash = c("UiG]%b*}TvslDNNGNMWVo[ovnmWZ9#S1${oN", "UiG]%b*}TvslDNNGNMWVo[ovnmWZ9#S1${oN"))
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 list(id = c("112495367345572099", "112495367345572099"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/112/495/367/345/572/099/original/ef715a8b01b405a7.jpg", "https://files.mastodon.social/media_attachments/files/112/495/367/345/572/099/original/ef715a8b01b405a7.jpg"), preview_url = c("https://files.mastodon.social/media_attachments/files/112/495/367/345/572/099/small/ef715a8b01b405a7.jpg", "https://files.mastodon.social/media_attachments/files/112/495/367/345/572/099/small/ef715a8b01b405a7.jpg"\n), meta = list(original = list(width = 3000, height = 2000, size = "3000x2000", aspect = 1.5), small = list(width = 588, height = 392, size = "588x392", aspect = 1.5)), blurhash = c("UZR_xEni*Jt6*0j?t7S4rqWBZ$kWKjkDs9oz", "UZR_xEni*Jt6*0j?t7S4rqWBZ$kWKjkDs9oz"))
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    list(id = c("112455934916649624", "112455934916649624"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/112/455/934/916/649/624/original/8c63074b35651bb6.png", "https://files.mastodon.social/media_attachments/files/112/455/934/916/649/624/original/8c63074b35651bb6.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/112/455/934/916/649/624/small/8c63074b35651bb6.png", "https://files.mastodon.social/media_attachments/files/112/455/934/916/649/624/small/8c63074b35651bb6.png"\n), meta = list(original = list(width = 1412, height = 795, size = "1412x795", aspect = 1.77610062893082), small = list(width = 639, height = 360, size = "639x360", aspect = 1.775)), blurhash = c("UiG]%b*}TvslDNNGNMWVo[ovnmWZ9#S1${oN", "UiG]%b*}TvslDNNGNMWVo[ovnmWZ9#S1${oN"))
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = c("112455740957447849", "112455740957447849"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/112/455/740/957/447/849/original/c7ca2a0d23af5ae4.png", "https://files.mastodon.social/media_attachments/files/112/455/740/957/447/849/original/c7ca2a0d23af5ae4.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/112/455/740/957/447/849/small/c7ca2a0d23af5ae4.png", "https://files.mastodon.social/media_attachments/files/112/455/740/957/447/849/small/c7ca2a0d23af5ae4.png"\n), meta = list(original = list(width = 1318, height = 762, size = "1318x762", aspect = 1.72965879265092), small = list(width = 631, height = 365, size = "631x365", aspect = 1.72876712328767)), blurhash = c("UVRypXof~qWBIpayxaofxFfQRkj[kDofjYRj", "UVRypXof~qWBIpayxaofxFfQRkj[kDofjYRj"))
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          list(id = c("112455718462901082", "112455718462901082"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/112/455/718/462/901/082/original/d88186bacf8f7655.png", "https://files.mastodon.social/media_attachments/files/112/455/718/462/901/082/original/d88186bacf8f7655.png"), preview_url = c("https://files.mastodon.social/media_attachments/files/112/455/718/462/901/082/small/d88186bacf8f7655.png", "https://files.mastodon.social/media_attachments/files/112/455/718/462/901/082/small/d88186bacf8f7655.png"\n), meta = list(original = list(width = 1656, height = 831, size = "1656x831", aspect = 1.9927797833935), small = list(width = 678, height = 340, size = "678x340", aspect = 1.99411764705882)), blurhash = c("UPR{=G9aayxtofayfQj@~V-oWVRkWVoLfQay", "UPR{=G9aayxtofayfQj@~V-oWVRkWVoLfQay"))
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 273 list(id = c("112433072227242642", "112433072227242642", "112433072227242642"), type = c("image", "image", "image"), url = c("https://files.mastodon.social/media_attachments/files/112/433/072/227/242/642/original/e338bbd092533225.jpg", "https://files.mastodon.social/media_attachments/files/112/433/072/227/242/642/original/e338bbd092533225.jpg", "https://files.mastodon.social/media_attachments/files/112/433/072/227/242/642/original/e338bbd092533225.jpg"), preview_url = c("https://files.mastodon.social/media_attachments/files/112/433/072/227/242/642/small/e338bbd092533225.jpg", \n"https://files.mastodon.social/media_attachments/files/112/433/072/227/242/642/small/e338bbd092533225.jpg", "https://files.mastodon.social/media_attachments/files/112/433/072/227/242/642/small/e338bbd092533225.jpg"), meta = list(original = list(width = 960, height = 540, size = "960x540", aspect = 1.77777777777778), small = list(width = 640, height = 360, size = "640x360", aspect = 1.77777777777778), focus = list(x = 0, y = 0)), description = c("Photo baromètre\\nPhoto de iSawRed sur Unsplash", "Photo baromètre\\nPhoto de iSawRed sur Unsplash", \n"Photo baromètre\\nPhoto de iSawRed sur Unsplash"), blurhash = c("UHA0:sIo4T-=M{oft8RjD%xatRRjxuWVV@of", "UHA0:sIo4T-=M{oft8RjD%xatRRjxuWVV@of", "UHA0:sIo4T-=M{oft8RjD%xatRRjxuWVV@of"))
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           list(id = c("112433024170568116", "112433024170568116"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/112/433/024/170/568/116/original/18f9bad34d458d4d.jpg", "https://files.mastodon.social/media_attachments/files/112/433/024/170/568/116/original/18f9bad34d458d4d.jpg"), preview_url = c("https://files.mastodon.social/media_attachments/files/112/433/024/170/568/116/small/18f9bad34d458d4d.jpg", "https://files.mastodon.social/media_attachments/files/112/433/024/170/568/116/small/18f9bad34d458d4d.jpg"\n), meta = list(original = list(width = 421, height = 420, size = "421x420", aspect = 1.00238095238095), small = list(width = 421, height = 420, size = "421x420", aspect = 1.00238095238095)), blurhash = c("UYPH5xR%~Cofk;s:V@a}=fs:NGNG%Ms:s:WV", "UYPH5xR%~Cofk;s:V@a}=fs:NGNG%Ms:s:WV"))
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         list(id = c("112399267928542531", "112399267928542531"), type = c("image", "image"), url = c("https://files.mastodon.social/media_attachments/files/112/399/267/928/542/531/original/60eceb0969c15cb4.jpg", "https://files.mastodon.social/media_attachments/files/112/399/267/928/542/531/original/60eceb0969c15cb4.jpg"), preview_url = c("https://files.mastodon.social/media_attachments/files/112/399/267/928/542/531/small/60eceb0969c15cb4.jpg", "https://files.mastodon.social/media_attachments/files/112/399/267/928/542/531/small/60eceb0969c15cb4.jpg"\n), meta = list(original = list(width = 424, height = 559, size = "424x559", aspect = 0.758497316636851), small = list(width = 418, height = 551, size = "418x551", aspect = 0.758620689655172)), blurhash = c("UTPtDFRj~DoMKNofw|kC-Ws:I.R*-Vs:R*R*", "UTPtDFRj~DoMKNofw|kC-Ws:I.R*-Vs:R*R*"))
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     list()
##                                                                                                                                                                                                                                                                                                                                                                                                                            mentions
## 1                                                                                                                                                                                                                            list(id = c("413950", "109371722247207845"), username = c("dbourrion", "unif"), url = c("https://mamot.fr/@dbourrion", "https://piaille.fr/@unif"), acct = c("dbourrion@mamot.fr", "unif@piaille.fr"))
## 2                                                                                                                                                                                                                                                                                                                     list(id = "413950", username = "dbourrion", url = "https://mamot.fr/@dbourrion", acct = "dbourrion@mamot.fr")
## 3                                                                                                                                                                                                                                                                                                                                                                                                                            list()
## 4                                                                                                                                                                                                                                                                                                                                                                                                                            list()
## 5                                                                                                                                                                                                                                                                                                                                                                                                                            list()
## 6                                                                                                                                                                                                                                                                                                                                                                                                                            list()
## 7                                                                                                                                                                                                                                                                                                                                                                                                                            list()
## 8                                                                                                                                                                                                                                                                                                                                                                                                                            list()
## 9                                                                                                                                                                                                                                                                                               list(id = "112563083919570593", username = "CCochard", url = "https://social.sciences.re/@CCochard", acct = "CCochard@sciences.re")
## 10                                                                                                                                                                                                                                                                                              list(id = "112563083919570593", username = "CCochard", url = "https://social.sciences.re/@CCochard", acct = "CCochard@sciences.re")
## 11                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 12                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 13                                                                    list(id = c("111818208793653208", "109291075736163179", "109262958121446334"), username = c("zimoun", "rougier", "NaudetFlorian"), url = c("https://social.sciences.re/@zimoun", "https://toot.aquilenet.fr/@rougier", "https://nerdculture.de/@NaudetFlorian"), acct = c("zimoun@sciences.re", "rougier@toot.aquilenet.fr", "NaudetFlorian@nerdculture.de"))
## 14                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 15                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 16                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 17                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 18                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 19                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 20                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 21                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 22                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 23                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 24                                                                                                                                                                                                                                                                                                           list(id = "46007", username = "Dorialexander", url = "https://mastodon.social/@Dorialexander", acct = "Dorialexander")
## 25                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 26                                                                                                                                                                                                                                                                                                             list(id = "1143496", username = "pluralistic", url = "https://mamot.fr/@pluralistic", acct = "pluralistic@mamot.fr")
## 27                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 28                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 29                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 30                                                                                                                                                                                                                                                                                    list(id = "112047528761776727", username = "inria", url = "https://social.numerique.gouv.fr/@inria", acct = "inria@social.numerique.gouv.fr")
## 31                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 32                                                                                                                                                                                                                                                                                       list(id = "112655365612008967", username = "cnil", url = "https://social.numerique.gouv.fr/@cnil", acct = "cnil@social.numerique.gouv.fr")
## 33                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 34                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 35                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 36                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 37                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 38                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 39                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 40                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 41                                                                                                                                                                        list(id = c("111188565246589375", "109818945006458313"), username = c("thecarpentries", "rOpenSci"), url = c("https://hachyderm.io/@thecarpentries", "https://hachyderm.io/@rOpenSci"), acct = c("thecarpentries@hachyderm.io", "rOpenSci@hachyderm.io"))
## 42                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 43                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 44                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 45                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 46                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 47                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 48                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 49                                       list(id = c("109970140224454902", "111540804867751669", "109347445763671380"), username = c("CelianGodefroid", "SO_UPSaclay", "BraccoLaetitia"), url = c("https://piaille.fr/@CelianGodefroid", "https://social.sciences.re/@SO_UPSaclay", "https://social.sciences.re/@BraccoLaetitia"), acct = c("CelianGodefroid@piaille.fr", "SO_UPSaclay@sciences.re", "BraccoLaetitia@sciences.re"))
## 50                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 51                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 52                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 53                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 54                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 55                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 56                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 57                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 58                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 59                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 60                                                                                                                                                                                                                                                                                          list(id = "109304272894356242", username = "dmontagne", url = "https://mapstodon.space/@dmontagne", acct = "dmontagne@mapstodon.space")
## 61                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 62                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 63                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 64                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 65                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 66                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 67                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 68                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 69                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 70                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 71                                                                                                                                                                                                                                                                                              list(id = "109444751237792711", username = "BrKloeckner", url = "https://piaille.fr/@BrKloeckner", acct = "BrKloeckner@piaille.fr")
## 72                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 73                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 74                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 75                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 76                                                                                                                                                                      list(id = c("109367840814186150", "112047528761776727"), username = c("gcabanac", "inria"), url = c("https://social.sciences.re/@gcabanac", "https://social.numerique.gouv.fr/@inria"), acct = c("gcabanac@sciences.re", "inria@social.numerique.gouv.fr"))
## 77                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 78                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 79                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 80                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 81                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 82                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 83                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 84                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 85                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 86                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 87                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 88                                              list(id = c("112825737444372272", "111262244549477890", "111447526783243509"), username = c("LesJRES", "Ljonchere", "hal_fr"), url = c("https://social.numerique.gouv.fr/@LesJRES", "https://social.sciences.re/@Ljonchere", "https://social.numerique.gouv.fr/@hal_fr"), acct = c("LesJRES@social.numerique.gouv.fr", "Ljonchere@sciences.re", "hal_fr@social.numerique.gouv.fr"))
## 89                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 90                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 91                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 92                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 93                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 94                                                                                                                                                                                                                                                                                           list(id = "111482529632866337", username = "CoARAssessment", url = "https://mastodon.social/@CoARAssessment", acct = "CoARAssessment")
## 95                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 96                                                                                                                                                                                                                                                                                       list(id = "111408542966963322", username = "cnrs", url = "https://social.numerique.gouv.fr/@cnrs", acct = "cnrs@social.numerique.gouv.fr")
## 97                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 98                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 99                                                                                                                                                                                                                                                                                                                                                                                                                           list()
## 100                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 101                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 102                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 103                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 104                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 105                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 106                                                                                                                                                                                                                                                                                   list(id = "112047528761776727", username = "inria", url = "https://social.numerique.gouv.fr/@inria", acct = "inria@social.numerique.gouv.fr")
## 107                                                                                                                                                                                                                                                                                                    list(id = "37964", username = "freakonometrics", url = "https://mastodon.social/@freakonometrics", acct = "freakonometrics")
## 108                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 109                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 110                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 111                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 112                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 113                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 114                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 115                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 116                                                                                                                                                list(id = c("111447526783243509", "109347445763671380"), username = c("hal_fr", "BraccoLaetitia"), url = c("https://social.numerique.gouv.fr/@hal_fr", "https://social.sciences.re/@BraccoLaetitia"), acct = c("hal_fr@social.numerique.gouv.fr", "BraccoLaetitia@sciences.re"))
## 117                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 118                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 119                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 120                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 121                                                                                                                                                                            list(id = c("107202618919326001", "112563083919570593"), username = c("antoinentl", "CCochard"), url = c("https://post.lurk.org/@antoinentl", "https://social.sciences.re/@CCochard"), acct = c("antoinentl@post.lurk.org", "CCochard@sciences.re"))
## 122                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 123                                                                                                                                                                               list(id = c("112563083919570593", "111928892099190457"), username = c("CCochard", "Urfist_Rennes"), url = c("https://social.sciences.re/@CCochard", "https://mastodon.social/@Urfist_Rennes"), acct = c("CCochard@sciences.re", "Urfist_Rennes"))
## 124                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 125                                                                                                                                                                                       list(id = c("109557447400301477", "112563083919570593"), username = c("dolanor", "CCochard"), url = c("https://hachyderm.io/@dolanor", "https://social.sciences.re/@CCochard"), acct = c("dolanor@hachyderm.io", "CCochard@sciences.re"))
## 126                                                                                                                                                                                       list(id = c("109557447400301477", "112563083919570593"), username = c("dolanor", "CCochard"), url = c("https://hachyderm.io/@dolanor", "https://social.sciences.re/@CCochard"), acct = c("dolanor@hachyderm.io", "CCochard@sciences.re"))
## 127 list(id = c("109557447400301477", "112563083919570593", "59375", "109284885585100281"), username = c("dolanor", "CCochard", "dbelveze", "arthurperret"), url = c("https://hachyderm.io/@dolanor", "https://social.sciences.re/@CCochard", "https://mamot.fr/@dbelveze", "https://social.sciences.re/@arthurperret"), acct = c("dolanor@hachyderm.io", "CCochard@sciences.re", "dbelveze@mamot.fr", "arthurperret@sciences.re"))
## 128                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 129                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 130                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 131                                                                                                             list(id = c("196043", "112563083919570593", "59375"), username = c("YannKervran", "CCochard", "dbelveze"), url = c("https://framapiaf.org/@YannKervran", "https://social.sciences.re/@CCochard", "https://mamot.fr/@dbelveze"), acct = c("YannKervran@framapiaf.org", "CCochard@sciences.re", "dbelveze@mamot.fr"))
## 132                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 133                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 134                                                                                                                                                                                                                                                                                           list(id = "47391", username = "bortzmeyer", url = "https://mastodon.gougere.fr/@bortzmeyer", acct = "bortzmeyer@mastodon.gougere.fr")
## 135                                                                                                                                                                                                                                                                                                                     list(id = "1015792", username = "interhop", url = "https://mstdn.io/@interhop", acct = "interhop@mstdn.io")
## 136                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 137                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 138                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 139                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 140                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 141                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 142                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 143                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 144                                                                                                                                                                                                                                                                                                                     list(id = "1015792", username = "interhop", url = "https://mstdn.io/@interhop", acct = "interhop@mstdn.io")
## 145                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 146                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 147                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 148                                                                                                                                                                                                                                                                                         list(id = "109304272894356242", username = "dmontagne", url = "https://mapstodon.space/@dmontagne", acct = "dmontagne@mapstodon.space")
## 149                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 150                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 151                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 152                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 153                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 154                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 155                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 156                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 157                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 158                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 159                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 160                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 161                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 162                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 163                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 164                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 165                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 166                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 167                                                                                                                                                                                                                                                                                             list(id = "112370075539544475", username = "SO_UnivRennes", url = "https://mastodon.social/@SO_UnivRennes", acct = "SO_UnivRennes")
## 168                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 169                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 170                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 171                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 172                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 173                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 174                                                                                                                                                                                                                                                                                                                       list(id = "59375", username = "dbelveze", url = "https://mamot.fr/@dbelveze", acct = "dbelveze@mamot.fr")
## 175                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 176                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 177                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 178                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 179                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 180                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 181                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 182                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 183                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 184                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 185                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 186                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 187                                                                                                                                                                                                                                                                                                      list(id = "1153680", username = "civodul", url = "https://toot.aquilenet.fr/@civodul", acct = "civodul@toot.aquilenet.fr")
## 188                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 189                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 190                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 191                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 192                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 193                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 194                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 195                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 196                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 197                                                                                                                                                                                                                                                                                          list(id = "111262244549477890", username = "Ljonchere", url = "https://social.sciences.re/@Ljonchere", acct = "Ljonchere@sciences.re")
## 198                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 199                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 200                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 201                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 202                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 203                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 204                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 205                                                                                                                                                                                                                                                                                                               list(id = "110157410573418914", username = "lvaudor", url = "https://mastodon.social/@lvaudor", acct = "lvaudor")
## 206                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 207                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 208                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 209                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 210                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 211                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 212                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 213                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 214                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 215                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 216                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 217                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 218                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 219                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 220                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 221                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 222                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 223                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 224                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 225                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 226                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 227                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 228                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 229                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 230                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 231                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 232                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 233                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 234                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 235                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 236                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 237                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 238                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 239                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 240                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 241                                                                                                                                                                                                                                                                                list(id = "111447526783243509", username = "hal_fr", url = "https://social.numerique.gouv.fr/@hal_fr", acct = "hal_fr@social.numerique.gouv.fr")
## 242                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 243                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 244                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 245                                                                                                                                                                                                                                                                                                 list(id = "109304017193263916", username = "ORCID_Org", url = "https://scicomm.xyz/@ORCID_Org", acct = "ORCID_Org@scicomm.xyz")
## 246                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 247                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 248                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 249                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 250                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 251                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 252                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 253                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 254                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 255                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 256                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 257                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 258                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 259                                                                                                                                                                                                                                                                                list(id = "111447526783243509", username = "hal_fr", url = "https://social.numerique.gouv.fr/@hal_fr", acct = "hal_fr@social.numerique.gouv.fr")
## 260                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 261                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 262                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 263                                                                                                                                                                                                                                                                                list(id = "111447526783243509", username = "hal_fr", url = "https://social.numerique.gouv.fr/@hal_fr", acct = "hal_fr@social.numerique.gouv.fr")
## 264                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 265                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 266                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 267                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 268                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 269                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 270                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 271                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 272                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 273                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 274                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 275                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 276                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 277                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 278                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 279                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 280                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 281                                                                                                                                                                                          list(id = c("109304272894356242", "110294672453418563"), username = c("dmontagne", "27point7"), url = c("https://mapstodon.space/@dmontagne", "https://mastodon.social/@27point7"), acct = c("dmontagne@mapstodon.space", "27point7"))
## 282                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 283                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 284                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 285                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 286                                                                                                                                                                                                                                                                                                                                                                                                                          list()
## 287                                                                                                                                                                                                                                                                                                                                                                                                                          list()
##                                                                                                                                                                                                                                                                                                                                         tags
## 1                                                                                                                                                                                                                                                                               list(name = "esr", url = "https://mastodon.social/tags/esr")
## 2                                                                                                                                                                                                                                                                                                                                     list()
## 3                                                                                                                                                                                                                                                                                                                                     list()
## 4                                                                                                                                                                                                                                                                       list(name = "bluesky", url = "https://mastodon.social/tags/bluesky")
## 5                                                                                                                                                                                                                                                                               list(name = "esr", url = "https://mastodon.social/tags/esr")
## 6                                                                                                                                                                    list(name = c("programminghistorians", "datamanagement"), url = c("https://mastodon.social/tags/programminghistorians", "https://mastodon.social/tags/datamanagement"))
## 7                                                                                                                                                                                                                                                                                                                                     list()
## 8                                                                                                                                                                                                                                                                                                                                     list()
## 9                                                                                                                                                                                                                                                                                                                                     list()
## 10                                                                                                                                                                                                                                                                                                                                    list()
## 11                                                                                                                                                                                                                                          list(name = "IntegriteScientifique", url = "https://mastodon.social/tags/IntegriteScientifique")
## 12                                                                                                                                                                                                                                                                                                                                    list()
## 13                                                                                                            list(name = c("reproductibilte", "replicability", "researchsoftware"), url = c("https://mastodon.social/tags/reproductibilte", "https://mastodon.social/tags/replicability", "https://mastodon.social/tags/researchsoftware"))
## 14                                                                                                                                                                                                       list(name = c("ardoise", "codesource"), url = c("https://mastodon.social/tags/ardoise", "https://mastodon.social/tags/codesource"))
## 15                                                                                                                                                                                                                                                                                                                                    list()
## 16                                                                                                                                                                                                                                                                                                                                    list()
## 17                                                                                                                                                                                                                                                                                                                                    list()
## 18                                                                                                                                                                                                                                                    list(name = "donneesrecherche", url = "https://mastodon.social/tags/donneesrecherche")
## 19                                                                                                                                                                                                                                                                                                                                    list()
## 20                                                                                                                                                                                                                                                                                                                                    list()
## 21                                                                                                                                                                                                                                                                                                                                    list()
## 22                                                                                                                                                                                                                                                                                                                                    list()
## 23                                                                                                                                                                                                                                                                                                                                    list()
## 24                                                                                                                                                                                                                                                                                                                                    list()
## 25                                                                                                                                                                                                                                                                                                                                    list()
## 26                                                                                                                                                    list(name = c("mastodon", "fediverse", "bluesky"), url = c("https://mastodon.social/tags/mastodon", "https://mastodon.social/tags/fediverse", "https://mastodon.social/tags/bluesky"))
## 27                                                                                                                                                               list(name = c("programminghistorians", "softwareheritage"), url = c("https://mastodon.social/tags/programminghistorians", "https://mastodon.social/tags/softwareheritage"))
## 28                                                                                                                                                                                                                                                                                                                                    list()
## 29                                                                                                                                                                                                                                              list(name = "donneespersonnelles", url = "https://mastodon.social/tags/donneespersonnelles")
## 30                                                                                                                                  list(name = c("ardoise", "reproductibilite", "codesource"), url = c("https://mastodon.social/tags/ardoise", "https://mastodon.social/tags/reproductibilite", "https://mastodon.social/tags/codesource"))
## 31                                                                                                                                                                                                                                                                                                                                    list()
## 32                                                                                                                                                                                 list(name = c("donneesrecherche", "donneessante"), url = c("https://mastodon.social/tags/donneesrecherche", "https://mastodon.social/tags/donneessante"))
## 33                                                                                                                                                                                                                                                                                                                                    list()
## 34                                                                                                                                                                                                                                                                                                                                    list()
## 35                                                                                                                                                                                                                                                                                                                                    list()
## 36                                                                                                                                                                                                                                                                                                                                    list()
## 37                                                                                                                                                                                                                                                                                                                                    list()
## 38                                                                                                                                                                    list(name = c("ia", "fair", "opensource"), url = c("https://mastodon.social/tags/ia", "https://mastodon.social/tags/fair", "https://mastodon.social/tags/opensource"))
## 39                                                                                                                                                                                                                                                                                                                                    list()
## 40                                                                                                                                                                                                                                                                                                                                    list()
## 41                                                                                                                                                                                                                                                                                                                                    list()
## 42                                                                                                                                                                                                                                                                                                                                    list()
## 43                                                                                                                                                                                                                                                                                                                                    list()
## 44                                                                                                                                                                                                                                                                                                                                    list()
## 45                                                                                                                                                                                                                                                                                                                                    list()
## 46                                                                                                                                                                                                                                                                                                                                    list()
## 47                                                                                                                                                                                                                                                                  list(name = "diamondoa", url = "https://mastodon.social/tags/diamondoa")
## 48                                                                                                                                                                                           list(name = c("datashs", "donneesrecherche"), url = c("https://mastodon.social/tags/datashs", "https://mastodon.social/tags/donneesrecherche"))
## 49                                                                                                                                                                                                                                                                                                                                    list()
## 50                                                                                                                                                                                                                                                                                                                                    list()
## 51                                                                                                                                                                                                                                                                                                                                    list()
## 52                                                                                                                                                                                                                                                                                                                                    list()
## 53                                                                                                                                                                                                                                                            list(name = "freesoftware", url = "https://mastodon.social/tags/freesoftware")
## 54                                                                                                                                                                                                                                                                                                                                    list()
## 55                                                                                                                                                                                                                                                                                                                                    list()
## 56                                                                                                                                                                                                                                                                                                                                    list()
## 57                                                                                                                                                                                                                                                                                                                                    list()
## 58                                                                                                                                                                                                                                                                                                                                    list()
## 59                                                                                                                                                                                       list(name = c("RechercheDataGouv", "Entrepot"), url = c("https://mastodon.social/tags/RechercheDataGouv", "https://mastodon.social/tags/Entrepot"))
## 60                                                                                                                                                                                                                                                                                                                                    list()
## 61                                                                                                                                                                                                                                                                                                                                    list()
## 62                                                                                                                                                                                                                                                                                                                                    list()
## 63                                                                                                                                                                                                                                                                                                                                    list()
## 64                                                                                                                                    list(name = c("ardoise", "datapaper", "donneesrecherche"), url = c("https://mastodon.social/tags/ardoise", "https://mastodon.social/tags/datapaper", "https://mastodon.social/tags/donneesrecherche"))
## 65                                                                                                                                                                                                                                                                                                                                    list()
## 66                                                                                                                                                                                                                                                                                                                                    list()
## 67                                                                                                                                                                                                                                                                                                                                    list()
## 68                                                                                                                                                                                                                                          list(name = "IntegriteScientifique", url = "https://mastodon.social/tags/IntegriteScientifique")
## 69                                                                                                                                                                                                                                                                                                                                    list()
## 70                                                                                                                                                                                                                                                                                                                                    list()
## 71                                                                                                                                                                                                                                                                                                                                    list()
## 72                                                                                                                                                                                               list(name = c("oa", "publicationstrategy"), url = c("https://mastodon.social/tags/oa", "https://mastodon.social/tags/publicationstrategy"))
## 73                                                                                                                                                                                                                                                                                                                                    list()
## 74                                                                                                                                                                                                                                                                                                                                    list()
## 75                                                                                                                                                                                                                                                                                                                                    list()
## 76                                                                                                                                                                                                 list(name = c("publication", "recherche"), url = c("https://mastodon.social/tags/publication", "https://mastodon.social/tags/recherche"))
## 77                                                                                                                                                                                                                                                                                                                                    list()
## 78                                                                                                                                                                                                                                                                                                                                    list()
## 79                                                                                                                                                                                                                                                                            list(name = "fair", url = "https://mastodon.social/tags/fair")
## 80                                                                                                                                                                                                                                                                                                                                    list()
## 81                                                                                                          list(name = c("RechercheDataGouv", "donneesrecherche", "researchdata"), url = c("https://mastodon.social/tags/RechercheDataGouv", "https://mastodon.social/tags/donneesrecherche", "https://mastodon.social/tags/researchdata"))
## 82                                                                                                                                                                                                                                                                                                                                    list()
## 83                                                                                                                                                                                                                                                                                                                                    list()
## 84                                                                                                                                                                                                                                                                                                                                    list()
## 85                                                                                                                          list(name = c("ardoise", "donneesrecherche", "scienceouverte"), url = c("https://mastodon.social/tags/ardoise", "https://mastodon.social/tags/donneesrecherche", "https://mastodon.social/tags/scienceouverte"))
## 86                                                                                                                                                                                                                                                                                                                                    list()
## 87                                                                                                                                                                                                                                                                                                                                    list()
## 88                                                                                                                                                                                       list(name = c("archiveouverte", "openarchive"), url = c("https://mastodon.social/tags/archiveouverte", "https://mastodon.social/tags/openarchive"))
## 89                                                                                                                                                                                                                                                                                                                                    list()
## 90                                                                                                                                                  list(name = c("ardoise", "code", "scienceouverte"), url = c("https://mastodon.social/tags/ardoise", "https://mastodon.social/tags/code", "https://mastodon.social/tags/scienceouverte"))
## 91                                                                                                                                                                                                                                                                                                                                    list()
## 92                                                                                                                                                                                                                                                                                                                                    list()
## 93                                                                                                                                                                                                                                                                                                                                    list()
## 94                                                                                                                                                                                                                                                                                                                                    list()
## 95                                                                                                                                                                                                                                                                                                                                    list()
## 96                                                                                                                                                                                                                                                                  list(name = "dataterra", url = "https://mastodon.social/tags/dataterra")
## 97                                                                                                                                                                                                                                                                                                                                    list()
## 98                                                                                                                                                                                                                                                                                                                                    list()
## 99                                                                                                                                                                                                                                                                                                                                    list()
## 100                                                                                                                                                                                                                                                                                                                                   list()
## 101                                                                                                                         list(name = c("ardoise", "donneesrecherche", "scienceouverte"), url = c("https://mastodon.social/tags/ardoise", "https://mastodon.social/tags/donneesrecherche", "https://mastodon.social/tags/scienceouverte"))
## 102                                                                                                                                                                                                                                                                                                                                   list()
## 103                                                                                                                                                                                                                                                                                                                                   list()
## 104                                                                                                                                                                                                                                                                                                                                   list()
## 105                                                                                                                                                                                                                                                                                                                                   list()
## 106                                                                                                                         list(name = c("ardoise", "reproductibilite", "scienceouverte"), url = c("https://mastodon.social/tags/ardoise", "https://mastodon.social/tags/reproductibilite", "https://mastodon.social/tags/scienceouverte"))
## 107                                                                                                                                                                                                                                                                                                                                   list()
## 108                                                                                                                                                                                                                                                                                                                                   list()
## 109                                                                                                                                                                                                                                                                                                                                   list()
## 110                                                                                                                                                                                                                                                                                                                                   list()
## 111                                                                                                                                                                                    list(name = c("RechercheDataGouv", "datapaper"), url = c("https://mastodon.social/tags/RechercheDataGouv", "https://mastodon.social/tags/datapaper"))
## 112                                                                                                                                                                                                                                                                                                                                   list()
## 113                                                                                                                                                                                                                                                                                                                                   list()
## 114                                                                                                                                                                                                                                                                                                                                   list()
## 115                                                                                                                                                                                                                                                                                                                                   list()
## 116                                                                                                                                                                                                                                                                             list(name = "hal", url = "https://mastodon.social/tags/hal")
## 117                                                                                                                                                                                                                                                                                                                                   list()
## 118                                                                                                                                                                                                                                                                                                                                   list()
## 119                                                                                                                                                                                                                                                                   list(name = "fairdata", url = "https://mastodon.social/tags/fairdata")
## 120                                                                                                                                                                                                                                                                                                                                   list()
## 121                                                                                                                                                                                                                                                                                                                                   list()
## 122                                                                                                                                                                                                                                                                                                                                   list()
## 123                                                                                                                                                                                                                                                                                                                                   list()
## 124                                                                                                                                                                                                                                                                                                                                   list()
## 125                                                                                                                                                                                                                                                                                                                                   list()
## 126                                                                                                                                                                                                                                                                                                                                   list()
## 127                                                                                                                                                                                                                                                                                                                                   list()
## 128                                                                                                                                                                                                                                                                                                                                   list()
## 129                                                                                                                                                                                                                                                                                                                                   list()
## 130                                                                                                                                                                                                                                                                                                                                   list()
## 131                                                                                                                                                                                                                                                                                                                                   list()
## 132                                                                                                                                                                                                                                                                                                                                   list()
## 133                                                                                                                                                                                                                                                                                                                                   list()
## 134                                                                                                                                                                                                            list(name = c("ai", "reproducible"), url = c("https://mastodon.social/tags/ai", "https://mastodon.social/tags/reproducible"))
## 135                                                                                                                                                                                          list(name = c("rgpd", "donneespersonnelles"), url = c("https://mastodon.social/tags/rgpd", "https://mastodon.social/tags/donneespersonnelles"))
## 136                                                                                                                                                                                                                                                                                                                                   list()
## 137                                                                                                                                                                                                                                                                                                                                   list()
## 138                                                                                                                                                                                                                                                                                                                                   list()
## 139                                                                                                                                                                                                                                                                                                                                   list()
## 140                                                                                                                                                                                                                                                                                                                                   list()
## 141                                                                                                                                                                                                                                                                                                                                   list()
## 142                                                                                                                                                                                                                                                                                                                                   list()
## 143                                                                                                                                                                                                                                                                                                                                   list()
## 144                                                                                                                                                                                                                                                                                                                                   list()
## 145                                                                                                                                                                                                                                                                                                                                   list()
## 146                                                                                                                                                                                                                                                                                                                                   list()
## 147                                                                                                                                                                                                                                                                                                                                   list()
## 148                                                                                                                                                                                                                                                                                                                                   list()
## 149                                                                                                                                                                                                                                                                                                                                   list()
## 150                                                                                                                                                                                                                                                                                                                                   list()
## 151                                                                                                                                                                            list(name = c("donneesrecherche", "scienceouverte"), url = c("https://mastodon.social/tags/donneesrecherche", "https://mastodon.social/tags/scienceouverte"))
## 152                                                                                                                                                                                                                                                                                                                                   list()
## 153                                                                                                                                                                                                                                                                                                                                   list()
## 154                                                                                                                                                                                                                                                                                                                                   list()
## 155                                                                                                                                                                                list(name = c("bioinformatique", "PrincipesFAIR"), url = c("https://mastodon.social/tags/bioinformatique", "https://mastodon.social/tags/PrincipesFAIR"))
## 156                                                                                                                                                                                                                                                                                                                                   list()
## 157                                                                                                                                                                                                                                                                                                                                   list()
## 158 list(name = c("donnees", "scienceouverte", "openscience", "researchdata", "donneesrecherche"), url = c("https://mastodon.social/tags/donnees", "https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/openscience", "https://mastodon.social/tags/researchdata", "https://mastodon.social/tags/donneesrecherche"))
## 159                                                                                                                                                                                                                                                                                                                                   list()
## 160                                                                                                                                                                                                                                                                                                                                   list()
## 161                                                                                                                                                                                                                                                                                                                                   list()
## 162                                                                                                                                                                                                                                                                                                                                   list()
## 163                                                                                                                                                                                                                                                                                                                                   list()
## 164                                                                                                                                 list(name = c("couperin", "scienceouverte", "openscience"), url = c("https://mastodon.social/tags/couperin", "https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/openscience"))
## 165                                                                                                                                                                                                                                                                                                                                   list()
## 166                                                                                                                                                                                                                                                                                                                                   list()
## 167                                                                                                                                                                                                                                                                                                                                   list()
## 168                                                                                                                                                                                                                                                                                                                                   list()
## 169                                                                                                                                                                                                                                                                                                                                   list()
## 170                                                                                                                                                                                                                                                                                                                                   list()
## 171                                                                                                                                                                                                                                                                                                                                   list()
## 172                                                                                                                                                                                                                                                                                                                                   list()
## 173                                                                                                                                                                                                                                                                             list(name = "apc", url = "https://mastodon.social/tags/apc")
## 174                                                                                                                                           list(name = c("hal", "orcid", "identifiantchercheur"), url = c("https://mastodon.social/tags/hal", "https://mastodon.social/tags/orcid", "https://mastodon.social/tags/identifiantchercheur"))
## 175                                              list(name = c("reproductibilite", "openscience", "scienceouverte", "reproducibility"), url = c("https://mastodon.social/tags/reproductibilite", "https://mastodon.social/tags/openscience", "https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/reproducibility"))
## 176                                                                                                                                                                                                                                                                                                                                   list()
## 177                                                                                                                                                                                                                                                                                                                                   list()
## 178                                                                                                                                                                                                                                                                                                                                   list()
## 179                                                                                                                                                                                                                                                                                                                                   list()
## 180                                                                                                                                                                      list(name = c("retentionrightstrategy", "openscience"), url = c("https://mastodon.social/tags/retentionrightstrategy", "https://mastodon.social/tags/openscience"))
## 181                                                                                                                                                                            list(name = c("donneesrecherche", "scienceouverte"), url = c("https://mastodon.social/tags/donneesrecherche", "https://mastodon.social/tags/scienceouverte"))
## 182                                                                                                                                                                                                                                                                                                                                   list()
## 183                                                                                                                                                                                                                                                                                                                                   list()
## 184                                                                                                                                                                                                                                                                                                                                   list()
## 185                                                                                                                                                                                                                                                                                                                                   list()
## 186                                                                                                                                                                                                                                                                           list(name = "ocde", url = "https://mastodon.social/tags/ocde")
## 187                                                                                                                                                                                                                                                                                                                                   list()
## 188                                                                                                                                                                                                          list(name = c("mastodon", "bluesky"), url = c("https://mastodon.social/tags/mastodon", "https://mastodon.social/tags/bluesky"))
## 189                                                                                                                                                                                                                                                                                                                                   list()
## 190                                                                                                                                                                                                                                                                                                                                   list()
## 191                                                                                                                                                                                                  list(name = c("scienceouverte", "inrae"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/inrae"))
## 192                                                                                                                                                                                                                                                                                                                                   list()
## 193                                                                                                                                                                                                                                                                                                                                   list()
## 194                                                                                                                                                                                                                                                                                                                                   list()
## 195                                                                                                                                                                                                                                                                                                                                   list()
## 196                                                                                                                                                                                                                                                                                                                                   list()
## 197                                                                                                                                                                                                                        list(name = c("halur", "hal"), url = c("https://mastodon.social/tags/halur", "https://mastodon.social/tags/hal"))
## 198                                                                                                                                                                      list(name = c("donneesrecherche", "RechercheDataGouv"), url = c("https://mastodon.social/tags/donneesrecherche", "https://mastodon.social/tags/RechercheDataGouv"))
## 199                                                                                                                                                                                                                                                                                                                                   list()
## 200                                                                                                                                                                            list(name = c("scienceouverte", "donneesrecherche"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/donneesrecherche"))
## 201                                                                                                                                                                                                                                                                                                                                   list()
## 202                                                                                                                                                                                                                                                                                                                                   list()
## 203                                                                                                                                                                                                                                                                                                                                   list()
## 204                                                                                                                                                                                                  list(name = c("preprints", "openaccess"), url = c("https://mastodon.social/tags/preprints", "https://mastodon.social/tags/openaccess"))
## 205                                                                                                        list(name = c("glittr", "rstudio", "sparql", "wikidata"), url = c("https://mastodon.social/tags/glittr", "https://mastodon.social/tags/rstudio", "https://mastodon.social/tags/sparql", "https://mastodon.social/tags/wikidata"))
## 206                                                                                                                                                                                                                                                                                                                                   list()
## 207                                                                                                                                                                                                                                                                                                                                   list()
## 208                                                                                                                                                                                                                                                                                                                                   list()
## 209                                                                                                                                                                                                                                                                                                                                   list()
## 210                                                                                                                                                                                                                                                                                                                                   list()
## 211                                                      list(name = c("casuhal2024", "archiveouverte", "archivesouvertes", "openarchive"), url = c("https://mastodon.social/tags/casuhal2024", "https://mastodon.social/tags/archiveouverte", "https://mastodon.social/tags/archivesouvertes", "https://mastodon.social/tags/openarchive"))
## 212                                                                                                                                                                                                                                                                                                                                   list()
## 213                                                                                                                                                                                                                                                                                                                                   list()
## 214                                                                                                                                                                                                                                                                                                                                   list()
## 215                                                                                                                                                                            list(name = c("donneesrecherche", "scienceouverte"), url = c("https://mastodon.social/tags/donneesrecherche", "https://mastodon.social/tags/scienceouverte"))
## 216                                                                                                                                                                                                                                                                                                                                   list()
## 217                                                                                                                                                                                                                                                                                                                                   list()
## 218                                                                                                                                                                                                                                                                                                                                   list()
## 219                                                                                                                                                                                                                                                                     list(name = "ardoise", url = "https://mastodon.social/tags/ardoise")
## 220                                                                                                                                                                                                                                                                                                                                   list()
## 221                                                                                                                                                                                                                                                                                                                                   list()
## 222                                                                                                                                                                                                                                                                                                                                   list()
## 223                                                                                                                                                                                                                                                                                                                                   list()
## 224                                                                                                                                                                                                                                                                                                                                   list()
## 225                                                                                                                                                                                                                                                                                                                                   list()
## 226                                                                                                                                                                                                                                                                                                                                   list()
## 227                                                                                                                                                                                                                                                                                                                                   list()
## 228                                                                                                                                                                                                                                                                                                                                   list()
## 229                                                                                                                                                                                                                                                                                                                                   list()
## 230                                                                                                                                                                                                                                                                                                                                   list()
## 231                                                                                                                                                                                                                                                                     list(name = "ardoise", url = "https://mastodon.social/tags/ardoise")
## 232                                                                                                                                                                                                        list(name = c("openaccess", "zotero"), url = c("https://mastodon.social/tags/openaccess", "https://mastodon.social/tags/zotero"))
## 233                                                                                                                                                                                                                                                                                                                                   list()
## 234                                                                                                                                                                                                                                                                                                                                   list()
## 235                                                                                                                                                                                                                                                       list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")
## 236                                                                                                                                                                                                                                                                                                                                   list()
## 237                                                                                                                                                                                                                                                                                                                                   list()
## 238                                                                                                                                                                                                                                                                                                                                   list()
## 239                                                                                                                                                                                                                                                       list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")
## 240                                                                                                                                                                                                                                                                                                                                   list()
## 241                                                                                                                                                                                list(name = c("CasuHALathon", "archivesouvertes"), url = c("https://mastodon.social/tags/CasuHALathon", "https://mastodon.social/tags/archivesouvertes"))
## 242                                                                                                                                                                                                                                                                                                                                   list()
## 243                                                                                                                                                                                                                                                                                                                                   list()
## 244                                                                                                                                                                                                                                                                                                                                   list()
## 245                                                                                                                                                                                                                                                                                                                                   list()
## 246                                                                                                                                                                                                                                                                                                                                   list()
## 247                                                                                               list(name = c("scienceouverte", "donneesrecherche", "donneesscientifiques"), url = c("https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/donneesrecherche", "https://mastodon.social/tags/donneesscientifiques"))
## 248                                                                                                                                                                                                                                                                     list(name = "docelec", url = "https://mastodon.social/tags/docelec")
## 249                                                                                                                                                                                                                                                                                                                                   list()
## 250                                                                                                                                                                                      list(name = c("openscience", "scienceouverte"), url = c("https://mastodon.social/tags/openscience", "https://mastodon.social/tags/scienceouverte"))
## 251                                                                                                                                                                                                                                                                                                                                   list()
## 252                                                                                                                                                                                                                                                                                                                                   list()
## 253                                                                                                                                                                                                                                                                                                                                   list()
## 254                                                                                                                                                                                                                                 list(name = "publicationsscientifiques", url = "https://mastodon.social/tags/publicationsscientifiques")
## 255                                  list(name = c("printempsdeladonnee", "ardoise", "donneesrecherche", "donneesscientifiques"), url = c("https://mastodon.social/tags/printempsdeladonnee", "https://mastodon.social/tags/ardoise", "https://mastodon.social/tags/donneesrecherche", "https://mastodon.social/tags/donneesscientifiques"))
## 256                                                                                                                                                                                                                                                                                                                                   list()
## 257                                                                                                                                                                                                                                                                                                                                   list()
## 258                                                                                                                                                                                                                                                                                                                                   list()
## 259                                                                                                                                                                                list(name = c("CasuHALathon", "archivesouvertes"), url = c("https://mastodon.social/tags/CasuHALathon", "https://mastodon.social/tags/archivesouvertes"))
## 260                                                                                                                                                                                                                                                                                                                                   list()
## 261                                                                                                                                                                                                                                                                                                                                   list()
## 262                                                                                                                                                                                                                                                                                                                                   list()
## 263                                                                                                                 list(name = c("archivesouvertes", "scienceouverte", "openscience"), url = c("https://mastodon.social/tags/archivesouvertes", "https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/openscience"))
## 264                                                                                                                                     list(name = c("CasuHALathon", "hal", "archivesouvertes"), url = c("https://mastodon.social/tags/CasuHALathon", "https://mastodon.social/tags/hal", "https://mastodon.social/tags/archivesouvertes"))
## 265                                                                                                                                                                                                                                                                                                                                   list()
## 266                                                                               list(name = c("reproductibilite", "recherchereproductible", "reproducibleresearch"), url = c("https://mastodon.social/tags/reproductibilite", "https://mastodon.social/tags/recherchereproductible", "https://mastodon.social/tags/reproducibleresearch"))
## 267                                                                                                                                                                                                                                                                                                                                   list()
## 268                                                                                                                                                                                                                                                                                                                                   list()
## 269                                                                                                                                                                                                              list(name = c("astuce", "docelec"), url = c("https://mastodon.social/tags/astuce", "https://mastodon.social/tags/docelec"))
## 270                                                                                                                                                                                                                                                                                                                                   list()
## 271                                                                                                                                                                                                                                                                                                                                   list()
## 272                                                                                                                                                                                                                                                                                                                                   list()
## 273                                                                                                                                                                                                                                                       list(name = "scienceouverte", url = "https://mastodon.social/tags/scienceouverte")
## 274                                                      list(name = c("ardoise", "donnees", "donneespersonnelles", "printempsdeladonnee"), url = c("https://mastodon.social/tags/ardoise", "https://mastodon.social/tags/donnees", "https://mastodon.social/tags/donneespersonnelles", "https://mastodon.social/tags/printempsdeladonnee"))
## 275                                                                                                                                                                                                                                                                                                                                   list()
## 276                                                                                                                                                                                                list(name = c("donnees", "PrincipesFAIR"), url = c("https://mastodon.social/tags/donnees", "https://mastodon.social/tags/PrincipesFAIR"))
## 277                                                                                                                                                                                                                                                                                                                                   list()
## 278                                                                                                                                                                                                                                                                                                                                   list()
## 279                                                                                                                                                                                                                                                                                                                                   list()
## 280                                                                                                                                                                                                                                                                                                                                   list()
## 281                                                                                                                                                                                                                                                               list(name = "openrefine", url = "https://mastodon.social/tags/openrefine")
## 282                                                                                                                                                                                                                        list(name = c("twine", "rdm"), url = c("https://mastodon.social/tags/twine", "https://mastodon.social/tags/rdm"))
## 283                                                                                                                                                                                                                                                                                                                                   list()
## 284                                                                                                                                                                                                                                                                                                                                   list()
## 285                                                                                                                                                                                                                                                                                                                                   list()
## 286                                                                                                                   list(name = c("enquete", "scienceouverte", "editionscientifique"), url = c("https://mastodon.social/tags/enquete", "https://mastodon.social/tags/scienceouverte", "https://mastodon.social/tags/editionscientifique"))
## 287                                                                                                                                                                                                                                                                                                                                   list()
##     emojis favourited reblogged muted bookmarked pinned
## 1   list()      FALSE     FALSE FALSE      FALSE  FALSE
## 2   list()      FALSE     FALSE FALSE      FALSE  FALSE
## 3   list()      FALSE     FALSE FALSE      FALSE     NA
## 4   list()      FALSE     FALSE FALSE      FALSE  FALSE
## 5   list()      FALSE     FALSE FALSE      FALSE  FALSE
## 6   list()      FALSE     FALSE FALSE      FALSE  FALSE
## 7   list()      FALSE     FALSE FALSE      FALSE     NA
## 8   list()      FALSE     FALSE FALSE      FALSE     NA
## 9   list()      FALSE     FALSE FALSE      FALSE  FALSE
## 10  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 11  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 12  list()      FALSE     FALSE FALSE      FALSE     NA
## 13  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 14  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 15  list()      FALSE     FALSE FALSE      FALSE     NA
## 16  list()      FALSE     FALSE FALSE      FALSE     NA
## 17  list()      FALSE     FALSE FALSE      FALSE     NA
## 18  list()      FALSE     FALSE FALSE      FALSE   TRUE
## 19  list()      FALSE     FALSE FALSE      FALSE     NA
## 20  list()      FALSE     FALSE FALSE      FALSE     NA
## 21  list()      FALSE     FALSE FALSE      FALSE     NA
## 22  list()      FALSE     FALSE FALSE      FALSE     NA
## 23  list()      FALSE     FALSE FALSE      FALSE     NA
## 24  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 25  list()      FALSE     FALSE FALSE      FALSE     NA
## 26  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 27  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 28  list()      FALSE     FALSE FALSE      FALSE     NA
## 29  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 30  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 31  list()      FALSE     FALSE FALSE      FALSE     NA
## 32  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 33  list()      FALSE     FALSE FALSE      FALSE     NA
## 34  list()      FALSE     FALSE FALSE      FALSE     NA
## 35  list()      FALSE     FALSE FALSE      FALSE     NA
## 36  list()      FALSE     FALSE FALSE      FALSE     NA
## 37  list()      FALSE     FALSE FALSE      FALSE     NA
## 38  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 39  list()      FALSE     FALSE FALSE      FALSE     NA
## 40  list()      FALSE     FALSE FALSE      FALSE     NA
## 41  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 42  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 43  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 44  list()      FALSE     FALSE FALSE      FALSE     NA
## 45  list()      FALSE     FALSE FALSE      FALSE     NA
## 46  list()      FALSE     FALSE FALSE      FALSE     NA
## 47  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 48  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 49  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 50  list()      FALSE     FALSE FALSE      FALSE     NA
## 51  list()      FALSE     FALSE FALSE      FALSE     NA
## 52  list()      FALSE     FALSE FALSE      FALSE     NA
## 53  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 54  list()      FALSE     FALSE FALSE      FALSE     NA
## 55  list()      FALSE     FALSE FALSE      FALSE     NA
## 56  list()      FALSE     FALSE FALSE      FALSE     NA
## 57  list()      FALSE     FALSE FALSE      FALSE     NA
## 58  list()      FALSE     FALSE FALSE      FALSE     NA
## 59  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 60  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 61  list()      FALSE     FALSE FALSE      FALSE     NA
## 62  list()      FALSE     FALSE FALSE      FALSE     NA
## 63  list()      FALSE     FALSE FALSE      FALSE     NA
## 64  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 65  list()      FALSE     FALSE FALSE      FALSE     NA
## 66  list()      FALSE     FALSE FALSE      FALSE     NA
## 67  list()      FALSE     FALSE FALSE      FALSE     NA
## 68  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 69  list()      FALSE     FALSE FALSE      FALSE     NA
## 70  list()      FALSE     FALSE FALSE      FALSE     NA
## 71  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 72  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 73  list()      FALSE     FALSE FALSE      FALSE     NA
## 74  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 75  list()      FALSE     FALSE FALSE      FALSE     NA
## 76  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 77  list()      FALSE     FALSE FALSE      FALSE     NA
## 78  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 79  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 80  list()      FALSE     FALSE FALSE      FALSE     NA
## 81  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 82  list()      FALSE     FALSE FALSE      FALSE     NA
## 83  list()      FALSE     FALSE FALSE      FALSE     NA
## 84  list()      FALSE     FALSE FALSE      FALSE     NA
## 85  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 86  list()      FALSE     FALSE FALSE      FALSE     NA
## 87  list()      FALSE     FALSE FALSE      FALSE     NA
## 88  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 89  list()      FALSE     FALSE FALSE      FALSE     NA
## 90  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 91  list()      FALSE     FALSE FALSE      FALSE     NA
## 92  list()      FALSE     FALSE FALSE      FALSE     NA
## 93  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 94  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 95  list()      FALSE     FALSE FALSE      FALSE     NA
## 96  list()      FALSE     FALSE FALSE      FALSE  FALSE
## 97  list()      FALSE     FALSE FALSE      FALSE     NA
## 98  list()      FALSE     FALSE FALSE      FALSE     NA
## 99  list()      FALSE     FALSE FALSE      FALSE     NA
## 100 list()      FALSE     FALSE FALSE      FALSE     NA
## 101 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 102 list()      FALSE     FALSE FALSE      FALSE     NA
## 103 list()      FALSE     FALSE FALSE      FALSE     NA
## 104 list()      FALSE     FALSE FALSE      FALSE     NA
## 105 list()      FALSE     FALSE FALSE      FALSE     NA
## 106 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 107 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 108 list()      FALSE     FALSE FALSE      FALSE     NA
## 109 list()      FALSE     FALSE FALSE      FALSE     NA
## 110 list()      FALSE     FALSE FALSE      FALSE     NA
## 111 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 112 list()      FALSE     FALSE FALSE      FALSE     NA
## 113 list()      FALSE     FALSE FALSE      FALSE     NA
## 114 list()      FALSE     FALSE FALSE      FALSE     NA
## 115 list()      FALSE     FALSE FALSE      FALSE     NA
## 116 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 117 list()      FALSE     FALSE FALSE      FALSE     NA
## 118 list()      FALSE     FALSE FALSE      FALSE     NA
## 119 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 120 list()      FALSE     FALSE FALSE      FALSE     NA
## 121 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 122 list()      FALSE     FALSE FALSE      FALSE     NA
## 123 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 124 list()      FALSE     FALSE FALSE      FALSE     NA
## 125 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 126 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 127 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 128 list()      FALSE     FALSE FALSE      FALSE     NA
## 129 list()      FALSE     FALSE FALSE      FALSE     NA
## 130 list()      FALSE     FALSE FALSE      FALSE     NA
## 131 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 132 list()      FALSE     FALSE FALSE      FALSE     NA
## 133 list()      FALSE     FALSE FALSE      FALSE     NA
## 134 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 135 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 136 list()      FALSE     FALSE FALSE      FALSE     NA
## 137 list()      FALSE     FALSE FALSE      FALSE     NA
## 138 list()      FALSE     FALSE FALSE      FALSE     NA
## 139 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 140 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 141 list()      FALSE     FALSE FALSE      FALSE     NA
## 142 list()      FALSE     FALSE FALSE      FALSE     NA
## 143 list()      FALSE     FALSE FALSE      FALSE     NA
## 144 list()      FALSE     FALSE FALSE      FALSE     NA
## 145 list()      FALSE     FALSE FALSE      FALSE     NA
## 146 list()      FALSE     FALSE FALSE      FALSE     NA
## 147 list()      FALSE     FALSE FALSE      FALSE     NA
## 148 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 149 list()      FALSE     FALSE FALSE      FALSE     NA
## 150 list()      FALSE     FALSE FALSE      FALSE     NA
## 151 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 152 list()      FALSE     FALSE FALSE      FALSE     NA
## 153 list()      FALSE     FALSE FALSE      FALSE     NA
## 154 list()      FALSE     FALSE FALSE      FALSE     NA
## 155 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 156 list()      FALSE     FALSE FALSE      FALSE     NA
## 157 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 158 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 159 list()      FALSE     FALSE FALSE      FALSE     NA
## 160 list()      FALSE     FALSE FALSE      FALSE     NA
## 161 list()      FALSE     FALSE FALSE      FALSE     NA
## 162 list()      FALSE     FALSE FALSE      FALSE     NA
## 163 list()      FALSE     FALSE FALSE      FALSE     NA
## 164 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 165 list()      FALSE     FALSE FALSE      FALSE     NA
## 166 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 167 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 168 list()      FALSE     FALSE FALSE      FALSE     NA
## 169 list()      FALSE     FALSE FALSE      FALSE     NA
## 170 list()      FALSE     FALSE FALSE      FALSE     NA
## 171 list()      FALSE     FALSE FALSE      FALSE     NA
## 172 list()      FALSE     FALSE FALSE      FALSE     NA
## 173 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 174 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 175 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 176 list()      FALSE     FALSE FALSE      FALSE     NA
## 177 list()      FALSE     FALSE FALSE      FALSE     NA
## 178 list()      FALSE     FALSE FALSE      FALSE     NA
## 179 list()      FALSE     FALSE FALSE      FALSE     NA
## 180 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 181 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 182 list()      FALSE     FALSE FALSE      FALSE     NA
## 183 list()      FALSE     FALSE FALSE      FALSE     NA
## 184 list()      FALSE     FALSE FALSE      FALSE     NA
## 185 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 186 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 187 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 188 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 189 list()      FALSE     FALSE FALSE      FALSE     NA
## 190 list()      FALSE     FALSE FALSE      FALSE     NA
## 191 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 192 list()      FALSE     FALSE FALSE      FALSE     NA
## 193 list()      FALSE     FALSE FALSE      FALSE     NA
## 194 list()      FALSE     FALSE FALSE      FALSE     NA
## 195 list()      FALSE     FALSE FALSE      FALSE     NA
## 196 list()      FALSE     FALSE FALSE      FALSE     NA
## 197 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 198 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 199 list()      FALSE     FALSE FALSE      FALSE     NA
## 200 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 201 list()      FALSE     FALSE FALSE      FALSE     NA
## 202 list()      FALSE     FALSE FALSE      FALSE     NA
## 203 list()      FALSE     FALSE FALSE      FALSE     NA
## 204 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 205 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 206 list()      FALSE     FALSE FALSE      FALSE     NA
## 207 list()      FALSE     FALSE FALSE      FALSE     NA
## 208 list()      FALSE     FALSE FALSE      FALSE     NA
## 209 list()      FALSE     FALSE FALSE      FALSE     NA
## 210 list()      FALSE     FALSE FALSE      FALSE     NA
## 211 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 212 list()      FALSE     FALSE FALSE      FALSE     NA
## 213 list()      FALSE     FALSE FALSE      FALSE     NA
## 214 list()      FALSE     FALSE FALSE      FALSE     NA
## 215 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 216 list()      FALSE     FALSE FALSE      FALSE     NA
## 217 list()      FALSE     FALSE FALSE      FALSE     NA
## 218 list()      FALSE     FALSE FALSE      FALSE     NA
## 219 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 220 list()      FALSE     FALSE FALSE      FALSE     NA
## 221 list()      FALSE     FALSE FALSE      FALSE     NA
## 222 list()      FALSE     FALSE FALSE      FALSE     NA
## 223 list()      FALSE     FALSE FALSE      FALSE     NA
## 224 list()      FALSE     FALSE FALSE      FALSE     NA
## 225 list()      FALSE     FALSE FALSE      FALSE     NA
## 226 list()      FALSE     FALSE FALSE      FALSE     NA
## 227 list()      FALSE     FALSE FALSE      FALSE     NA
## 228 list()      FALSE     FALSE FALSE      FALSE     NA
## 229 list()      FALSE     FALSE FALSE      FALSE     NA
## 230 list()      FALSE     FALSE FALSE      FALSE     NA
## 231 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 232 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 233 list()      FALSE     FALSE FALSE      FALSE     NA
## 234 list()      FALSE     FALSE FALSE      FALSE     NA
## 235 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 236 list()      FALSE     FALSE FALSE      FALSE     NA
## 237 list()      FALSE     FALSE FALSE      FALSE     NA
## 238 list()      FALSE     FALSE FALSE      FALSE     NA
## 239 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 240 list()      FALSE     FALSE FALSE      FALSE     NA
## 241 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 242 list()      FALSE     FALSE FALSE      FALSE     NA
## 243 list()      FALSE     FALSE FALSE      FALSE     NA
## 244 list()      FALSE     FALSE FALSE      FALSE     NA
## 245 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 246 list()      FALSE     FALSE FALSE      FALSE     NA
## 247 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 248 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 249 list()      FALSE     FALSE FALSE      FALSE     NA
## 250 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 251 list()      FALSE     FALSE FALSE      FALSE     NA
## 252 list()      FALSE     FALSE FALSE      FALSE     NA
## 253 list()      FALSE     FALSE FALSE      FALSE     NA
## 254 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 255 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 256 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 257 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 258 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 259 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 260 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 261 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 262 list()      FALSE     FALSE FALSE      FALSE     NA
## 263 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 264 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 265 list()      FALSE     FALSE FALSE      FALSE     NA
## 266 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 267 list()      FALSE     FALSE FALSE      FALSE     NA
## 268 list()      FALSE     FALSE FALSE      FALSE     NA
## 269 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 270 list()      FALSE     FALSE FALSE      FALSE     NA
## 271 list()      FALSE     FALSE FALSE      FALSE     NA
## 272 list()      FALSE     FALSE FALSE      FALSE     NA
## 273 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 274 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 275 list()      FALSE     FALSE FALSE      FALSE     NA
## 276 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 277 list()      FALSE     FALSE FALSE      FALSE     NA
## 278 list()      FALSE     FALSE FALSE      FALSE     NA
## 279 list()      FALSE     FALSE FALSE      FALSE     NA
## 280 list()      FALSE     FALSE FALSE      FALSE     NA
## 281 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 282 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 283 list()      FALSE     FALSE FALSE      FALSE     NA
## 284 list()      FALSE     FALSE FALSE      FALSE     NA
## 285 list()      FALSE     FALSE FALSE      FALSE     NA
## 286 list()      FALSE     FALSE FALSE      FALSE  FALSE
## 287 list()      FALSE     FALSE FALSE      FALSE  FALSE

followers

followers_url <- (followers$url)
print(followers$url)
##  [1] "https://mastodon.social/@bib0veille"                                        
##  [2] "https://bsky.brid.gy/r/https://bsky.app/profile/velchanos.bsky.social"      
##  [3] "https://social.sciences.re/@OpenSci_Pasteur"                                
##  [4] "https://toot.aquilenet.fr/@sebbaz"                                          
##  [5] "https://mastodon.social/@VOuverte"                                          
##  [6] "https://mastodon.social/@dzc34"                                             
##  [7] "https://mastodon.partipirate.org/@roturier"                                 
##  [8] "https://mastodon.social/@Thcoudreau"                                        
##  [9] "https://mastodon.social/@ENSdeLyon"                                         
## [10] "https://mastodon.social/@stephanegrangier"                                  
## [11] "https://geno.social/@nic"                                                   
## [12] "https://social.sciences.re/@dmathelier"                                     
## [13] "https://mastodon.social/@pierrette_p"                                       
## [14] "https://mastodon.social/@LaLIST"                                            
## [15] "https://mastodon.indie.host/@bouanic"                                       
## [16] "https://social.sciences.re/@justinmponcet"                                  
## [17] "https://mastodon.social/@SandrineBib"                                       
## [18] "https://bsky.brid.gy/r/https://bsky.app/profile/29pat.bsky.social"          
## [19] "https://openbiblio.social/@mebemar"                                         
## [20] "https://mastodon.social/@Jap_py"                                            
## [21] "https://bsky.brid.gy/r/https://bsky.app/profile/petersuber.bsky.social"     
## [22] "https://mstdn.social/@lma"                                                  
## [23] "https://mastodon.social/@Lauriane_Locatelli"                                
## [24] "https://pouet.chapril.org/@sarah_trichet_allaire"                           
## [25] "https://bsky.brid.gy/r/https://bsky.app/profile/callmeledbetter.bsky.social"
## [26] "https://fediscience.org/@OSCMainz"                                          
## [27] "https://mastodon.social/@laboescapes"                                       
## [28] "https://social.sciences.re/@tfardet"                                        
## [29] "https://social.sciences.re/@kipuka"                                         
## [30] "https://piaille.fr/@amans"                                                  
## [31] "https://genomic.social/@roman_siap"                                         
## [32] "https://mastodon.top/@corinnelr"                                            
## [33] "https://openbiblio.social/@katharina_mueller"                               
## [34] "https://mastodon.online/@silvanad"                                          
## [35] "https://blah.rako.space/users/rakoo"                                        
## [36] "https://mastodon.zaclys.com/@MarCandea"                                     
## [37] "https://openbiblio.social/@awinkler"                                        
## [38] "https://social.sciences.re/@ameimse"                                        
## [39] "https://ecoevo.social/@LMarieOrleach"                                       
## [40] "https://mstdn.science/@EASE"
library(rtoot)
library(lubridate)
id <- "112370075539544475"
df2 <- get_account_statuses(id, limit = 300L )
##   |                                                                              |                                                                      |   0%  |                                                                              |=====                                                                 |   7%  |                                                                              |==========                                                            |  14%  |                                                                              |===============                                                       |  21%  |                                                                              |====================                                                  |  29%  |                                                                              |=========================                                             |  36%  |                                                                              |==============================                                        |  43%  |                                                                              |===================================                                   |  50%  |                                                                              |========================================                              |  57%  |                                                                              |=============================================                         |  64%  |                                                                              |==================================================                    |  71%  |                                                                              |=======================================================               |  79%  |                                                                              |============================================================          |  86%  |                                                                              |=================================================================     |  93%
# Load necessary libraries
library(rvest)
## 
## Attachement du package : 'rvest'
## L'objet suivant est masqué depuis 'package:readr':
## 
##     guess_encoding
library(purrr)

# Assuming df2 is your dataframe and 'content' is the column with HTML text
df2$content <- map_chr(df2$content, function(x) {
  tryCatch({
    # Read the HTML content as text and extract plain text
    read_html(x) %>% html_text()
  }, error = function(e) {
    # Return the original content if there is an error
    return(x)
  })
})

write_csv(df2, "SO_univrennes_toots_content.csv")# Now df2$content will have the text without HTML tags
library(tidyverse)
extract_application <- function(application) {
  if (length(application) == 0) { 
    return(NA) 
  } else { return(application$name) }
}
#df3 <- get_account_statuses(id,  limit = 300) 
df2 %>% mutate(interface = map_chr(application, extract_application), length = nchar(content)) %>% filter(!is.na(interface)) %>% ggplot(aes(x = interface, y = length)) + geom_dotplot(binaxis = "y", stackdir = "center", dotsize = 0.5)
## Bin width defaults to 1/30 of the range of the data. Pick better value with
## `binwidth`.

Longuyeur moyenne des toots en nombre de caractères :

print(toot_length)
## # A tibble: 1 × 1
##   `mean(length(application))`
##                         <dbl>
## 1                         287

Liste des hashtags utilisés

library(stringr)

# Extract all words starting with '#' from the 'content' column
df2$hashtags <- str_extract_all(df2$content, "#\\w+")
# Unnest the list of hashtags into a single vector
hashtags <- unlist(df2$hashtags)

# Count the frequency of each hashtag
hashtag_count <- table(hashtags)

# Convert the result into a data frame (optional, for easier handling)
hashtag_count_df <- as.data.frame(hashtag_count)

# Rename columns for clarity
colnames(hashtag_count_df) <- c("hashtag", "count")

# Sort the data frame by frequency (optional)
hashtag_count_df <- hashtag_count_df %>%
  arrange(desc(count))

# View the resulting data frame
print(hashtag_count_df)
##                       hashtag count
## 1             #scienceouverte    17
## 2                    #ARDoISE     9
## 3           #donneesrecherche     7
## 4           #archivesouvertes     5
## 5                #openscience     5
## 6          #RechercheDataGouv     4
## 7        #donneespersonnelles     3
## 8           #donnéesrecherche     3
## 9           #DonnéesRecherche     3
## 10                       #HAL     3
## 11            #archiveouverte     2
## 12                   #ARDOISE     2
## 13                   #Bluesky     2
## 14              #casuHALathon     2
## 15                #codesource     2
## 16                 #datapaper     2
## 17                   #docelec     2
## 18                   #donnees     2
## 19          #DonneesRecherche     2
## 20      #DonneesScientifiques     2
## 21                       #ESR     2
## 22     #IntegriteScientifique     2
## 23                  #Mastodon     2
## 24               #openarchive     2
## 25             #principesFAIR     2
## 26       #PrintempsdelaDonnée     2
## 27     #ProgrammingHistorians     2
## 28          #reproductibilité     2
## 29          #Reproductibilité     2
## 30              #researchdata     2
## 31                        #AI     1
## 32                       #APC     1
## 33                    #astuce     1
## 34           #bioinformatique     1
## 35                   #bluesky     1
## 36               #CasuHAL2024     1
## 37              #CasuHALathon     1
## 38                      #code     1
## 39                  #Couperin     1
## 40            #DataManagement     1
## 41                   #DataSHS     1
## 42                 #DataTerra     1
## 43                 #diamondOA     1
## 44                   #données     1
## 45              #donnéessanté     1
## 46  #editionscientifiquehttps     1
## 47                   #enquete     1
## 48                  #entrepôt     1
## 49                      #fair     1
## 50                      #FAIR     1
## 51                  #FAIRdata     1
## 52                 #Fediverse     1
## 53              #freesoftware     1
## 54                    #glittr     1
## 55                       #hal     1
## 56                     #HALUR     1
## 57                        #IA     1
## 58      #identifiantchercheur     1
## 59                     #INRAE     1
## 60                        #oa     1
## 61                      #OCDE     1
## 62                #openaccess     1
## 63                #OpenAccess     1
## 64                #OpenRefine     1
## 65               #OpenScience     1
## 66                #opensource     1
## 67                     #ORCID     1
## 68                 #preprints     1
## 69               #publication     1
## 70 #PublicationsScientifiques     1
## 71       #PublicationStrategy     1
## 72                       #rdm     1
## 73                 #recherche     1
## 74    #RechercheReproductible     1
## 75             #replicability     1
## 76           #reproducibility     1
## 77              #reproducible     1
## 78      #ReproducibleResearch     1
## 79           #reproductibilté     1
## 80          #ResearchSoftware     1
## 81    #RetentionRightStrategy     1
## 82                      #RGPD     1
## 83                   #Rstudio     1
## 84            #ScienceOuverte     1
## 85     #scienceouverteRéalisé     1
## 86          #SoftwareHeritage     1
## 87                    #sparql     1
## 88                       #tie     1
## 89                     #twine     1
## 90                  #Wikidata     1
## 91                    #Zotero     1
library(textcat)
df2$language <- textcat(df2$content)
print(df2$language)
##   [1] "french"  "french"  NA        "french"  "french"  "french"  NA       
##   [8] NA        "french"  "french"  "french"  NA        "french"  "french" 
##  [15] NA        NA        NA        "french"  NA        NA        NA       
##  [22] NA        NA        "english" NA        "english" "french"  NA       
##  [29] "french"  "french"  NA        "french"  NA        NA        NA       
##  [36] NA        NA        "french"  NA        NA        "english" "english"
##  [43] "english" NA        NA        NA        "english" "french"  "french" 
##  [50] NA        NA        NA        "french"  NA        NA        NA       
##  [57] NA        NA        "french"  "french"  NA        NA        NA       
##  [64] "french"  NA        NA        NA        "french"  NA        NA       
##  [71] "french"  "french"  NA        "french"  NA        "french"  NA       
##  [78] "english" "english" NA        "french"  NA        NA        NA       
##  [85] "french"  NA        NA        "french"  NA        "french"  NA       
##  [92] NA        "english" "french"  NA        "french"  NA        NA       
##  [99] NA        NA        "french"  NA        NA        NA        NA       
## [106] "french"  "english" NA        NA        NA        "french"  NA       
## [113] NA        NA        NA        "french"  NA        NA        "english"
## [120] NA        "french"  NA        "french"  NA        "french"  "french" 
## [127] "french"  NA        NA        NA        "breton"  NA        NA       
## [134] "english" "french"  NA        NA        NA        "french"  "french" 
## [141] NA        NA        NA        "french"  NA        NA        NA       
## [148] "french"  NA        NA        "french"  NA        NA        NA       
## [155] "french"  NA        "english" "french"  NA        NA        NA       
## [162] NA        NA        "french"  NA        "french"  "french"  NA       
## [169] NA        NA        NA        NA        "french"  "french"  "french" 
## [176] NA        NA        NA        NA        "english" "french"  NA       
## [183] NA        NA        "french"  "french"  "french"  "french"  NA       
## [190] NA        "french"  NA        NA        NA        NA        NA       
## [197] "french"  "french"  NA        "french"  NA        NA        NA       
## [204] "french"  "french"  NA        NA        NA        NA        NA       
## [211] "french"  NA        NA        NA        "french"  NA        NA       
## [218] NA        "french"  NA        NA        NA        NA        NA       
## [225] NA        NA        NA        NA        NA        NA        "french" 
## [232] "french"  NA        NA        "french"  NA        NA        NA       
## [239] "french"  NA        "french"  NA        NA        NA        "french" 
## [246] NA        "french"  "french"  NA        "french"  NA        NA       
## [253] NA        "french"  "french"  "english" "english" "english" "french" 
## [260] "french"  "french"  NA        "french"  "french"  NA        "french" 
## [267] NA        NA        "french"  NA        NA        NA        "french" 
## [274] "french"  NA        "french"  NA        NA        NA        NA       
## [281] "french"  "english" NA        NA        NA        "french"  "french"
language_count <- table(df2$language)
library(dplyr)

# Count the number of texts in each language (English vs French)
language_count <- df2 %>%
  group_by(language) %>%
  summarise(count = n())

# Print the results
print(language_count)
## # A tibble: 4 × 2
##   language count
##   <chr>    <int>
## 1 breton       1
## 2 english     18
## 3 french      94
## 4 <NA>       174